Changeset 847dbbe in rtems for c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am
- Timestamp:
- Feb 1, 2000, 1:41:54 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 399432fa
- Parents:
- 8505e9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am
r8505e9b r847dbbe 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 PGM = $ {ARCH}/shmsupp.rel7 PGM = $(ARCH)/shmsupp.rel 8 8 9 9 C_FILES = addrconv.c getcfg.c lock.c mpisr.c 10 C_O_FILES = $(C_FILES:%.c=$ {ARCH}/%.o)10 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 11 11 12 12 OBJS = $(C_O_FILES) … … 19 19 # 20 20 21 $(PGM): $ {OBJS}21 $(PGM): $(OBJS) 22 22 $(make-rel) 23 23 24 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 25 24 26 if HAS_MP 25 all-local: $ {ARCH}$(OBJS) $(PGM)27 all-local: $(ARCH) $(OBJS) $(PGM) 26 28 endif 27 29 28 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 30 .PRECIOUS: $(PGM) 29 31 30 32 EXTRA_DIST = addrconv.c getcfg.c lock.c mpisr.c
Note: See TracChangeset
for help on using the changeset viewer.