Changeset f22ebf0 in rtems
- Timestamp:
- 06/17/02 09:12:00 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8ed9f53
- Parents:
- 7077c87
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r7077c87 rf22ebf0 1 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am. 4 * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am. 5 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 6 Use ../aclocal. 7 * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am. 8 * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am. 9 * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am. 10 * net/Makefile.am: Include $(top_srcdir)/../automake/*.am. 11 * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am. 12 * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. 13 * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am. 14 * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am. 15 * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am. 16 * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am. 17 1 18 2002-06-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 19 -
c/src/exec/libnetworking/Makefile.am
r7077c87 rf22ebf0 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../ ../../../aclocal5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 7 SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems … … 25 25 EXTRA_DIST = CHANGELOG 26 26 27 include $(top_srcdir)/../ ../../../automake/subdirs.am28 include $(top_srcdir)/../ ../../../automake/local.am27 include $(top_srcdir)/../automake/subdirs.am 28 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/arpa/Makefile.am
r7077c87 rf22ebf0 19 19 all-local: $(PREINSTALL_FILES) 20 20 21 include $(top_srcdir)/../ ../../../automake/local.am21 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/kern/Makefile.am
r7077c87 rf22ebf0 12 12 OBJS = $(C_O_FILES) 13 13 14 include $(top_srcdir)/../ ../../../automake/multilib.am15 include $(top_srcdir)/../ ../../../automake/compile.am16 include $(top_srcdir)/../ ../../../automake/lib.am14 include $(top_srcdir)/../automake/multilib.am 15 include $(top_srcdir)/../automake/compile.am 16 include $(top_srcdir)/../automake/lib.am 17 17 18 18 # … … 33 33 uipc_socket2.c 34 34 35 include $(top_srcdir)/../ ../../../automake/local.am35 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/lib/Makefile.am
r7077c87 rf22ebf0 12 12 OBJS = $(C_O_FILES) 13 13 14 include $(top_srcdir)/../ ../../../automake/multilib.am15 include $(top_srcdir)/../ ../../../automake/compile.am16 include $(top_srcdir)/../ ../../../automake/lib.am14 include $(top_srcdir)/../automake/multilib.am 15 include $(top_srcdir)/../automake/compile.am 16 include $(top_srcdir)/../automake/lib.am 17 17 18 18 # … … 31 31 EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c 32 32 33 include $(top_srcdir)/../ ../../../automake/local.am33 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/libc/Makefile.am
r7077c87 rf22ebf0 20 20 OBJS = $(C_O_FILES) 21 21 22 include $(top_srcdir)/../ ../../../automake/multilib.am23 include $(top_srcdir)/../ ../../../automake/compile.am24 include $(top_srcdir)/../ ../../../automake/lib.am22 include $(top_srcdir)/../automake/multilib.am 23 include $(top_srcdir)/../automake/compile.am 24 include $(top_srcdir)/../automake/lib.am 25 25 26 26 man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \ … … 55 55 resolver.3 send.c strsep.c 56 56 57 include $(top_srcdir)/../ ../../../automake/local.am57 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/machine/Makefile.am
r7077c87 rf22ebf0 20 20 all-local: $(PREINSTALL_FILES) 21 21 22 include $(top_srcdir)/../ ../../../automake/local.am22 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/net/Makefile.am
r7077c87 rf22ebf0 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(top_srcdir)/../ ../../../automake/multilib.am18 include $(top_srcdir)/../ ../../../automake/compile.am19 include $(top_srcdir)/../ ../../../automake/lib.am17 include $(top_srcdir)/../automake/multilib.am 18 include $(top_srcdir)/../automake/compile.am 19 include $(top_srcdir)/../automake/lib.am 20 20 21 21 # … … 49 49 $(INSTALL_DATA) $< $@ 50 50 51 include $(top_srcdir)/../ ../../../automake/local.am51 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/netinet/Makefile.am
r7077c87 rf22ebf0 17 17 OBJS = $(C_O_FILES) 18 18 19 include $(top_srcdir)/../ ../../../automake/multilib.am20 include $(top_srcdir)/../ ../../../automake/compile.am21 include $(top_srcdir)/../ ../../../automake/lib.am19 include $(top_srcdir)/../automake/multilib.am 20 include $(top_srcdir)/../automake/compile.am 21 include $(top_srcdir)/../automake/lib.am 22 22 23 23 # … … 54 54 $(INSTALL_DATA) $< $@ 55 55 56 include $(top_srcdir)/../ ../../../automake/local.am56 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/nfs/Makefile.am
r7077c87 rf22ebf0 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../ ../../../automake/multilib.am17 include $(top_srcdir)/../ ../../../automake/compile.am18 include $(top_srcdir)/../ ../../../automake/lib.am16 include $(top_srcdir)/../automake/multilib.am 17 include $(top_srcdir)/../automake/compile.am 18 include $(top_srcdir)/../automake/lib.am 19 19 20 20 # … … 45 45 $(INSTALL_DATA) $< $@ 46 46 47 include $(top_srcdir)/../ ../../../automake/local.am47 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/rtems/Makefile.am
r7077c87 rf22ebf0 28 28 $(INSTALL_DATA) $< $@ 29 29 30 include $( RTEMS_ROOT)/../../../../automake/multilib.am31 include $(top_srcdir)/../ ../../../automake/compile.am32 include $(top_srcdir)/../ ../../../automake/lib.am30 include $(top_srcdir)/../automake/multilib.am 31 include $(top_srcdir)/../automake/compile.am 32 include $(top_srcdir)/../automake/lib.am 33 33 34 34 # … … 51 51 rtems_showudpstat.c rtems_syscall.c sghostname.c 52 52 53 include $(top_srcdir)/../ ../../../automake/local.am53 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/sys/Makefile.am
r7077c87 rf22ebf0 22 22 all-local: $(PREINSTALL_FILES) 23 23 24 include $(top_srcdir)/../ ../../../automake/local.am24 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/vm/Makefile.am
r7077c87 rf22ebf0 21 21 all-local: $(PREINSTALL_FILES) 22 22 23 include $(top_srcdir)/../ ../../../automake/local.am23 include $(top_srcdir)/../automake/local.am -
c/src/exec/libnetworking/wrapup/Makefile.am
r7077c87 rf22ebf0 8 8 LIB = $(ARCH)/libnetworking.a 9 9 10 include $(top_srcdir)/../ ../../../automake/multilib.am11 include $(top_srcdir)/../ ../../../automake/compile.am12 include $(top_srcdir)/../ ../../../automake/lib.am10 include $(top_srcdir)/../automake/multilib.am 11 include $(top_srcdir)/../automake/compile.am 12 include $(top_srcdir)/../automake/lib.am 13 13 14 14 # … … 28 28 .PRECIOUS: $(LIB) 29 29 30 include $(top_srcdir)/../ ../../../automake/local.am30 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/ChangeLog
r7077c87 rf22ebf0 1 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am. 4 * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am. 5 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 6 Use ../aclocal. 7 * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am. 8 * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am. 9 * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am. 10 * net/Makefile.am: Include $(top_srcdir)/../automake/*.am. 11 * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am. 12 * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. 13 * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am. 14 * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am. 15 * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am. 16 * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am. 17 1 18 2002-06-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 19 -
cpukit/libnetworking/Makefile.am
r7077c87 rf22ebf0 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../ ../../../aclocal5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 7 SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems … … 25 25 EXTRA_DIST = CHANGELOG 26 26 27 include $(top_srcdir)/../ ../../../automake/subdirs.am28 include $(top_srcdir)/../ ../../../automake/local.am27 include $(top_srcdir)/../automake/subdirs.am 28 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/arpa/Makefile.am
r7077c87 rf22ebf0 19 19 all-local: $(PREINSTALL_FILES) 20 20 21 include $(top_srcdir)/../ ../../../automake/local.am21 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/kern/Makefile.am
r7077c87 rf22ebf0 12 12 OBJS = $(C_O_FILES) 13 13 14 include $(top_srcdir)/../ ../../../automake/multilib.am15 include $(top_srcdir)/../ ../../../automake/compile.am16 include $(top_srcdir)/../ ../../../automake/lib.am14 include $(top_srcdir)/../automake/multilib.am 15 include $(top_srcdir)/../automake/compile.am 16 include $(top_srcdir)/../automake/lib.am 17 17 18 18 # … … 33 33 uipc_socket2.c 34 34 35 include $(top_srcdir)/../ ../../../automake/local.am35 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/lib/Makefile.am
r7077c87 rf22ebf0 12 12 OBJS = $(C_O_FILES) 13 13 14 include $(top_srcdir)/../ ../../../automake/multilib.am15 include $(top_srcdir)/../ ../../../automake/compile.am16 include $(top_srcdir)/../ ../../../automake/lib.am14 include $(top_srcdir)/../automake/multilib.am 15 include $(top_srcdir)/../automake/compile.am 16 include $(top_srcdir)/../automake/lib.am 17 17 18 18 # … … 31 31 EXTRA_DIST = README getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c 32 32 33 include $(top_srcdir)/../ ../../../automake/local.am33 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/libc/Makefile.am
r7077c87 rf22ebf0 20 20 OBJS = $(C_O_FILES) 21 21 22 include $(top_srcdir)/../ ../../../automake/multilib.am23 include $(top_srcdir)/../ ../../../automake/compile.am24 include $(top_srcdir)/../ ../../../automake/lib.am22 include $(top_srcdir)/../automake/multilib.am 23 include $(top_srcdir)/../automake/compile.am 24 include $(top_srcdir)/../automake/lib.am 25 25 26 26 man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \ … … 55 55 resolver.3 send.c strsep.c 56 56 57 include $(top_srcdir)/../ ../../../automake/local.am57 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/machine/Makefile.am
r7077c87 rf22ebf0 20 20 all-local: $(PREINSTALL_FILES) 21 21 22 include $(top_srcdir)/../ ../../../automake/local.am22 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/net/Makefile.am
r7077c87 rf22ebf0 15 15 OBJS = $(C_O_FILES) 16 16 17 include $(top_srcdir)/../ ../../../automake/multilib.am18 include $(top_srcdir)/../ ../../../automake/compile.am19 include $(top_srcdir)/../ ../../../automake/lib.am17 include $(top_srcdir)/../automake/multilib.am 18 include $(top_srcdir)/../automake/compile.am 19 include $(top_srcdir)/../automake/lib.am 20 20 21 21 # … … 49 49 $(INSTALL_DATA) $< $@ 50 50 51 include $(top_srcdir)/../ ../../../automake/local.am51 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/netinet/Makefile.am
r7077c87 rf22ebf0 17 17 OBJS = $(C_O_FILES) 18 18 19 include $(top_srcdir)/../ ../../../automake/multilib.am20 include $(top_srcdir)/../ ../../../automake/compile.am21 include $(top_srcdir)/../ ../../../automake/lib.am19 include $(top_srcdir)/../automake/multilib.am 20 include $(top_srcdir)/../automake/compile.am 21 include $(top_srcdir)/../automake/lib.am 22 22 23 23 # … … 54 54 $(INSTALL_DATA) $< $@ 55 55 56 include $(top_srcdir)/../ ../../../automake/local.am56 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/nfs/Makefile.am
r7077c87 rf22ebf0 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../ ../../../automake/multilib.am17 include $(top_srcdir)/../ ../../../automake/compile.am18 include $(top_srcdir)/../ ../../../automake/lib.am16 include $(top_srcdir)/../automake/multilib.am 17 include $(top_srcdir)/../automake/compile.am 18 include $(top_srcdir)/../automake/lib.am 19 19 20 20 # … … 45 45 $(INSTALL_DATA) $< $@ 46 46 47 include $(top_srcdir)/../ ../../../automake/local.am47 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/rtems/Makefile.am
r7077c87 rf22ebf0 28 28 $(INSTALL_DATA) $< $@ 29 29 30 include $( RTEMS_ROOT)/../../../../automake/multilib.am31 include $(top_srcdir)/../ ../../../automake/compile.am32 include $(top_srcdir)/../ ../../../automake/lib.am30 include $(top_srcdir)/../automake/multilib.am 31 include $(top_srcdir)/../automake/compile.am 32 include $(top_srcdir)/../automake/lib.am 33 33 34 34 # … … 51 51 rtems_showudpstat.c rtems_syscall.c sghostname.c 52 52 53 include $(top_srcdir)/../ ../../../automake/local.am53 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/sys/Makefile.am
r7077c87 rf22ebf0 22 22 all-local: $(PREINSTALL_FILES) 23 23 24 include $(top_srcdir)/../ ../../../automake/local.am24 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/vm/Makefile.am
r7077c87 rf22ebf0 21 21 all-local: $(PREINSTALL_FILES) 22 22 23 include $(top_srcdir)/../ ../../../automake/local.am23 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/wrapup/Makefile.am
r7077c87 rf22ebf0 8 8 LIB = $(ARCH)/libnetworking.a 9 9 10 include $(top_srcdir)/../ ../../../automake/multilib.am11 include $(top_srcdir)/../ ../../../automake/compile.am12 include $(top_srcdir)/../ ../../../automake/lib.am10 include $(top_srcdir)/../automake/multilib.am 11 include $(top_srcdir)/../automake/compile.am 12 include $(top_srcdir)/../automake/lib.am 13 13 14 14 # … … 28 28 .PRECIOUS: $(LIB) 29 29 30 include $(top_srcdir)/../ ../../../automake/local.am30 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.