~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnu/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-08 00:29:52 UTC
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081208002952-d3h72a5cb9yvextu
Added gnulib compatibility functions to make solaris suck a little less.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
4
#
 
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.
 
10
#
 
11
# Generated by gnulib-tool.
 
12
 
 
13
AUTOMAKE_OPTIONS = 1.5 foreign
 
14
 
 
15
SUBDIRS =
 
16
TESTS =
 
17
TESTS_ENVIRONMENT =
 
18
noinst_PROGRAMS =
 
19
check_PROGRAMS =
 
20
noinst_HEADERS =
 
21
noinst_LIBRARIES =
 
22
EXTRA_DIST =
 
23
BUILT_SOURCES =
 
24
SUFFIXES =
 
25
MOSTLYCLEANFILES = core *.stackdump
 
26
MOSTLYCLEANDIRS =
 
27
CLEANFILES =
 
28
DISTCLEANFILES =
 
29
MAINTAINERCLEANFILES =
 
30
 
 
31
AM_CPPFLAGS = \
 
32
  -I. -I$(srcdir) \
 
33
  -I.. -I$(srcdir)/.. \
 
34
  -I../gnu -I$(srcdir)/../gnu
 
35
 
 
36
LDADD = ../gnu/libgnu.la
 
37
 
 
38
## begin gnulib module memcmp-tests
 
39
 
 
40
TESTS += test-memcmp
 
41
check_PROGRAMS += test-memcmp
 
42
EXTRA_DIST += test-memcmp.c
 
43
 
 
44
## end   gnulib module memcmp-tests
 
45
 
 
46
## begin gnulib module stdlib-tests
 
47
 
 
48
TESTS += test-stdlib
 
49
check_PROGRAMS += test-stdlib
 
50
 
 
51
EXTRA_DIST += test-stdlib.c
 
52
 
 
53
## end   gnulib module stdlib-tests
 
54
 
 
55
## begin gnulib module string-tests
 
56
 
 
57
TESTS += test-string
 
58
check_PROGRAMS += test-string
 
59
 
 
60
EXTRA_DIST += test-string.c
 
61
 
 
62
## end   gnulib module string-tests
 
63
 
 
64
## begin gnulib module unistd-tests
 
65
 
 
66
TESTS += test-unistd
 
67
check_PROGRAMS += test-unistd
 
68
 
 
69
EXTRA_DIST += test-unistd.c
 
70
 
 
71
## end   gnulib module unistd-tests
 
72
 
 
73
# Clean up after Solaris cc.
 
74
clean-local:
 
75
        rm -rf SunWS_cache
 
76
 
 
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; \
 
81
          fi; \
 
82
        done; \
 
83
        :