~ubuntu-branches/ubuntu/gutsy/findutils/gutsy-proposed

« back to all changes in this revision

Viewing changes to gnulib/lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-07-04 11:37:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050704113737-ll89ui8be35r0pir
Tags: 4.2.22-2
* Remove locatedb on purge. (Closes: #315343)
* revert regex-syntax back to emacs-re. (Closes: #315136) Future versions
  will allow to select this by commandline parameter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in.
 
2
# Copyright (C) 2004 Free Software Foundation, Inc.
 
3
#
 
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.
 
9
#
 
10
# Generated by gnulib-tool.
 
11
# Invoked as: gnulib-tool --import --dir=. --lib=libgnulib --source-base=gnulib/lib --m4-base=gnulib/m4 alloca argmatch dirname error fileblocks fnmatch-gnu getline getopt human idcache lstat malloc memcmp memset mktime modechange pathmax quotearg realloc regex rpmatch savedir stat stpcpy strdup strftime strstr strtol strtoul strtoull strtoumax xalloc xalloc-die xgetcwd xstrtol xstrtoumax yesno human filemode getline stpcpy canonicalize mountlist closeout gettext stat-macros
 
12
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnulib --source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=.   alloca alloca-opt argmatch atexit canonicalize closeout cycle-check dirname error exit exitfail extensions fileblocks filemode filenamecat fnmatch fnmatch-gnu fpending getcwd getline getopt gettext gettimeofday human idcache lstat malloc memcmp mempcpy memset mktime modechange mountlist pathmax quote quotearg readlink realloc regex restrict rpmatch savedir stat stat-macros stdbool stpcpy strdup strftime strstr strtoimax strtol strtoll strtoul strtoull strtoumax time_r tzset xalloc xalloc-die xgetcwd xreadlink xstrtol xstrtoumax yesno
2
13
 
3
14
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
4
15
 
6
17
 
7
18
libgnulib_a_SOURCES =
8
19
libgnulib_a_LIBADD = @LIBOBJS@
9
 
#libgnulib_la_LIBADD = @LTLIBOBJS@
10
20
EXTRA_DIST =
11
21
BUILT_SOURCES =
12
22
SUFFIXES =
14
24
CLEANFILES =
15
25
DISTCLEANFILES =
16
26
MAINTAINERCLEANFILES =
 
27
 
 
28
## begin gnulib module alloca
 
29
 
 
30
 
 
31
libgnulib_a_LIBADD += @ALLOCA@
 
32
## end   gnulib module alloca
 
33
 
 
34
## begin gnulib module alloca-opt
 
35
 
 
36
BUILT_SOURCES += $(ALLOCA_H)
17
37
EXTRA_DIST += alloca_.h
18
38
 
19
 
# The following is needed in order to create an <alloca.h> when the system
 
39
# We need the following in order to create an <alloca.h> when the system
20
40
# doesn't have one that works with the given compiler.
21
 
all-local $(libgnulib_a_OBJECTS): @ALLOCA_H@
 
41
all-local $(libgnulib_a_OBJECTS): $(ALLOCA_H)
22
42
alloca.h: alloca_.h
23
 
        cp $(srcdir)/alloca_.h alloca.h
24
 
MOSTLYCLEANFILES += alloca.h
25
 
 
26
 
libgnulib_a_LIBADD += @ALLOCA@
27
 
#libgnulib_la_LIBADD += @LTALLOCA@
 
43
        cp $(srcdir)/alloca_.h $@-t
 
44
        mv $@-t $@
 
45
MOSTLYCLEANFILES += alloca.h alloca.h-t
 
46
 
 
47
## end   gnulib module alloca-opt
 
48
 
 
49
## begin gnulib module argmatch
 
50
 
28
51
libgnulib_a_SOURCES += argmatch.h argmatch.c
29
52
 
30
 
libgnulib_a_SOURCES += dirname.h dirname.c basename.c stripslash.c
31
 
 
32
 
 
33
 
 
34
 
libgnulib_a_SOURCES += filemode.h filemode.c
35
 
 
 
53
## end   gnulib module argmatch
 
54
 
 
55
## begin gnulib module cycle-check
 
56
 
 
57
libgnulib_a_SOURCES += cycle-check.c cycle-check.h dev-ino.h
 
58
 
 
59
## end   gnulib module cycle-check
 
60
 
 
61
## begin gnulib module dirname
 
62
 
 
63
libgnulib_a_SOURCES += basename.c stripslash.c
 
64
 
 
65
## end   gnulib module dirname
 
66
 
 
67
## begin gnulib module exit
 
68
 
 
69
libgnulib_a_SOURCES += exit.h
 
70
 
 
71
## end   gnulib module exit
 
72
 
 
73
## begin gnulib module fnmatch
 
74
 
 
75
BUILT_SOURCES += $(FNMATCH_H)
36
76
EXTRA_DIST += fnmatch_.h fnmatch_loop.c
37
77
 
38
 
# The following is needed in order to create an <fnmatch.h> when the system
 
78
# We need the following in order to create an <fnmatch.h> when the system
39
79
# doesn't have one that supports the required API.
40
 
all-local $(libgnulib_a_OBJECTS): fnmatch.h
 
80
all-local $(libgnulib_a_OBJECTS): $(FNMATCH_H)
41
81
fnmatch.h: fnmatch_.h
42
 
        cp $(srcdir)/fnmatch_.h fnmatch.h
43
 
MOSTLYCLEANFILES += fnmatch.h
44
 
 
45
 
libgnulib_a_SOURCES += getline.h
46
 
 
47
 
libgnulib_a_SOURCES += getopt.h getopt.c getopt1.c
 
82
        cp $(srcdir)/fnmatch_.h $@-t
 
83
        mv $@-t $@
 
84
MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
 
85
 
 
86
## end   gnulib module fnmatch
 
87
 
 
88
## begin gnulib module getline
 
89
 
 
90
EXTRA_DIST += getndelim2.h getndelim2.c
 
91
 
 
92
## end   gnulib module getline
 
93
 
 
94
## begin gnulib module getopt
 
95
 
 
96
BUILT_SOURCES += $(GETOPT_H)
 
97
EXTRA_DIST += getopt_.h getopt_int.h
 
98
 
 
99
# We need the following in order to create an <getopt.h> when the system
 
100
# doesn't have one that works with the given compiler.
 
101
all-local $(libgnulib_a_OBJECTS): $(GETOPT_H)
 
102
getopt.h: getopt_.h
 
103
        cp $(srcdir)/getopt_.h $@-t
 
104
        mv $@-t $@
 
105
MOSTLYCLEANFILES += getopt.h getopt.h-t
 
106
 
 
107
## end   gnulib module getopt
 
108
 
 
109
## begin gnulib module gettext
48
110
 
49
111
libgnulib_a_SOURCES += gettext.h
50
112
 
51
 
libgnulib_a_SOURCES += human.h human.c
52
 
 
53
 
libgnulib_a_SOURCES += idcache.c
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
libgnulib_a_SOURCES += modechange.h modechange.c
61
 
 
62
 
libgnulib_a_SOURCES += pathmax.h
63
 
 
64
 
libgnulib_a_SOURCES += quote.h quote.c
65
 
 
66
 
libgnulib_a_SOURCES += quotearg.h quotearg.c
67
 
 
 
113
## end   gnulib module gettext
 
114
 
 
115
## begin gnulib module regex
68
116
 
69
117
libgnulib_a_SOURCES += regex.h
70
118
 
71
 
 
72
 
libgnulib_a_SOURCES += savedir.h savedir.c
73
 
 
 
119
## end   gnulib module regex
 
120
 
 
121
## begin gnulib module stdbool
 
122
 
 
123
BUILT_SOURCES += $(STDBOOL_H)
 
124
EXTRA_DIST += stdbool_.h
 
125
 
 
126
# We need the following in order to create an <stdbool.h> when the system
 
127
# doesn't have one that works.
 
128
all-local $(libgnulib_a_OBJECTS): $(STDBOOL_H)
 
129
stdbool.h: stdbool_.h
 
130
        sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
 
131
        mv $@-t $@
 
132
MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 
133
 
 
134
## end   gnulib module stdbool
 
135
 
 
136
## begin gnulib module stpcpy
74
137
 
75
138
libgnulib_a_SOURCES += stpcpy.h
76
139
 
77
 
 
78
 
libgnulib_a_SOURCES += strftime.c
79
 
 
80
 
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
87
 
libgnulib_a_SOURCES += unlocked-io.h
88
 
 
89
 
libgnulib_a_SOURCES += xalloc.h xmalloc.c xstrdup.c
 
140
## end   gnulib module stpcpy
 
141
 
 
142
## begin gnulib module strstr
 
143
 
 
144
libgnulib_a_SOURCES += strstr.h
 
145
 
 
146
## end   gnulib module strstr
 
147
 
 
148
## begin gnulib module time_r
 
149
 
 
150
libgnulib_a_SOURCES += time_r.h
 
151
 
 
152
## end   gnulib module time_r
 
153
 
 
154
## begin gnulib module xalloc-die
 
155
 
 
156
libgnulib_a_SOURCES += xalloc-die.c
 
157
 
 
158
## end   gnulib module xalloc-die
 
159
 
 
160
## begin gnulib module xgetcwd
90
161
 
91
162
libgnulib_a_SOURCES += xgetcwd.h xgetcwd.c
92
163
 
93
 
libgnulib_a_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 
164
## end   gnulib module xgetcwd
 
165
 
 
166
## begin gnulib module xreadlink
 
167
 
 
168
libgnulib_a_SOURCES += xreadlink.h xreadlink.c
 
169
 
 
170
## end   gnulib module xreadlink
 
171
 
 
172
## begin gnulib module xstrtoumax
94
173
 
95
174
libgnulib_a_SOURCES += xstrtoumax.c
96
175
 
97
 
libgnulib_a_SOURCES += yesno.c
98
 
 
 
176
## end   gnulib module xstrtoumax
 
177
 
 
178
 
 
179
# Makefile.am ends here