Changeset 9537e5e in rtems
- Timestamp:
- 12/13/99 16:29:01 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 809f4451
- Parents:
- 38b81b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libnetworking/libc/Makefile.in
r38b81b5 r9537e5e 18 18 19 19 # C and C++ source names, if any, go here -- minus the .c or .cc 20 C_PIECES = base64 gethostbydns gethostbyht gethostbynis gethostnamadr herror \ 21 inet_addr inet_ntoa inet_ntop inet_pton map_v4v6 nsap_addr ns_name \ 22 ns_netint ns_parse ns_print ns_ttl res_comp res_data res_debug res_init \ 23 res_mkquery res_mkupdate res_query res_send res_stubs res_update strsep 20 C_PIECES = base64 gethostbydns gethostbyht gethostbynis gethostnamadr \ 21 getnetbydns getnetbyht getnetbynis getnetnamadr getproto getprotoent \ 22 getprotoname getservbyname getservbyport getservent herror inet_addr \ 23 inet_lnaof inet_makeaddr inet_network inet_ntoa inet_ntop inet_pton \ 24 map_v4v6 nsap_addr ns_name ns_netint ns_parse ns_print ns_ttl \ 25 res_comp res_data res_debug res_init res_mkquery res_mkupdate \ 26 res_query res_send res_stubs res_update strsep 24 27 C_FILES = $(C_PIECES:%=%.c) 25 28 C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
Note: See TracChangeset
for help on using the changeset viewer.