~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-08-12 07:35:31 UTC
  • mto: (1711.1.11 build)
  • mto: This revision was merged to the branch mainline in revision 1713.
  • Revision ID: mordred@inaugust.com-20100812073531-17wopgfzmz771ukm
Removed gnulib and the last usage of normal getopt.

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
 
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=config --lgpl --libtool --macro-prefix=gl getopt timegm
13
 
 
14
 
AUTOMAKE_OPTIONS = 1.5 gnits
15
 
 
16
 
SUBDIRS =
17
 
noinst_HEADERS =
18
 
noinst_LIBRARIES =
19
 
noinst_LTLIBRARIES =
20
 
EXTRA_DIST =
21
 
BUILT_SOURCES =
22
 
SUFFIXES =
23
 
MOSTLYCLEANFILES = core *.stackdump
24
 
MOSTLYCLEANDIRS =
25
 
CLEANFILES =
26
 
DISTCLEANFILES =
27
 
MAINTAINERCLEANFILES =
28
 
 
29
 
noinst_LTLIBRARIES += libgnu.la
30
 
 
31
 
libgnu_la_SOURCES =
32
 
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
33
 
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
34
 
EXTRA_libgnu_la_SOURCES =
35
 
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
36
 
libgnu_la_CFLAGS = $(AM_CFLAGS) $(NO_WERROR)
37
 
 
38
 
## begin gnulib module getopt
39
 
 
40
 
BUILT_SOURCES += $(GETOPT_H)
41
 
 
42
 
# We need the following in order to create <getopt.h> when the system
43
 
# doesn't have one that works with the given compiler.
44
 
getopt.h: getopt.in.h
45
 
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
46
 
          cat $(srcdir)/getopt.in.h; \
47
 
        } > $@-t
48
 
        mv -f $@-t $@
49
 
MOSTLYCLEANFILES += getopt.h getopt.h-t
50
 
 
51
 
EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
52
 
 
53
 
EXTRA_libgnu_la_SOURCES += getopt.c getopt1.c
54
 
 
55
 
## end   gnulib module getopt
56
 
 
57
 
## begin gnulib module gettext-h
58
 
 
59
 
libgnu_la_SOURCES += gettext.h
60
 
 
61
 
## end   gnulib module gettext-h
62
 
 
63
 
## begin gnulib module link-warning
64
 
 
65
 
LINK_WARNING_H=$(top_srcdir)/config/link-warning.h
66
 
 
67
 
EXTRA_DIST += $(top_srcdir)/config/link-warning.h
68
 
 
69
 
## end   gnulib module link-warning
70
 
 
71
 
## begin gnulib module mktime
72
 
 
73
 
 
74
 
EXTRA_DIST += mktime.c
75
 
 
76
 
EXTRA_libgnu_la_SOURCES += mktime.c
77
 
 
78
 
## end   gnulib module mktime
79
 
 
80
 
## begin gnulib module time
81
 
 
82
 
BUILT_SOURCES += time.h
83
 
 
84
 
# We need the following in order to create <time.h> when the system
85
 
# doesn't have one that works with the given compiler.
86
 
time.h: time.in.h
87
 
        rm -f $@-t $@
88
 
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
89
 
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
90
 
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
91
 
              -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
92
 
              -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
93
 
              -e 's|@REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
94
 
              -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
95
 
              -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
96
 
              -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
97
 
              -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
98
 
              -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
99
 
              < $(srcdir)/time.in.h; \
100
 
        } > $@-t
101
 
        mv $@-t $@
102
 
MOSTLYCLEANFILES += time.h time.h-t
103
 
 
104
 
EXTRA_DIST += time.in.h
105
 
 
106
 
## end   gnulib module time
107
 
 
108
 
## begin gnulib module time_r
109
 
 
110
 
 
111
 
EXTRA_DIST += time_r.c
112
 
 
113
 
EXTRA_libgnu_la_SOURCES += time_r.c
114
 
 
115
 
## end   gnulib module time_r
116
 
 
117
 
## begin gnulib module timegm
118
 
 
119
 
 
120
 
EXTRA_DIST += timegm.c
121
 
 
122
 
EXTRA_libgnu_la_SOURCES += timegm.c
123
 
 
124
 
## end   gnulib module timegm
125
 
 
126
 
## begin gnulib module unistd
127
 
 
128
 
BUILT_SOURCES += unistd.h
129
 
 
130
 
# We need the following in order to create an empty placeholder for
131
 
# <unistd.h> when the system doesn't have one.
132
 
unistd.h: unistd.in.h
133
 
        rm -f $@-t $@
134
 
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
135
 
          sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
136
 
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
137
 
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
138
 
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
139
 
              -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
140
 
              -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
141
 
              -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
142
 
              -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
143
 
              -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
144
 
              -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
145
 
              -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
146
 
              -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
147
 
              -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
148
 
              -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
149
 
              -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
150
 
              -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
151
 
              -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
152
 
              -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
153
 
              -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
154
 
              -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
155
 
              -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
156
 
              -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
157
 
              -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
158
 
              -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
159
 
              -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
160
 
              -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
161
 
              -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
162
 
              -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
163
 
              -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
164
 
              -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
165
 
              -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
166
 
              -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
167
 
              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
168
 
              -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
169
 
              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
170
 
              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
171
 
              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
172
 
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
173
 
              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
174
 
              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
175
 
              -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
176
 
              -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
177
 
              -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
178
 
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
179
 
              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
180
 
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
181
 
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
182
 
              -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
183
 
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
184
 
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
185
 
              < $(srcdir)/unistd.in.h; \
186
 
        } > $@-t
187
 
        mv $@-t $@
188
 
MOSTLYCLEANFILES += unistd.h unistd.h-t
189
 
 
190
 
EXTRA_DIST += unistd.in.h
191
 
 
192
 
## end   gnulib module unistd
193
 
 
194
 
## begin gnulib module dummy
195
 
 
196
 
libgnu_la_SOURCES += dummy.c
197
 
 
198
 
## end   gnulib module dummy
199
 
 
200
 
 
201
 
mostlyclean-local: mostlyclean-generic
202
 
        @for dir in '' $(MOSTLYCLEANDIRS); do \
203
 
          if test -n "$$dir" && test -d $$dir; then \
204
 
            echo "rmdir $$dir"; rmdir $$dir; \
205
 
          fi; \
206
 
        done; \
207
 
        :