reduced verbosity and better debugging.
[gnutls.git] / gl / tests / gnulib.mk
blobc5836c7dc8d0826a57505f75f3e6183727eae359
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
16 SUBDIRS =
17 TESTS =
18 TESTS_ENVIRONMENT =
19 noinst_PROGRAMS =
20 check_PROGRAMS =
21 noinst_HEADERS =
22 noinst_LIBRARIES =
23 EXTRA_DIST =
24 BUILT_SOURCES =
25 SUFFIXES =
26 MOSTLYCLEANFILES = core *.stackdump
27 MOSTLYCLEANDIRS =
28 CLEANFILES =
29 DISTCLEANFILES =
30 MAINTAINERCLEANFILES =
32 AM_CPPFLAGS = \
33 -I. -I$(srcdir) \
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
50 TESTS += test-c-ctype
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
78 TESTS += test-getline
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
87 TESTS += test-netdb
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.
112 clean-local:
113 rm -rf SunWS_cache
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; \
119 fi; \
120 done; \