1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
## Process this file with automake to produce Makefile.in.
# Copyright (C) 2004-2005 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
# Public License, this file may be distributed as part of a program
# that contains a configuration script generated by Automake, under
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
AUTOMAKE_OPTIONS = 1.5 foreign
ACLOCAL_AMFLAGS = -I ../m4
TESTS =
TESTS_ENVIRONMENT =
noinst_PROGRAMS =
EXTRA_DIST =
BUILT_SOURCES =
SUFFIXES =
MOSTLYCLEANFILES =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
AM_CPPFLAGS = \
-I. -I$(srcdir) \
-I.. -I$(srcdir)/.. \
-I../lib -I$(srcdir)/../lib
LDADD = ../lib/libgnu.la
## begin gnulib module des-tests
TESTS += test-des
noinst_PROGRAMS += test-des
test_des_SOURCES = test-des.c
## end gnulib module des-tests
## begin gnulib module md4-tests
TESTS += test-md4
noinst_PROGRAMS += test-md4
test_md4_SOURCES = test-md4.c
## end gnulib module md4-tests
# Clean up after Solaris cc.
clean-local:
rm -rf SunWS_cache
# Makefile.am ends here
|