Changeset 149f3f9 in rtems for c/src/lib/libbsp/sparc/erc32/start/Makefile.in
- Timestamp:
- Nov 19, 1999, 4:06:32 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9c0385a
- Parents:
- 97c465c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/start/Makefile.in
r97c465c r149f3f9 7 7 top_srcdir = @top_srcdir@ 8 8 top_builddir = ../../.. 9 subdir = sparc/erc32/start sis9 subdir = sparc/erc32/start 10 10 11 11 RTEMS_ROOT = @RTEMS_ROOT@ … … 14 14 VPATH = @srcdir@ 15 15 16 PGMS = ${ARCH}/start sis.o16 PGMS = ${ARCH}/start.o 17 17 18 18 # C source names, if any, go here -- minus the .c … … 24 24 25 25 # Assembly source names, if any, go here -- minus the .S 26 S_PIECES = start sis26 S_PIECES = start 27 27 S_FILES = $(S_PIECES:%=%.S) 28 28 S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
Note: See TracChangeset
for help on using the changeset viewer.