Changeset 6411947 in rtems for c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
- Timestamp:
- 01/05/04 06:14:08 (20 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/gen68340/wrapup/Makefile.am
r14b7d360 r6411947 11 11 $(wildcard \ 12 12 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 13 LIB = $(ARCH)/libbsp.a14 13 15 14 include $(top_srcdir)/../../../../automake/compile.am 16 15 include $(top_srcdir)/../../../../automake/lib.am 17 16 18 # 19 # (OPTIONAL) Add local stuff here using += 20 # 21 22 $(LIB): $(OBJS) 17 $(ARCH)/libbsp.a: $(OBJS) 23 18 $(make-library) 24 19 25 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 26 21 27 22 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.