Changeset d6c6c26f in rtems for cpukit/libmisc/wrapup/Makefile.am
- Timestamp:
- 06/26/02 16:11:36 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 765a1f06
- Parents:
- 74232ef5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/wrapup/Makefile.am
r74232ef5 rd6c6c26f 18 18 ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a 19 19 20 $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)21 $(INSTALL_DATA) $< $@22 23 20 # 24 21 # (OPTIONAL) Add local stuff here using += … … 33 30 $(RANLIB) $@ 34 31 35 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a 36 37 all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES) 38 39 .PRECIOUS: $(LIB) 32 all-local: $(ARCH) $(LIB) 40 33 41 34 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.