Changeset 6411947 in rtems for c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
- Timestamp:
- Jan 5, 2004, 6:14:08 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 356d53f
- Parents:
- 14b7d360
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
r14b7d360 r6411947 16 16 $(wildcard \ 17 17 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 18 LIB = $(ARCH)/libbsp.a19 18 20 19 include $(top_srcdir)/../../../../automake/compile.am 21 20 include $(top_srcdir)/../../../../automake/lib.am 22 21 23 # 24 # (OPTIONAL) Add local stuff here using += 25 # 26 27 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 28 23 $(make-library) 29 24 30 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 31 26 32 27 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.