mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||
|
||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
|
||||
|
||||
@@ -18,11 +18,11 @@ C_O_FILES += $(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}/%.o: sapi/%.c
|
||||
${ARCH}/%.$(OBJEXT): sapi/%.c
|
||||
test -d $(ARCH) || mkdir $(ARCH)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
${ARCH}/%.o: rtems/%.c
|
||||
${ARCH}/%.$(OBJEXT): rtems/%.c
|
||||
test -d $(ARCH) || mkdir $(ARCH)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user