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

* startup/Makefile.am: Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-30 02:15:30 +00:00
parent 1a819ee56d
commit 5a30032a31
4 changed files with 14 additions and 9 deletions

View File

@@ -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.

View File

@@ -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 $<

View File

@@ -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.

View File

@@ -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)