forked from Imagelibrary/rtems
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am, src/Makefile.am: Include compile.am.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* optman/Makefile.am, src/Makefile.am: Include compile.am.
|
||||||
|
|
||||||
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.
|
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
|||||||
MP_H_FILES = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h signalmp.h \
|
MP_H_FILES = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h signalmp.h \
|
||||||
taskmp.h
|
taskmp.h
|
||||||
|
|
||||||
STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h eventset.h \
|
STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h \
|
||||||
intr.h message.h modes.h options.h part.h ratemon.h region.h rtemsapi.h sem.h \
|
eventset.h intr.h message.h modes.h options.h part.h ratemon.h region.h \
|
||||||
signal.h status.h support.h tasks.h timer.h types.h
|
rtemsapi.h sem.h signal.h status.h support.h tasks.h timer.h types.h
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
H_FILES = $(STD_H_FILES) $(MP_H_FILES)
|
H_FILES = $(STD_H_FILES) $(MP_H_FILES)
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
|||||||
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
TMPINSTALL_FILES += \
|
TMPINSTALL_FILES += \
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
# We only build multiprocessing related files if HAS_MP was defined
|
# We only build multiprocessing related files if HAS_MP was defined
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
|||||||
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
TMPINSTALL_FILES += \
|
TMPINSTALL_FILES += \
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* optman/Makefile.am, src/Makefile.am: Include compile.am.
|
||||||
|
|
||||||
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.
|
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
# We only build multiprocessing related files if HAS_MP was defined
|
# We only build multiprocessing related files if HAS_MP was defined
|
||||||
|
|||||||
Reference in New Issue
Block a user