Changeset bc7d465 in rtems for c/src/lib/libbsp/m68k/mvme147s
- Timestamp:
- Apr 11, 1997, 6:41:38 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ecc4594
- Parents:
- 18e5d86
- Location:
- c/src/lib/libbsp/m68k/mvme147s
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in
r18e5d86 rbc7d465 6 6 srcdir = @srcdir@ 7 7 top_srcdir = @top_srcdir@ 8 VPATH=@srcdir@ 8 VPATH=@srcdir@:@srcdir@/../../mvme147/clock 9 9 10 10 PGM=${ARCH}/clock.rel … … 22 22 include $(RTEMS_CUSTOM) 23 23 include $(PROJECT_ROOT)/make/leaf.cfg 24 25 SHARED_SRCS=ckinit.c26 24 27 25 # … … 45 43 46 44 CLEAN_ADDITIONS += 47 CLOBBER_ADDITIONS += $(SHARED_SRCS)45 CLOBBER_ADDITIONS += 48 46 49 47 ${PGM}: ${SRCS} ${OBJS} … … 52 50 all: ${ARCH} $(SRCS) $(PGM) 53 51 54 $(SHARED_SRCS):55 -$(LN) -s $(srcdir)/../../mvme147/clock/$@ $@56 57 52 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 58 53 install: all -
c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in
r18e5d86 rbc7d465 6 6 srcdir = @srcdir@ 7 7 top_srcdir = @top_srcdir@ 8 VPATH=@srcdir@ 8 VPATH=@srcdir@:@srcdir@/../../mvme147/console 9 9 10 10 PGM=${ARCH}/console.rel … … 22 22 include $(RTEMS_CUSTOM) 23 23 include $(PROJECT_ROOT)/make/leaf.cfg 24 25 SHARED_SRCS=console.c26 24 27 25 # … … 45 43 46 44 CLEAN_ADDITIONS += 47 CLOBBER_ADDITIONS += $(SHARED_SRCS)45 CLOBBER_ADDITIONS += 48 46 49 47 ${PGM}: ${SRCS} ${OBJS} … … 52 50 all: ${ARCH} $(SRCS) $(PGM) 53 51 54 $(SHARED_SRCS):55 -$(LN) -s $(srcdir)/../../mvme147/console/$@ $@56 57 52 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 58 53 install: all -
c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in
r18e5d86 rbc7d465 6 6 srcdir = @srcdir@ 7 7 top_srcdir = @top_srcdir@ 8 VPATH=@srcdir@ 8 VPATH=@srcdir@:@srcdir@/../../mvme147/startup 9 9 10 10 PGM=${ARCH}/startup.rel … … 22 22 include $(RTEMS_CUSTOM) 23 23 include $(PROJECT_ROOT)/make/leaf.cfg 24 25 SHARED_SRCS=bspclean.c sbrk.c setvec.c26 24 27 25 # … … 45 43 46 44 CLEAN_ADDITIONS += 47 CLOBBER_ADDITIONS += $(SHARED_SRCS)45 CLOBBER_ADDITIONS += 48 46 49 47 ${PGM}: ${SRCS} ${OBJS} … … 53 51 $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib 54 52 55 $(SHARED_SRCS):56 -$(LN) -s $(srcdir)/../../mvme147/startup/$@ $@57 58 53 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 59 -
c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in
r18e5d86 rbc7d465 6 6 srcdir = @srcdir@ 7 7 top_srcdir = @top_srcdir@ 8 VPATH=@srcdir@ 8 VPATH=@srcdir@:@srcdir@/../../mvme147/timer 9 9 10 10 PGM=${ARCH}/timer.rel … … 28 28 include $(PROJECT_ROOT)/make/leaf.cfg 29 29 30 SHARED_SRCS=timer.c timerisr.s31 32 30 # 33 31 # (OPTIONAL) Add local stuff here using += … … 50 48 51 49 CLEAN_ADDITIONS += 52 CLOBBER_ADDITIONS += $(SHARED_SRCS)50 CLOBBER_ADDITIONS += 53 51 54 52 ${PGM}: ${SRCS} ${OBJS} … … 57 55 all: ${ARCH} $(SRCS) $(PGM) 58 56 59 $(SHARED_SRCS):60 -$(LN) -s $(srcdir)/../../mvme147/timer/$@ $@61 62 57 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 63 58 install: all
Note: See TracChangeset
for help on using the changeset viewer.