~drizzle-trunk/drizzle/development

815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
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.
994.2.8 by Monty Taylor
Updated gnulib files.
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
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
13
14
AUTOMAKE_OPTIONS = 1.5 gnits
15
994.2.8 by Monty Taylor
Updated gnulib files.
16
SUBDIRS =
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
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)
1259.2.2 by Monty Taylor
Added option for OSX Fat Binaries.
36
libgnu_la_CFLAGS = $(AM_CFLAGS) $(NO_WERROR)
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
37
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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
994.2.8 by Monty Taylor
Updated gnulib files.
57
## begin gnulib module gettext-h
58
59
libgnu_la_SOURCES += gettext.h
60
61
## end   gnulib module gettext-h
62
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
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! */' && \
994.2.8 by Monty Taylor
Updated gnulib files.
89
	  sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
90
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
91
	      -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
92
	      -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1093.8.1 by rm
fix for gnulib mktime test & replacement (adaptation of patch from Bruno Haible)
93
	      -e 's|@REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
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
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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' \
994.2.8 by Monty Taylor
Updated gnulib files.
136
	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
137
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
138
	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
139
	      -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
140
	      -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
141
	      -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
142
	      -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
143
	      -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
144
	      -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
145
	      -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
146
	      -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
147
	      -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
148
	      -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
149
	      -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
150
	      -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
151
	      -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
152
	      -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
153
	      -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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' \
994.2.8 by Monty Taylor
Updated gnulib files.
158
	      -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
159
	      -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
160
	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
161
	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
162
	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
163
	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
164
	      -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
165
	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
166
	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
167
	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
994.2.8 by Monty Taylor
Updated gnulib files.
168
	      -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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' \
994.2.8 by Monty Taylor
Updated gnulib files.
176
	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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' \
994.2.8 by Monty Taylor
Updated gnulib files.
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)' \
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
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
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
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
	: