~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.
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
12
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=m4 --doc-base=doc --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
16
noinst_HEADERS =
17
noinst_LIBRARIES =
18
noinst_LTLIBRARIES =
19
EXTRA_DIST =
20
BUILT_SOURCES =
21
SUFFIXES =
22
MOSTLYCLEANFILES = core *.stackdump
23
MOSTLYCLEANDIRS =
24
CLEANFILES =
25
DISTCLEANFILES =
26
MAINTAINERCLEANFILES =
27
815.1.6 by Monty Taylor
Some tweaks to get timegm working on Solaris.
28
AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
29
30
noinst_LTLIBRARIES += libgnu.la
31
32
libgnu_la_SOURCES =
33
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
34
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
35
EXTRA_libgnu_la_SOURCES =
36
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
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
57
## begin gnulib module link-warning
58
59
LINK_WARNING_H=$(top_srcdir)/config/link-warning.h
60
61
EXTRA_DIST += $(top_srcdir)/config/link-warning.h
62
63
## end   gnulib module link-warning
64
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
65
## begin gnulib module mktime
66
67
68
EXTRA_DIST += mktime.c
69
70
EXTRA_libgnu_la_SOURCES += mktime.c
71
72
## end   gnulib module mktime
73
74
## begin gnulib module time
75
76
BUILT_SOURCES += time.h
77
78
# We need the following in order to create <time.h> when the system
79
# doesn't have one that works with the given compiler.
80
time.h: time.in.h
81
	rm -f $@-t $@
82
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
83
	  sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
84
	      -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
85
	      -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
86
	      -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
87
	      -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
88
	      -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
89
	      -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
90
	      -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
91
	      < $(srcdir)/time.in.h; \
92
	} > $@-t
93
	mv $@-t $@
94
MOSTLYCLEANFILES += time.h time.h-t
95
96
EXTRA_DIST += time.in.h
97
98
## end   gnulib module time
99
100
## begin gnulib module time_r
101
102
103
EXTRA_DIST += time_r.c
104
105
EXTRA_libgnu_la_SOURCES += time_r.c
106
107
## end   gnulib module time_r
108
109
## begin gnulib module timegm
110
111
112
EXTRA_DIST += timegm.c
113
114
EXTRA_libgnu_la_SOURCES += timegm.c
115
116
## end   gnulib module timegm
117
815.1.3 by Monty Taylor
Added getopt workaround for broken solaris getopt.
118
## begin gnulib module unistd
119
120
BUILT_SOURCES += unistd.h
121
122
# We need the following in order to create an empty placeholder for
123
# <unistd.h> when the system doesn't have one.
124
unistd.h: unistd.in.h
125
	rm -f $@-t $@
126
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
127
	  sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
128
	      -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
129
	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
130
	      -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
131
	      -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
132
	      -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
133
	      -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
134
	      -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
135
	      -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
136
	      -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
137
	      -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
138
	      -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
139
	      -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
140
	      -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
141
	      -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
142
	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
143
	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
144
	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
145
	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
146
	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
147
	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
148
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
149
	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
150
	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
151
	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
152
	      -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
153
	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
154
	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
155
	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
156
	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
157
	      < $(srcdir)/unistd.in.h; \
158
	} > $@-t
159
	mv $@-t $@
160
MOSTLYCLEANFILES += unistd.h unistd.h-t
161
162
EXTRA_DIST += unistd.in.h
163
164
## end   gnulib module unistd
165
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
166
## begin gnulib module dummy
167
168
libgnu_la_SOURCES += dummy.c
169
170
## end   gnulib module dummy
171
172
173
mostlyclean-local: mostlyclean-generic
174
	@for dir in '' $(MOSTLYCLEANDIRS); do \
175
	  if test -n "$$dir" && test -d $$dir; then \
176
	    echo "rmdir $$dir"; rmdir $$dir; \
177
	  fi; \
178
	done; \
179
	: