1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free
4 # Software Foundation, Inc.
6 # This file is free software, distributed under the terms of the GNU
7 # General Public License. As a special exception to the GNU General
8 # Public License, this file may be distributed as part of a program
9 # that contains a configuration script generated by Autoconf, under
10 # the same distribution terms as the rest of that program.
12 # Generated by gnulib-tool.
14 AUTOMAKE_OPTIONS
= 1.5 foreign
26 MOSTLYCLEANFILES
= core
*.stackdump
30 MAINTAINERCLEANFILES
=
34 -I..
/..
-I
$(srcdir)/..
/.. \
35 -I..
/..
/gl
-I
$(srcdir)/..
/..
/gl
37 LDADD
= ..
/..
/gl
/libgnu.la
39 ## begin gnulib module arpa_inet-tests
41 TESTS
+= test-arpa_inet
42 check_PROGRAMS
+= test-arpa_inet
44 EXTRA_DIST
+= test-arpa_inet.c
46 ## end gnulib module arpa_inet-tests
48 ## begin gnulib module c-ctype-tests
51 check_PROGRAMS
+= test-c-ctype
53 EXTRA_DIST
+= test-c-ctype.c
55 ## end gnulib module c-ctype-tests
57 ## begin gnulib module getaddrinfo-tests
59 TESTS
+= test-getaddrinfo
60 check_PROGRAMS
+= test-getaddrinfo
61 test_getaddrinfo_LDADD
= $(LDADD
) @LIBINTL@
63 EXTRA_DIST
+= test-getaddrinfo.c
65 ## end gnulib module getaddrinfo-tests
67 ## begin gnulib module getdelim-tests
69 TESTS
+= test-getdelim
70 check_PROGRAMS
+= test-getdelim
71 MOSTLYCLEANFILES
+= test-getdelim.txt
72 EXTRA_DIST
+= test-getdelim.c
74 ## end gnulib module getdelim-tests
76 ## begin gnulib module getline-tests
79 check_PROGRAMS
+= test-getline
80 MOSTLYCLEANFILES
+= test-getline.txt
81 EXTRA_DIST
+= test-getline.c
83 ## end gnulib module getline-tests
85 ## begin gnulib module netdb-tests
88 check_PROGRAMS
+= test-netdb
90 EXTRA_DIST
+= test-netdb.c
92 ## end gnulib module netdb-tests
94 ## begin gnulib module netinet_in-tests
96 TESTS
+= test-netinet_in
97 check_PROGRAMS
+= test-netinet_in
99 EXTRA_DIST
+= test-netinet_in.c
101 ## end gnulib module netinet_in-tests
103 ## begin gnulib module strerror-tests
105 TESTS
+= test-strerror
106 check_PROGRAMS
+= test-strerror
107 EXTRA_DIST
+= test-strerror.c
109 ## end gnulib module strerror-tests
111 # Clean up after Solaris cc.
115 mostlyclean-local
: mostlyclean-generic
116 @for
dir in
'' $(MOSTLYCLEANDIRS
); do \
117 if
test -n
"$$dir" && test -d
$$dir; then \
118 echo
"rmdir $$dir"; rmdir
$$dir; \