Changeset 6186657a in rtems
- Timestamp:
- 06/26/02 17:04:38 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6d4210c1
- Parents:
- 765a1f06
- Location:
- c/src/libnetworking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libnetworking/ChangeLog
r765a1f06 r6186657a 1 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Build libnetapps.a. 4 Don't preinstall libnetapps.a 5 1 6 2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/libnetworking/wrapup/Makefile.am
r765a1f06 r6186657a 11 11 rtems_telnetd pppd $(POSIX_PIECES) 12 12 OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o) 13 LIB = $(ARCH)/libnet working.a13 LIB = $(ARCH)/libnetapps.a 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg … … 24 24 $(make-library) 25 25 26 $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a: $(LIB) 27 $(INSTALL_DATA) $< $@ 28 29 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a 30 31 all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) 32 33 .PRECIOUS: $(LIB) 26 all-local: $(ARCH) $(OBJS) $(LIB) 34 27 35 28 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.