Changeset 6b719b8d in rtems
- Timestamp:
- 03/31/99 23:20:35 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 912f74ae
- Parents:
- c5f2e5b
- Location:
- c/src/lib/libbsp/sparc/erc32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in
rc5f2e5b r6b719b8d 30 30 S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o) 31 31 32 SRCS= linkcmds$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)32 SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) 33 33 OBJS=$(C_O_FILES) 34 34 … … 62 62 63 63 all: ${ARCH} $(SRCS) $(PGM) 64 $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib65 64 66 65 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in
rc5f2e5b r6b719b8d 16 16 VPATH = @srcdir@ 17 17 18 BSP_PIECES=startup console clock timer gnat _supp18 BSP_PIECES=startup console clock timer gnatsupp 19 19 # pieces to pick up out of libcpu/sparc 20 20 CPU_PIECES=reg_win
Note: See TracChangeset
for help on using the changeset viewer.