Bump versions.
[gsasl.git] / lib / tests / Makefile.am
blobeffd105e3a145ec5a231cd349a44ca2cbbd9a5e5
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004-2005 Free Software Foundation, Inc.
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Automake, under
8 # the same distribution terms as the rest of that program.
10 # Generated by gnulib-tool.
12 AUTOMAKE_OPTIONS = 1.5 foreign
14 ACLOCAL_AMFLAGS = -I ../gl/m4
16 TESTS =
17 TESTS_ENVIRONMENT =
18 noinst_PROGRAMS =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES =
23 CLEANFILES =
24 DISTCLEANFILES =
25 MAINTAINERCLEANFILES =
27 AM_CPPFLAGS = \
28   -I. -I$(srcdir) \
29   -I.. -I$(srcdir)/.. \
30   -I../gl -I$(srcdir)/../gl
32 LDADD = ../gl/libgl.la
34 ## begin gnulib module gc-hmac-md5-tests
36 TESTS += test-gc-hmac-md5$(EXEEXT)
37 noinst_PROGRAMS += test-gc-hmac-md5
38 test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c
40 ## end   gnulib module gc-hmac-md5-tests
42 ## begin gnulib module gc-md5-tests
44 TESTS += test-gc-md5$(EXEEXT)
45 noinst_PROGRAMS += test-gc-md5
46 test_gc_md5_SOURCES = test-gc-md5.c
48 ## end   gnulib module gc-md5-tests
50 ## begin gnulib module gc-tests
52 TESTS += test-gc$(EXEEXT)
53 noinst_PROGRAMS += test-gc
54 test_gc_SOURCES = test-gc.c
56 ## end   gnulib module gc-tests
58 # Clean up after Solaris cc.
59 clean-local:
60         rm -rf SunWS_cache
62 # Makefile.am ends here