2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
	* score/Makefile.am: Likewise.
	* timer/Makefile.am: Likewise.
This commit is contained in:
Ralf Corsepius
2003-01-15 16:27:23 +00:00
parent 6016a1403c
commit ce9c79fd9c
4 changed files with 9 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
* score/Makefile.am: Likewise.
* timer/Makefile.am: Likewise.
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES.

View File

@@ -6,11 +6,8 @@
PGM = $(ARCH)/sci.rel
C_FILES = sci.c sci_termios.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am

View File

@@ -6,11 +6,8 @@
PGM = $(ARCH)/score.rel
C_FILES = cpu_asm.c ispsh7045.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am

View File

@@ -6,11 +6,8 @@
PGM = $(ARCH)/timer.rel
C_FILES = timer.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am