]> git.ipfire.org Git - thirdparty/glibc.git/blame - inet/Makefile
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / inet / Makefile
CommitLineData
d4697bc9 1# Copyright (C) 1991-2014 Free Software Foundation, Inc.
28f540f4
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 2.1 of the License, or (at your option) any later version.
28f540f4
RM
8
9# The GNU C Library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6
PE
15# License along with the GNU C Library; if not, see
16# <http://www.gnu.org/licenses/>.
28f540f4
RM
17
18#
19# Sub-makefile for inet portion of the library.
20#
21subdir := inet
22
e196b7dd 23headers := netinet/ether.h netinet/in.h netinet/in_systm.h \
d9997a45 24 netinet/if_ether.h netinet/igmp.h \
df4ef2ab 25 netinet/tcp.h netinet/ip.h $(wildcard arpa/*.h protocols/*.h) \
7f1deee6 26 aliases.h ifaddrs.h netinet/ip6.h netinet/icmp6.h bits/in.h
28f540f4 27
60c96635 28routines := htonl htons \
3d61b63c 29 inet_lnaof inet_mkadr \
270d9d47 30 inet_netof inet_ntoa inet_net herrno herrno-loc \
5f0e6fc7
RM
31 gethstbyad gethstbyad_r gethstbynm gethstbynm2 gethstbynm2_r \
32 gethstbynm_r gethstent gethstent_r \
7cbc6984 33 getnetbyad getnetbyad_r getnetbynm getnetent getnetent_r \
5f0e6fc7
RM
34 getnetbynm_r \
35 getproto getproto_r getprtent getprtent_r getprtname getprtname_r \
36 getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \
37 getservent_r \
38 getrpcent getrpcbyname getrpcbynumber \
39 getrpcent_r getrpcbyname_r getrpcbynumber_r \
6dbe2837
RM
40 ether_aton ether_aton_r ether_hton ether_line \
41 ether_ntoa ether_ntoa_r ether_ntoh \
a68b0d31 42 rcmd rexec ruserpass \
26761c28 43 getnetgrent_r getnetgrent \
1fb05e3d 44 getaliasent_r getaliasent getaliasname getaliasname_r \
f89d6892
UD
45 in6_addr getnameinfo if_index ifaddrs inet6_option \
46 getipv4sourcefilter setipv4sourcefilter \
07bfff20 47 getsourcefilter setsourcefilter inet6_opt inet6_rth
28f540f4 48
773e79b3 49aux := check_pf check_native ifreq
1dc869d1 50
11a9c0ce 51tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
d4f0720b 52 tst-gethnm test-ifaddrs bug-if1 test-inet6_opt tst-ether_line \
aff2453d 53 tst-getni1 tst-getni2 tst-inet6_rth tst-checks
1522c368 54
28f540f4 55include ../Rules
67479a70
UD
56
57ifeq ($(have-thread-library),yes)
58
3cc3ef96 59CFLAGS-gethstbyad_r.c = -fexceptions
72ef277e 60CFLAGS-gethstbyad.c = -fexceptions
3cc3ef96 61CFLAGS-gethstbynm_r.c = -fexceptions
72ef277e 62CFLAGS-gethstbynm.c = -fexceptions
3cc3ef96 63CFLAGS-gethstbynm2_r.c = -fexceptions
72ef277e
UD
64CFLAGS-gethstbynm2.c = -fexceptions
65CFLAGS-gethstent_r.c = -fexceptions
66CFLAGS-gethstent.c = -fexceptions
b5bc52ef 67CFLAGS-rcmd.c = -fexceptions
72ef277e
UD
68CFLAGS-getnetbynm_r.c = -fexceptions
69CFLAGS-getnetbynm.c = -fexceptions
70CFLAGS-getnetbyad_r.c = -fexceptions
71CFLAGS-getnetbyad.c = -fexceptions
72CFLAGS-getnetent_r.c = -fexceptions
73CFLAGS-getnetent.c = -fexceptions
74CFLAGS-getaliasent_r.c = -fexceptions
75CFLAGS-getaliasent.c = -fexceptions
76CFLAGS-getrpcent_r.c = -fexceptions
77CFLAGS-getrpcent.c = -fexceptions
78CFLAGS-getservent_r.c = -fexceptions
79CFLAGS-getservent.c = -fexceptions
80CFLAGS-getprtent_r.c = -fexceptions
81CFLAGS-getprtent.c = -fexceptions
8dab36a1
UD
82CFLAGS-either_ntoh.c = -fexceptions
83CFLAGS-either_hton.c = -fexceptions
84CFLAGS-getnetgrent.c = -fexceptions
85CFLAGS-getnetgrent_r.c = -fexceptions
67479a70
UD
86
87endif
ce85d65b
UD
88
89ifeq ($(build-static-nss),yes)
90CFLAGS += -DSTATIC_NSS
91endif