forked from Imagelibrary/rtems
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Don't include subdirs.am. Cleanup.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Don't include subdirs.am. Cleanup.
|
||||||
|
|
||||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: New header guard.
|
* include/bsp.h: New header guard.
|
||||||
|
|||||||
@@ -118,8 +118,7 @@ noinst_LIBRARIES = libbsp.a
|
|||||||
libbsp_a_SOURCES =
|
libbsp_a_SOURCES =
|
||||||
libbsp_a_LIBADD = pclock.rel console.rel irq.rel openpic.rel \
|
libbsp_a_LIBADD = pclock.rel console.rel irq.rel openpic.rel \
|
||||||
pci.rel vectors.rel startup.rel vme.rel
|
pci.rel vectors.rel startup.rel vme.rel
|
||||||
if HAS_NETWORKING
|
|
||||||
endif
|
|
||||||
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||||
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
|
||||||
@@ -223,9 +222,6 @@ $(PROJECT_INCLUDE)/bsp/VME.h: ../../powerpc/shared/vme/VME.h $(PROJECT_INCLUDE)/
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/VME.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/VME.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/VME.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/VME.h
|
||||||
|
|
||||||
if HAS_NETWORKING
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(PROJECT_LIB)/rtems_crti.$(OBJEXT): rtems_crti.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
|
$(PROJECT_LIB)/rtems_crti.$(OBJEXT): rtems_crti.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
|
$(INSTALL_DATA) $< $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
|
||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
|
TMPINSTALL_FILES += $(PROJECT_LIB)/rtems_crti.$(OBJEXT)
|
||||||
@@ -238,5 +234,4 @@ CLEANFILES = $(PREINSTALL_FILES)
|
|||||||
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
CLEANFILES += $(TMPINSTALL_FILES)
|
CLEANFILES += $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user