forked from Imagelibrary/rtems
2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
|
||||
Remove ASM4FLAGS.
|
||||
* rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
|
||||
|
||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
|
||||
|
||||
@@ -13,6 +13,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
bsplib_DATA = $(PGMS)
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel)
|
||||
|
||||
|
||||
@@ -8,12 +8,11 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||
|
||||
## FIXME: Is this used anywhere?
|
||||
ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
|
||||
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
|
||||
bsplib_DATA = $(PGMS)
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
$(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user