Changeset a3dfa39 in rtems for cpukit/libnetworking/rtems/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/rtems/Makefile.am
r8361b50 ra3dfa39 11 11 rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \ 12 12 rtems_showudpstat.c rtems_select.c mkrootfs.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_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \ … … 41 39 $(make-library) 42 40 43 all-local: $(PREINSTALL_FILES) $(ARCH) $( OBJS) $(LIB)41 all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) 44 42 45 43 .PRECIOUS: $(LIB)
Note: See TracChangeset
for help on using the changeset viewer.