1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
## Process this file with automake to produce Makefile.in.
3
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
5
# This file is free software, distributed under the terms of the GNU
6
# General Public License. As a special exception to the GNU General
7
# Public License, this file may be distributed as part of a program
8
# that contains a configuration script generated by Autoconf, under
9
# the same distribution terms as the rest of that program.
11
# Generated by gnulib-tool.
13
AUTOMAKE_OPTIONS = 1.5 foreign
25
MOSTLYCLEANFILES = core *.stackdump
29
MAINTAINERCLEANFILES =
34
-I../gnu -I$(srcdir)/../gnu
36
LDADD = ../gnu/libgnu.la
38
## begin gnulib module memcmp-tests
41
check_PROGRAMS += test-memcmp
42
EXTRA_DIST += test-memcmp.c
44
## end gnulib module memcmp-tests
46
## begin gnulib module stdlib-tests
49
check_PROGRAMS += test-stdlib
51
EXTRA_DIST += test-stdlib.c
53
## end gnulib module stdlib-tests
55
## begin gnulib module string-tests
58
check_PROGRAMS += test-string
60
EXTRA_DIST += test-string.c
62
## end gnulib module string-tests
64
## begin gnulib module unistd-tests
67
check_PROGRAMS += test-unistd
69
EXTRA_DIST += test-unistd.c
71
## end gnulib module unistd-tests
73
# Clean up after Solaris cc.
77
mostlyclean-local: mostlyclean-generic
78
@for dir in '' $(MOSTLYCLEANDIRS); do \
79
if test -n "$$dir" && test -d $$dir; then \
80
echo "rmdir $$dir"; rmdir $$dir; \