forked from Imagelibrary/rtems
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require autoconf-2.57+automake-1.7.2. * capture/Makefile.am: Eliminate C_O_FILES. * cpuuse/Makefile.am: Ditto. * devnull/Makefile.am: Ditto. * dummy/Makefile.am: Ditto. * dumpbuf/Makefile.am: Ditto. * monitor/Makefile.am: Ditto. * rtmonuse/Makefile.am: Ditto. * serdbg/Makefile.am: Ditto. * shell/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * untar/Makefile.am: Ditto. * mw-fb/Makefile.am: Eliminate C_O_FILES. Eliminate SRCS.
This commit is contained in:
@@ -15,16 +15,13 @@ C_FILES = mon-command.c mon-symbols.c mon-prmisc.c mon-monitor.c \
|
||||
mon-object.c mon-server.c mon-task.c mon-queue.c mon-driver.c \
|
||||
mon-dname.c mon-itask.c mon-extension.c mon-manager.c mon-config.c
|
||||
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
if HAS_MP
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(MP_C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
else
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
OBJS += $(MP_C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
endif
|
||||
|
||||
include_rtems_HEADERS = monitor.h symbols.h
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/lib.am
|
||||
|
||||
|
||||
Reference in New Issue
Block a user