forked from Imagelibrary/rtems
2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Cosmetics.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Eliminate VPATH.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
|
||||
PGM = $(ARCH)/startup.rel
|
||||
|
||||
C_FILES = bspstart.c bspclean.c setvec.c spurious.c genpvec.c swap.c
|
||||
@@ -21,7 +19,8 @@ shared_C_FILES += $(top_srcdir)/../../shared/bsppost.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/main.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/sbrk.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/gnatinstallhandler.c
|
||||
OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
|
||||
OBJS += \
|
||||
$(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* PCI_bus/Makefile.am: Eliminate VPATH.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
|
||||
PGM = $(ARCH)/startup.rel
|
||||
|
||||
#
|
||||
@@ -12,8 +10,8 @@ PGM = $(ARCH)/startup.rel
|
||||
# Generation 2 --> FPGA
|
||||
STARTUP_C_FILES = FPGA.c
|
||||
|
||||
C_FILES = bspclean.c bspstart.c \
|
||||
setvec.c Hwr_init.c spurious.c genpvec.c $(STARTUP_C_FILES)
|
||||
C_FILES = bspclean.c bspstart.c setvec.c Hwr_init.c spurious.c genpvec.c \
|
||||
$(STARTUP_C_FILES)
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
@@ -25,12 +23,12 @@ shared_C_FILES += $(top_srcdir)/../../shared/bsppost.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/main.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/sbrk.c
|
||||
shared_C_FILES += $(top_srcdir)/../../shared/gnatinstallhandler.c
|
||||
OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
|
||||
OBJS += \
|
||||
$(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
|
||||
$(PGM): $(OBJS)
|
||||
$(make-rel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user