~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-08-12 20:27:32 UTC
  • mto: (1720.1.5 build)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100812202732-9kzchbkvkyki4n3u
Merged libdrizzle directly into tree.

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 poll
 
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
AM_CPPFLAGS =
 
30
 
 
31
noinst_LTLIBRARIES += libgnu.la
 
32
 
 
33
libgnu_la_SOURCES =
 
34
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
 
35
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
 
36
EXTRA_libgnu_la_SOURCES =
 
37
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
 
38
 
 
39
## begin gnulib module alloca
 
40
 
 
41
 
 
42
EXTRA_DIST += alloca.c
 
43
 
 
44
EXTRA_libgnu_la_SOURCES += alloca.c
 
45
 
 
46
libgnu_la_LIBADD += @LTALLOCA@
 
47
libgnu_la_DEPENDENCIES += @LTALLOCA@
 
48
## end   gnulib module alloca
 
49
 
 
50
## begin gnulib module alloca-opt
 
51
 
 
52
BUILT_SOURCES += $(ALLOCA_H)
 
53
 
 
54
# We need the following in order to create <alloca.h> when the system
 
55
# doesn't have one that works with the given compiler.
 
56
alloca.h: alloca.in.h
 
57
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
58
          cat $(srcdir)/alloca.in.h; \
 
59
        } > $@-t
 
60
        mv -f $@-t $@
 
61
MOSTLYCLEANFILES += alloca.h alloca.h-t
 
62
 
 
63
EXTRA_DIST += alloca.in.h
 
64
 
 
65
## end   gnulib module alloca-opt
 
66
 
 
67
## begin gnulib module errno
 
68
 
 
69
BUILT_SOURCES += $(ERRNO_H)
 
70
 
 
71
# We need the following in order to create <errno.h> when the system
 
72
# doesn't have one that is POSIX compliant.
 
73
errno.h: errno.in.h
 
74
        rm -f $@-t $@
 
75
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
76
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
77
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
78
              -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
 
79
              -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
 
80
              -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
 
81
              -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
 
82
              -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
 
83
              -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
 
84
              -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
 
85
              < $(srcdir)/errno.in.h; \
 
86
        } > $@-t
 
87
        mv $@-t $@
 
88
MOSTLYCLEANFILES += errno.h errno.h-t
 
89
 
 
90
EXTRA_DIST += errno.in.h
 
91
 
 
92
## end   gnulib module errno
 
93
 
 
94
## begin gnulib module link-warning
 
95
 
 
96
LINK_WARNING_H=$(top_srcdir)/config/link-warning.h
 
97
 
 
98
EXTRA_DIST += $(top_srcdir)/config/link-warning.h
 
99
 
 
100
## end   gnulib module link-warning
 
101
 
 
102
## begin gnulib module poll
 
103
 
 
104
BUILT_SOURCES += $(POLL_H)
 
105
 
 
106
# We need the following in order to create <poll.h> when the system
 
107
# doesn't have one.
 
108
poll.h: poll.in.h
 
109
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
110
          cat $(srcdir)/poll.in.h; \
 
111
        } > $@-t
 
112
        mv -f $@-t $@
 
113
MOSTLYCLEANFILES += poll.h poll.h-t
 
114
 
 
115
EXTRA_DIST += poll.c poll.in.h
 
116
 
 
117
EXTRA_libgnu_la_SOURCES += poll.c
 
118
 
 
119
## end   gnulib module poll
 
120
 
 
121
## begin gnulib module sys_select
 
122
 
 
123
BUILT_SOURCES += $(SYS_SELECT_H)
 
124
 
 
125
# We need the following in order to create <sys/select.h> when the system
 
126
# doesn't have one that works with the given compiler.
 
127
sys/select.h: sys_select.in.h
 
128
        @MKDIR_P@ sys
 
129
        rm -f $@-t $@
 
130
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
131
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
132
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
133
              -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
 
134
              -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
 
135
              -e 's|@''GNULIB_SELECT''@|$(GNULIB_SELECT)|g' \
 
136
              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
 
137
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
138
              < $(srcdir)/sys_select.in.h; \
 
139
        } > $@-t
 
140
        mv $@-t $@
 
141
MOSTLYCLEANFILES += sys/select.h sys/select.h-t
 
142
MOSTLYCLEANDIRS += sys
 
143
 
 
144
EXTRA_DIST += sys_select.in.h
 
145
 
 
146
## end   gnulib module sys_select
 
147
 
 
148
## begin gnulib module sys_socket
 
149
 
 
150
BUILT_SOURCES += $(SYS_SOCKET_H)
 
151
 
 
152
# We need the following in order to create <sys/socket.h> when the system
 
153
# doesn't have one that works with the given compiler.
 
154
sys/socket.h: sys_socket.in.h
 
155
        @MKDIR_P@ sys
 
156
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
157
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
158
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
159
              -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
 
160
              -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
 
161
              -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
 
162
              -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
 
163
              -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
 
164
              -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
 
165
              -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
 
166
              -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
 
167
              -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
 
168
              -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
 
169
              -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
 
170
              -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
 
171
              -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
 
172
              -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
 
173
              -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
 
174
              -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
 
175
              -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
 
176
              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
 
177
              -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
 
178
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
179
              < $(srcdir)/sys_socket.in.h; \
 
180
        } > $@-t
 
181
        mv -f $@-t $@
 
182
MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
 
183
MOSTLYCLEANDIRS += sys
 
184
 
 
185
EXTRA_DIST += sys_socket.in.h
 
186
 
 
187
## end   gnulib module sys_socket
 
188
 
 
189
## begin gnulib module sys_time
 
190
 
 
191
BUILT_SOURCES += $(SYS_TIME_H)
 
192
 
 
193
# We need the following in order to create <sys/time.h> when the system
 
194
# doesn't have one that works with the given compiler.
 
195
sys/time.h: sys_time.in.h
 
196
        @MKDIR_P@ sys
 
197
        rm -f $@-t $@
 
198
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
199
          sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
 
200
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
201
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
202
              -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
 
203
              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
 
204
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
 
205
              < $(srcdir)/sys_time.in.h; \
 
206
        } > $@-t
 
207
        mv $@-t $@
 
208
MOSTLYCLEANFILES += sys/time.h sys/time.h-t
 
209
 
 
210
EXTRA_DIST += sys_time.in.h
 
211
 
 
212
## end   gnulib module sys_time
 
213
 
 
214
## begin gnulib module dummy
 
215
 
 
216
libgnu_la_SOURCES += dummy.c
 
217
 
 
218
## end   gnulib module dummy
 
219
 
 
220
 
 
221
mostlyclean-local: mostlyclean-generic
 
222
        @for dir in '' $(MOSTLYCLEANDIRS); do \
 
223
          if test -n "$$dir" && test -d $$dir; then \
 
224
            echo "rmdir $$dir"; rmdir $$dir; \
 
225
          fi; \
 
226
        done; \
 
227
        :