2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* optman/Makefile.am, src/Makefile.am: Include compile.am.
This commit is contained in:
Joel Sherrill
2000-09-05 15:34:23 +00:00
parent d79bdebc0c
commit aefc109551
7 changed files with 15 additions and 3 deletions

View File

@@ -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>
* taskstart.c: Removed 1st cut at rtems_task_start_main_style.

View File

@@ -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 \
taskmp.h
STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h eventset.h \
intr.h message.h modes.h options.h part.h ratemon.h region.h rtemsapi.h sem.h \
signal.h status.h support.h tasks.h timer.h types.h
STD_H_FILES = asr.h attr.h cache.h clock.h config.h dpmem.h event.h \
eventset.h intr.h message.h modes.h options.h part.h ratemon.h region.h \
rtemsapi.h sem.h signal.h status.h support.h tasks.h timer.h types.h
if HAS_MP
H_FILES = $(STD_H_FILES) $(MP_H_FILES)

View File

@@ -11,6 +11,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
TMPINSTALL_FILES += \

View File

@@ -5,6 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined

View File

@@ -11,6 +11,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
TMPINSTALL_FILES += \