2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add dependencies to $(ARCH)/$(dirstamp).
	Reformat.
This commit is contained in:
Ralf Corsepius
2003-12-02 07:46:27 +00:00
parent e18fd461e1
commit 49528ab641
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add dependencies to $(ARCH)/$(dirstamp).
Reformat.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove all-local: $(ARCH).

View File

@@ -8,18 +8,18 @@ include $(top_srcdir)/automake/lib.am
sapi_C_FILES = sapi/no-ext.c sapi/no-io.c
OBJS = $(sapi_C_FILES:sapi/%.c=$(ARCH)/%.$(OBJEXT))
rtems_C_FILES = rtems/no-dpmem.c rtems/no-event.c rtems/no-msg.c rtems/no-mp.c \
rtems/no-part.c rtems/no-region.c \
rtems/no-rtmon.c rtems/no-sem.c rtems/no-signal.c rtems/no-timer.c
rtems_C_FILES = rtems/no-dpmem.c rtems/no-event.c rtems/no-msg.c \
rtems/no-mp.c rtems/no-part.c rtems/no-region.c rtems/no-rtmon.c \
rtems/no-sem.c rtems/no-signal.c rtems/no-timer.c
OBJS += $(rtems_C_FILES:rtems/%.c=${ARCH}/%.$(OBJEXT))
PGMS = $(rtems_C_FILES:rtems/%.c=$(ARCH)/%$(LIB_VARIANT).rel)
PGMS += $(sapi_C_FILES:sapi/%.c=$(ARCH)/%$(LIB_VARIANT).rel)
${ARCH}/%.$(OBJEXT): sapi/%.c
${ARCH}/%.$(OBJEXT): sapi/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
${ARCH}/%.$(OBJEXT): rtems/%.c
${ARCH}/%.$(OBJEXT): rtems/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
# Make foo.rel from foo.o