Changeset 387df95 in rtems for c/src/lib/libbsp/sh/gensh2/scitab
- Timestamp:
- Jan 15, 2003, 1:01:39 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dfdab22f
- Parents:
- df16c47a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
rdf16c47a r387df95 3 3 ## 4 4 5 6 5 PGM = $(ARCH)/scitab.rel 7 6 8 7 C_FILES = scitab.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))8 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 9 11 OBJS = $(C_O_FILES)12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 10 include $(top_srcdir)/../../../../../../automake/compile.am 15 11 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.