summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-11 18:41:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-11 18:41:38 +0000
commitbc7d465dcd58eabb6a0dfbe6312b77bca938a1cb (patch)
tree51909460a1d3678eb4cba260d9278d761ba85dbd /c
parentremoved commented out line performing a link (diff)
downloadrtems-bc7d465dcd58eabb6a0dfbe6312b77bca938a1cb.tar.bz2
replaced linking of source from mvme147 drivers with use of vpath to
simply search into that directory and get the necessary files.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in9
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in9
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in10
-rw-r--r--c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in9
4 files changed, 8 insertions, 29 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in
index fea609c5bf..66185824b4 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in
@@ -5,7 +5,7 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH=@srcdir@
+VPATH=@srcdir@:@srcdir@/../../mvme147/clock
PGM=${ARCH}/clock.rel
@@ -22,8 +22,6 @@ OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg
-SHARED_SRCS=ckinit.c
-
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -44,15 +42,12 @@ LDFLAGS +=
#
CLEAN_ADDITIONS +=
-CLOBBER_ADDITIONS += $(SHARED_SRCS)
+CLOBBER_ADDITIONS +=
${PGM}: ${SRCS} ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
-$(SHARED_SRCS):
- -$(LN) -s $(srcdir)/../../mvme147/clock/$@ $@
-
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
install: all
diff --git a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in
index 6d5ee876d3..3d9d7f4df4 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in
@@ -5,7 +5,7 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH=@srcdir@
+VPATH=@srcdir@:@srcdir@/../../mvme147/console
PGM=${ARCH}/console.rel
@@ -22,8 +22,6 @@ OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg
-SHARED_SRCS=console.c
-
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -44,15 +42,12 @@ LDFLAGS +=
#
CLEAN_ADDITIONS +=
-CLOBBER_ADDITIONS += $(SHARED_SRCS)
+CLOBBER_ADDITIONS +=
${PGM}: ${SRCS} ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
-$(SHARED_SRCS):
- -$(LN) -s $(srcdir)/../../mvme147/console/$@ $@
-
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
install: all
diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in
index 8482d07f4c..552ecccfdc 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in
@@ -5,7 +5,7 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH=@srcdir@
+VPATH=@srcdir@:@srcdir@/../../mvme147/startup
PGM=${ARCH}/startup.rel
@@ -22,8 +22,6 @@ OBJS=$(C_O_FILES)
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg
-SHARED_SRCS=bspclean.c sbrk.c setvec.c
-
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -44,7 +42,7 @@ LDFLAGS +=
#
CLEAN_ADDITIONS +=
-CLOBBER_ADDITIONS += $(SHARED_SRCS)
+CLOBBER_ADDITIONS +=
${PGM}: ${SRCS} ${OBJS}
$(make-rel)
@@ -52,8 +50,4 @@ ${PGM}: ${SRCS} ${OBJS}
all: ${ARCH} $(SRCS) $(PGM)
$(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib
-$(SHARED_SRCS):
- -$(LN) -s $(srcdir)/../../mvme147/startup/$@ $@
-
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-
diff --git a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in
index 53729c4ecd..88201beb4c 100644
--- a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in
@@ -5,7 +5,7 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-VPATH=@srcdir@
+VPATH=@srcdir@:@srcdir@/../../mvme147/timer
PGM=${ARCH}/timer.rel
@@ -27,8 +27,6 @@ OBJS=$(C_O_FILES) $(S_O_FILES)
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg
-SHARED_SRCS=timer.c timerisr.s
-
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -49,15 +47,12 @@ LDFLAGS +=
#
CLEAN_ADDITIONS +=
-CLOBBER_ADDITIONS += $(SHARED_SRCS)
+CLOBBER_ADDITIONS +=
${PGM}: ${SRCS} ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
-$(SHARED_SRCS):
- -$(LN) -s $(srcdir)/../../mvme147/timer/$@ $@
-
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
install: all