Changeset a3dfa39 in rtems for cpukit/libnetworking/netinet/Makefile.am
- Timestamp:
- Dec 11, 2002, 3:34:58 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 53021d4
- Parents:
- 8361b50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/netinet/Makefile.am
r8361b50 ra3dfa39 11 11 raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \ 12 12 tcp_usrreq.c udp_usrreq.c 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 14 15 OBJS = $(C_O_FILES) 13 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 16 14 17 15 include $(top_srcdir)/../automake/multilib.am … … 30 28 $(make-library) 31 29 32 all-local: $(PREINSTALL_FILES) $(ARCH) $( OBJS) $(LIB)30 all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) 33 31 34 32 .PRECIOUS: $(LIB)
Note: See TracChangeset
for help on using the changeset viewer.