]> cygwin.com Git - cygwin-apps/setup.git/blame - Makefile.in
2002-04-27 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / Makefile.in
CommitLineData
f6100b6f
RC
1# Makefile.in generated by automake 1.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# $Id$
19#
37ee316b 20# Copyright (c) 2000, Red Hat, Inc.
f6100b6f 21# Copyright (c) 2002, Robert Collins
37ee316b
CF
22#
23# This program is free software; you can redistribute it and/or modify
24# it under the terms of the GNU General Public License as published by
25# the Free Software Foundation; either version 2 of the License, or
26# (at your option) any later version.
27#
28# A copy of the GNU General Public License can be found at
29# http://www.gnu.org/
30#
6dfbe297 31# Written by Christopher Faylor <cgf@redhat.com>
f6100b6f 32# and Robert Collins <rbtcollins@hotmail.com>
37ee316b 33#
739457f4 34# Makefile for Cygwin installer
f6100b6f
RC
35SHELL = @SHELL@
36
37srcdir = @srcdir@
38top_srcdir = @top_srcdir@
39VPATH = @srcdir@
40prefix = @prefix@
41exec_prefix = @exec_prefix@
42
43bindir = @bindir@
44sbindir = @sbindir@
45libexecdir = @libexecdir@
46datadir = @datadir@
47sysconfdir = @sysconfdir@
48sharedstatedir = @sharedstatedir@
49localstatedir = @localstatedir@
50libdir = @libdir@
51infodir = @infodir@
52mandir = @mandir@
53includedir = @includedir@
54oldincludedir = /usr/include
55pkgdatadir = $(datadir)/@PACKAGE@
56pkglibdir = $(libdir)/@PACKAGE@
57pkgincludedir = $(includedir)/@PACKAGE@
58top_builddir = .
59
60ACLOCAL = @ACLOCAL@
61AUTOCONF = @AUTOCONF@
62AUTOMAKE = @AUTOMAKE@
63AUTOHEADER = @AUTOHEADER@
64
65am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66INSTALL = @INSTALL@
67INSTALL_PROGRAM = @INSTALL_PROGRAM@
68INSTALL_DATA = @INSTALL_DATA@
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71INSTALL_SCRIPT = @INSTALL_SCRIPT@
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = @program_transform_name@
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80host_alias = @host_alias@
81host_triplet = @host@
82
83EXEEXT = @EXEEXT@
84OBJEXT = @OBJEXT@
85PATH_SEPARATOR = @PATH_SEPARATOR@
86AMTAR = @AMTAR@
6908b7d7 87AS = @AS@
f6100b6f
RC
88AWK = @AWK@
89CC = @CC@
90CXX = @CXX@
6908b7d7 91CXXCPP = @CXXCPP@
f6100b6f 92DEPDIR = @DEPDIR@
6908b7d7
RC
93DLLTOOL = @DLLTOOL@
94ECHO = @ECHO@
95GCJ = @GCJ@
96GCJFLAGS = @GCJFLAGS@
f6100b6f
RC
97INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
98LEX = @LEX@
99LEXLIB = @LEXLIB@
100LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
6908b7d7
RC
101LIBTOOL = @LIBTOOL@
102LN_S = @LN_S@
f6100b6f 103MAINT = @MAINT@
6908b7d7 104OBJDUMP = @OBJDUMP@
f6100b6f 105PACKAGE = @PACKAGE@
6908b7d7
RC
106RANLIB = @RANLIB@
107RC = @RC@
f6100b6f
RC
108STRIP = @STRIP@
109VERSION = @VERSION@
110
111WINDRES := @WINDRES@
112YACC = @YACC@
113am__include = @am__include@
114am__quote = @am__quote@
115install_sh = @install_sh@
116
117AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.6
6908b7d7 118SUBDIRS = bz2lib zlib libgetopt++
f6100b6f
RC
119
120AM_CFLAGS = -Werror -Winline -Wall -Wpointer-arith \
121 -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
122 -Wmissing-declarations -Wcomments -mwindows
123
124AM_CXXFLAGS = $(AM_CFLAGS) -fno-rtti
125
6908b7d7 126INCLUDES = -I$(srcdir)/bz2lib -I$(srcdir)/libgetopt++/include
f6100b6f
RC
127
128noinst_PROGRAMS = setup
739457f4 129
b24c88b3 130# to avoid false errors that assembly generates
f6100b6f 131WARNONLY_CFLAGS = -Winline -Wall -Wpointer-arith -Wcast-align \
b24c88b3 132 -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
f6100b6f
RC
133 -Wmissing-declarations -Wcomments $(INCLUDES) -mwindows
134
135
136BUILT_SOURCES = setup_version.c \
137 inilex.cc \
138 iniparse.cc
139
140
6908b7d7
RC
141setup_LDADD = res.o zlib/libzcygw.a bz2lib/libbz2.a libgetopt++/libgetopt++.la \
142 -lstdc++ -lmingw32 -luser32 -lkernel32 \
f6100b6f
RC
143 -lcomctl32 -lole32 -lwsock32 -lnetapi32 -ladvapi32 -luuid
144
145setup_SOURCES = \
146 archive.cc \
147 archive_tar.cc \
148 archive_tar_file.cc \
149 autoload.c \
150 category.cc \
151 choose.cc \
152 cistring.cc \
153 compress.cc \
154 compress_bz.cc \
155 compress_gz.cc \
156 concat.cc \
157 cygpackage.cc \
158 desktop.cc \
159 dialog.cc \
160 diskfull.cc \
161 download.cc \
162 find.cc \
163 filemanip.cc \
164 fromcwd.cc \
f6100b6f
RC
165 geturl.cc \
166 hash.cc \
167 ini.cc \
168 inilex.cc \
169 iniparse.cc \
170 iniparse.h \
171 install.cc \
172 io_stream.cc \
173 io_stream_cygfile.cc \
174 io_stream_file.cc \
175 io_stream_memory.cc \
176 localdir.cc \
177 log.cc \
178 main.cc \
f6100b6f
RC
179 mkdir.cc \
180 mklink2.cc \
181 mount.cc \
182 msg.cc \
183 net.cc \
184 netio.cc \
185 nio-ie5.cc \
186 nio-file.cc \
187 nio-ftp.cc \
188 nio-http.cc \
f6100b6f
RC
189 package_db.cc \
190 package_meta.cc \
191 package_source.cc \
192 package_version.cc \
193 PickCategoryLine.cc \
194 PickLine.cc \
195 PickPackageLine.cc \
196 PickView.cc \
197 postinstall.cc \
198 proppage.cc \
199 propsheet.cc \
200 res.rc \
201 rfc1738.cc \
202 root.cc \
203 script.cc \
204 setup_version.c \
205 simpsock.cc \
206 site.cc \
207 source.cc \
208 splash.cc \
209 state.cc \
210 String++.cc \
211 threebar.cc \
212 version.cc \
213 win32.cc \
214 window.cc
215
216subdir = .
217ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
218mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
219CONFIG_CLEAN_FILES =
220noinst_PROGRAMS = setup$(EXEEXT)
221PROGRAMS = $(noinst_PROGRAMS)
222
223am_setup_OBJECTS = archive.$(OBJEXT) archive_tar.$(OBJEXT) \
224 archive_tar_file.$(OBJEXT) autoload.$(OBJEXT) \
225 category.$(OBJEXT) choose.$(OBJEXT) cistring.$(OBJEXT) \
226 compress.$(OBJEXT) compress_bz.$(OBJEXT) compress_gz.$(OBJEXT) \
227 concat.$(OBJEXT) cygpackage.$(OBJEXT) desktop.$(OBJEXT) \
228 dialog.$(OBJEXT) diskfull.$(OBJEXT) download.$(OBJEXT) \
229 find.$(OBJEXT) filemanip.$(OBJEXT) fromcwd.$(OBJEXT) \
6908b7d7
RC
230 geturl.$(OBJEXT) hash.$(OBJEXT) ini.$(OBJEXT) inilex.$(OBJEXT) \
231 iniparse.$(OBJEXT) install.$(OBJEXT) io_stream.$(OBJEXT) \
f6100b6f
RC
232 io_stream_cygfile.$(OBJEXT) io_stream_file.$(OBJEXT) \
233 io_stream_memory.$(OBJEXT) localdir.$(OBJEXT) log.$(OBJEXT) \
6908b7d7
RC
234 main.$(OBJEXT) mkdir.$(OBJEXT) mklink2.$(OBJEXT) \
235 mount.$(OBJEXT) msg.$(OBJEXT) net.$(OBJEXT) netio.$(OBJEXT) \
236 nio-ie5.$(OBJEXT) nio-file.$(OBJEXT) nio-ftp.$(OBJEXT) \
8bb9dad9
RC
237 nio-http.$(OBJEXT) package_db.$(OBJEXT) package_meta.$(OBJEXT) \
238 package_source.$(OBJEXT) package_version.$(OBJEXT) \
239 PickCategoryLine.$(OBJEXT) PickLine.$(OBJEXT) \
240 PickPackageLine.$(OBJEXT) PickView.$(OBJEXT) \
f6100b6f
RC
241 postinstall.$(OBJEXT) proppage.$(OBJEXT) propsheet.$(OBJEXT) \
242 rfc1738.$(OBJEXT) root.$(OBJEXT) script.$(OBJEXT) \
243 setup_version.$(OBJEXT) simpsock.$(OBJEXT) site.$(OBJEXT) \
244 source.$(OBJEXT) splash.$(OBJEXT) state.$(OBJEXT) \
245 String++.$(OBJEXT) threebar.$(OBJEXT) version.$(OBJEXT) \
246 win32.$(OBJEXT) window.$(OBJEXT)
247setup_OBJECTS = $(am_setup_OBJECTS)
6908b7d7
RC
248setup_DEPENDENCIES = res.o zlib/libzcygw.a bz2lib/libbz2.a \
249 libgetopt++/libgetopt++.la
f6100b6f
RC
250setup_LDFLAGS =
251
252DEFS = @DEFS@
253DEFAULT_INCLUDES = -I. -I$(srcdir)
254CPPFLAGS = @CPPFLAGS@
255LDFLAGS = @LDFLAGS@
256LIBS = @LIBS@
257depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
258am__depfiles_maybe = depfiles
8bb9dad9 259@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/PickCategoryLine.Po \
f6100b6f
RC
260@AMDEP_TRUE@ ./$(DEPDIR)/PickLine.Po \
261@AMDEP_TRUE@ ./$(DEPDIR)/PickPackageLine.Po \
262@AMDEP_TRUE@ ./$(DEPDIR)/PickView.Po ./$(DEPDIR)/String++.Po \
263@AMDEP_TRUE@ ./$(DEPDIR)/archive.Po ./$(DEPDIR)/archive_tar.Po \
264@AMDEP_TRUE@ ./$(DEPDIR)/archive_tar_file.Po \
265@AMDEP_TRUE@ ./$(DEPDIR)/autoload.Po ./$(DEPDIR)/category.Po \
266@AMDEP_TRUE@ ./$(DEPDIR)/choose.Po ./$(DEPDIR)/cistring.Po \
267@AMDEP_TRUE@ ./$(DEPDIR)/compress.Po ./$(DEPDIR)/compress_bz.Po \
268@AMDEP_TRUE@ ./$(DEPDIR)/compress_gz.Po ./$(DEPDIR)/concat.Po \
269@AMDEP_TRUE@ ./$(DEPDIR)/cygpackage.Po ./$(DEPDIR)/desktop.Po \
270@AMDEP_TRUE@ ./$(DEPDIR)/dialog.Po ./$(DEPDIR)/diskfull.Po \
271@AMDEP_TRUE@ ./$(DEPDIR)/download.Po ./$(DEPDIR)/filemanip.Po \
272@AMDEP_TRUE@ ./$(DEPDIR)/find.Po ./$(DEPDIR)/fromcwd.Po \
6908b7d7
RC
273@AMDEP_TRUE@ ./$(DEPDIR)/geturl.Po ./$(DEPDIR)/hash.Po \
274@AMDEP_TRUE@ ./$(DEPDIR)/ini.Po ./$(DEPDIR)/inilex.Po \
275@AMDEP_TRUE@ ./$(DEPDIR)/iniparse.Po ./$(DEPDIR)/install.Po \
276@AMDEP_TRUE@ ./$(DEPDIR)/io_stream.Po \
f6100b6f
RC
277@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_cygfile.Po \
278@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_file.Po \
279@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_memory.Po \
280@AMDEP_TRUE@ ./$(DEPDIR)/localdir.Po ./$(DEPDIR)/log.Po \
281@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/mkdir.Po \
282@AMDEP_TRUE@ ./$(DEPDIR)/mklink2.Po ./$(DEPDIR)/mount.Po \
283@AMDEP_TRUE@ ./$(DEPDIR)/msg.Po ./$(DEPDIR)/net.Po \
284@AMDEP_TRUE@ ./$(DEPDIR)/netio.Po ./$(DEPDIR)/nio-file.Po \
285@AMDEP_TRUE@ ./$(DEPDIR)/nio-ftp.Po ./$(DEPDIR)/nio-http.Po \
286@AMDEP_TRUE@ ./$(DEPDIR)/nio-ie5.Po ./$(DEPDIR)/package_db.Po \
287@AMDEP_TRUE@ ./$(DEPDIR)/package_meta.Po \
288@AMDEP_TRUE@ ./$(DEPDIR)/package_source.Po \
289@AMDEP_TRUE@ ./$(DEPDIR)/package_version.Po \
290@AMDEP_TRUE@ ./$(DEPDIR)/postinstall.Po ./$(DEPDIR)/proppage.Po \
291@AMDEP_TRUE@ ./$(DEPDIR)/propsheet.Po ./$(DEPDIR)/rfc1738.Po \
292@AMDEP_TRUE@ ./$(DEPDIR)/root.Po ./$(DEPDIR)/script.Po \
293@AMDEP_TRUE@ ./$(DEPDIR)/setup_version.Po \
294@AMDEP_TRUE@ ./$(DEPDIR)/simpsock.Po ./$(DEPDIR)/site.Po \
295@AMDEP_TRUE@ ./$(DEPDIR)/source.Po ./$(DEPDIR)/splash.Po \
296@AMDEP_TRUE@ ./$(DEPDIR)/state.Po ./$(DEPDIR)/threebar.Po \
297@AMDEP_TRUE@ ./$(DEPDIR)/version.Po ./$(DEPDIR)/win32.Po \
298@AMDEP_TRUE@ ./$(DEPDIR)/window.Po
299COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
300 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
6908b7d7
RC
301LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
302 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
f6100b6f 303CCLD = $(CC)
6908b7d7
RC
304LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
305 $(AM_LDFLAGS) $(LDFLAGS) -o $@
f6100b6f
RC
306CFLAGS = @CFLAGS@
307CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
308 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
6908b7d7
RC
309LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
310 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
311 $(AM_CXXFLAGS) $(CXXFLAGS)
f6100b6f 312CXXLD = $(CXX)
6908b7d7
RC
313CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
314 $(AM_LDFLAGS) $(LDFLAGS) -o $@
f6100b6f
RC
315CXXFLAGS = @CXXFLAGS@
316DIST_SOURCES = $(setup_SOURCES)
9063358a
RC
317
318RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
319 uninstall-info-recursive all-recursive install-data-recursive \
320 install-exec-recursive installdirs-recursive install-recursive \
321 uninstall-recursive check-recursive installcheck-recursive
f6100b6f
RC
322DIST_COMMON = README ChangeLog Makefile.am Makefile.in aclocal.m4 \
323 cfgaux/compile cfgaux/config.guess cfgaux/config.sub \
6908b7d7
RC
324 cfgaux/depcomp cfgaux/install-sh cfgaux/ltmain.sh \
325 cfgaux/missing cfgaux/mkinstalldirs configure configure.in
9063358a 326DIST_SUBDIRS = $(SUBDIRS)
f6100b6f
RC
327SOURCES = $(setup_SOURCES)
328
329all: $(BUILT_SOURCES)
9063358a 330 $(MAKE) $(AM_MAKEFLAGS) all-recursive
4b40edd0 331
739457f4 332.SUFFIXES:
6908b7d7
RC
333.SUFFIXES: .c .cc .lo .o .obj
334
335mostlyclean-libtool:
336 -rm -f *.lo
337
338clean-libtool:
339 -rm -rf .libs _libs
340
341distclean-libtool:
342 -rm -f libtool
f6100b6f
RC
343$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
344 cd $(top_srcdir) && \
345 $(AUTOMAKE) --foreign Makefile
346Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
347 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
348
349$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350 $(SHELL) ./config.status --recheck
351$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
352 cd $(srcdir) && $(AUTOCONF)
353
354$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
355 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
356
357clean-noinstPROGRAMS:
358 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
359setup$(EXEEXT): $(setup_OBJECTS) $(setup_DEPENDENCIES)
360 @rm -f setup$(EXEEXT)
361 $(CXXLINK) $(setup_LDFLAGS) $(setup_OBJECTS) $(setup_LDADD) $(LIBS)
362
363mostlyclean-compile:
364 -rm -f *.$(OBJEXT) core *.core
365
366distclean-compile:
367 -rm -f *.tab.c
368
f6100b6f
RC
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickCategoryLine.Po@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickLine.Po@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickPackageLine.Po@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickView.Po@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/String++.Po@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive_tar.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive_tar_file.Po@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autoload.Po@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/category.Po@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/choose.Po@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cistring.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress_bz.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress_gz.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concat.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cygpackage.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desktop.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskfull.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/download.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemanip.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fromcwd.Po@am__quote@
f6100b6f
RC
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geturl.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inilex.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iniparse.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_cygfile.Po@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_file.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_memory.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localdir.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklink2.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netio.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-file.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-ftp.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-http.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-ie5.Po@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_db.Po@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_meta.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_source.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_version.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postinstall.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proppage.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propsheet.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc1738.Po@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/root.Po@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_version.Po@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpsock.Po@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/site.Po@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splash.Po@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threebar.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
436
437distclean-depend:
438 -rm -rf ./$(DEPDIR)
439
440.c.o:
441@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
443@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
445
446.c.obj:
447@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
449@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450 $(COMPILE) -c -o $@ `cygpath -w $<`
6908b7d7
RC
451
452.c.lo:
453@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
454@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
455@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456 $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
f6100b6f
RC
457CCDEPMODE = @CCDEPMODE@
458
459.cc.o:
460@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
462@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463 $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
464
465.cc.obj:
466@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
468@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
6908b7d7
RC
470
471.cc.lo:
472@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
473@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
474@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475 $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
f6100b6f
RC
476CXXDEPMODE = @CXXDEPMODE@
477uninstall-info-am:
478
9063358a
RC
479# This directory's subdirectories are mostly independent; you can cd
480# into them and run `make' without going through this Makefile.
481# To change the values of `make' variables: instead of editing Makefiles,
482# (1) if the variable is set in `config.status', edit `config.status'
483# (which will cause the Makefiles to be regenerated when you run `make');
484# (2) otherwise, pass the desired values on the `make' command line.
485$(RECURSIVE_TARGETS):
486 @set fnord $(MAKEFLAGS); amf=$$2; \
487 dot_seen=no; \
488 target=`echo $@ | sed s/-recursive//`; \
489 list='$(SUBDIRS)'; for subdir in $$list; do \
490 echo "Making $$target in $$subdir"; \
491 if test "$$subdir" = "."; then \
492 dot_seen=yes; \
493 local_target="$$target-am"; \
494 else \
495 local_target="$$target"; \
496 fi; \
497 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
499 done; \
500 if test "$$dot_seen" = "no"; then \
501 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
502 fi; test -z "$$fail"
503
504mostlyclean-recursive clean-recursive distclean-recursive \
505maintainer-clean-recursive:
506 @set fnord $(MAKEFLAGS); amf=$$2; \
507 dot_seen=no; \
508 case "$@" in \
509 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
510 *) list='$(SUBDIRS)' ;; \
511 esac; \
512 rev=''; for subdir in $$list; do \
513 if test "$$subdir" = "."; then :; else \
514 rev="$$subdir $$rev"; \
515 fi; \
516 done; \
517 rev="$$rev ."; \
518 target=`echo $@ | sed s/-recursive//`; \
519 for subdir in $$rev; do \
520 echo "Making $$target in $$subdir"; \
521 if test "$$subdir" = "."; then \
522 local_target="$$target-am"; \
523 else \
524 local_target="$$target"; \
525 fi; \
526 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
527 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
528 done && test -z "$$fail"
529tags-recursive:
530 list='$(SUBDIRS)'; for subdir in $$list; do \
531 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
532 done
533
f6100b6f
RC
534ETAGS = etags
535ETAGSFLAGS =
536
537tags: TAGS
538
539ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
540 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
541 unique=`for i in $$list; do \
542 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543 done | \
544 $(AWK) ' { files[$$0] = 1; } \
545 END { for (i in files) print i; }'`; \
546 mkid -fID $$unique
547
9063358a 548TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6100b6f
RC
549 $(TAGS_FILES) $(LISP)
550 tags=; \
551 here=`pwd`; \
9063358a
RC
552 list='$(SUBDIRS)'; for subdir in $$list; do \
553 if test "$$subdir" = .; then :; else \
554 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
555 fi; \
556 done; \
f6100b6f
RC
557 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
558 unique=`for i in $$list; do \
559 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560 done | \
561 $(AWK) ' { files[$$0] = 1; } \
562 END { for (i in files) print i; }'`; \
563 test -z "$(ETAGS_ARGS)$$tags$$unique" \
564 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565 $$tags $$unique
566
567GTAGS:
568 here=`$(am__cd) $(top_builddir) && pwd` \
569 && cd $(top_srcdir) \
570 && gtags -i $(GTAGS_ARGS) $$here
571
572distclean-tags:
573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
574DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
575
576top_distdir = .
577distdir = $(PACKAGE)-$(VERSION)
578
579am__remove_distdir = \
580 { test ! -d $(distdir) \
581 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
582 && rm -fr $(distdir); }; }
583
584GZIP_ENV = --best
585distcleancheck_listfiles = find . -type f -print
586
587distdir: $(DISTFILES)
588 $(am__remove_distdir)
589 mkdir $(distdir)
590 $(mkinstalldirs) $(distdir)/cfgaux
591 @for file in $(DISTFILES); do \
592 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
594 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
595 dir="/$$dir"; \
596 $(mkinstalldirs) "$(distdir)$$dir"; \
597 else \
598 dir=''; \
599 fi; \
600 if test -d $$d/$$file; then \
601 cp -pR $$d/$$file $(distdir)$$dir \
602 || exit 1; \
603 else \
604 test -f $(distdir)/$$file \
605 || cp -p $$d/$$file $(distdir)/$$file \
606 || exit 1; \
607 fi; \
739457f4 608 done
9063358a
RC
609 list='$(SUBDIRS)'; for subdir in $$list; do \
610 if test "$$subdir" = .; then :; else \
611 test -d $(distdir)/$$subdir \
612 || mkdir $(distdir)/$$subdir \
613 || exit 1; \
614 (cd $$subdir && \
615 $(MAKE) $(AM_MAKEFLAGS) \
616 top_distdir="$(top_distdir)" \
617 distdir=../$(distdir)/$$subdir \
618 distdir) \
619 || exit 1; \
620 fi; \
621 done
f6100b6f
RC
622 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
623 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
624 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
625 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
626 || chmod -R a+r $(distdir)
627dist-gzip: distdir
628 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
629 $(am__remove_distdir)
630
631dist-bzip2: distdir
632 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
633 $(am__remove_distdir)
634
635dist dist-all: distdir
636 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
637 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
638 $(am__remove_distdir)
639
640# This target untars the dist file and tries a VPATH configuration. Then
641# it guarantees that the distribution is self-contained by making another
642# tarfile.
643distcheck: dist
644 $(am__remove_distdir)
645 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
646 chmod -R a-w $(distdir); chmod a+w $(distdir)
647 mkdir $(distdir)/=build
648 mkdir $(distdir)/=inst
649 chmod a-w $(distdir)
650 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
651 && cd $(distdir)/=build \
652 && ../configure --srcdir=.. --prefix=$$dc_install_base \
653 $(DISTCHECK_CONFIGURE_FLAGS) \
654 && $(MAKE) $(AM_MAKEFLAGS) \
655 && $(MAKE) $(AM_MAKEFLAGS) dvi \
656 && $(MAKE) $(AM_MAKEFLAGS) check \
657 && $(MAKE) $(AM_MAKEFLAGS) install \
658 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
659 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
660 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
661 || { echo "ERROR: files left after uninstall:" ; \
662 find $$dc_install_base -type f -print ; \
663 exit 1; } >&2 ) \
664 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
665 && rm -f $(distdir).tar.gz \
666 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
667 $(am__remove_distdir)
668 @echo "$(distdir).tar.gz is ready for distribution" | \
669 sed 'h;s/./=/g;p;x;p;x'
670distcleancheck: distclean
671 if test '$(srcdir)' = . ; then \
672 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
673 exit 1 ; \
674 fi
675 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
676 || { echo "ERROR: files left after distclean:" ; \
677 $(distcleancheck_listfiles) ; \
678 exit 1; } >&2
679check-am: all-am
9063358a 680check: check-recursive
f6100b6f 681all-am: Makefile $(PROGRAMS)
9063358a
RC
682installdirs: installdirs-recursive
683installdirs-am:
f6100b6f 684
9063358a
RC
685install: install-recursive
686install-exec: install-exec-recursive
687install-data: install-data-recursive
688uninstall: uninstall-recursive
f6100b6f
RC
689
690install-am: all-am
691 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692
9063358a 693installcheck: installcheck-recursive
f6100b6f
RC
694install-strip:
695 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696 INSTALL_STRIP_FLAG=-s \
697 `test -z '$(STRIP)' || \
698 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
699mostlyclean-generic:
700
701clean-generic:
702
703distclean-generic:
704 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
705
706maintainer-clean-generic:
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
709 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
9063358a 710clean: clean-recursive
f6100b6f 711
6908b7d7
RC
712clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
713 mostlyclean-am
f6100b6f 714
9063358a 715distclean: distclean-recursive
f6100b6f
RC
716 -rm -f config.status config.cache config.log
717distclean-am: clean-am distclean-compile distclean-depend \
6908b7d7 718 distclean-generic distclean-libtool distclean-tags
f6100b6f 719
9063358a 720dvi: dvi-recursive
f6100b6f
RC
721
722dvi-am:
723
9063358a 724info: info-recursive
f6100b6f
RC
725
726info-am:
727
728install-data-am:
729
730install-exec-am:
731
9063358a 732install-info: install-info-recursive
f6100b6f
RC
733
734install-man:
735
736installcheck-am:
737
9063358a 738maintainer-clean: maintainer-clean-recursive
f6100b6f
RC
739
740maintainer-clean-am: distclean-am maintainer-clean-generic
741
9063358a 742mostlyclean: mostlyclean-recursive
f6100b6f 743
6908b7d7
RC
744mostlyclean-am: mostlyclean-compile mostlyclean-generic \
745 mostlyclean-libtool
f6100b6f
RC
746
747uninstall-am: uninstall-info-am
748
9063358a
RC
749uninstall-info: uninstall-info-recursive
750
751.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
6908b7d7
RC
752 clean-generic clean-libtool clean-noinstPROGRAMS \
753 clean-recursive dist dist-all dist-bzip2 dist-gzip distcheck \
754 distclean distclean-compile distclean-depend distclean-generic \
755 distclean-libtool distclean-recursive distclean-tags \
756 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
757 info-recursive install install-am install-data install-data-am \
758 install-data-recursive install-exec install-exec-am \
759 install-exec-recursive install-info install-info-am \
760 install-info-recursive install-man install-recursive \
761 install-strip installcheck installcheck-am installdirs \
762 installdirs-am installdirs-recursive maintainer-clean \
763 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
764 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
765 mostlyclean-recursive tags tags-recursive uninstall \
766 uninstall-am uninstall-info-am uninstall-info-recursive \
767 uninstall-recursive
739457f4 768
fb087b80 769
de6a1a64 770setup_version.c : $(srcdir)/ChangeLog Makefile
2e9cbac5
DD
771 V=`grep '^\$$Revision.*' $(srcdir)/ChangeLog \
772 | sed -e 's/\$$Revision:* *//' \
773 -e 's/ *$$.*//'` ;\
7bf13fc9
CF
774 (echo '#define VERSION_PREFIX "%%% setup-version"';\
775 echo 'static const char version_store[] = VERSION_PREFIX " '$$V'";';\
776 echo 'const char *version = version_store + sizeof (VERSION_PREFIX);') > version.tmp;\
de6a1a64 777 mv version.tmp setup_version.c
8507f105 778
739457f4 779%.o: %.rc
f6100b6f
RC
780 $(WINDRES) --include-dir $(srcdir) -o $@ $<
781
782@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/autoload.Po@am__quote@
783@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inilex.Po@am__quote@
23c9e63c 784
38f5563e 785autoload.o: autoload.c
f6100b6f
RC
786@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
787@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
788@AMDEP_TRUE@ $(CDEPMODE) $(depcomp) @AMDEPBACKSLASH@
789 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(WARNONLY_CFLAGS) $(CFLAGS) -c -o $@ $< -fno-inline-functions
38f5563e 790
341988b9 791inilex.o: inilex.cc
f6100b6f
RC
792@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
793@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
794@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
796 $(AM_CPPFLAGS) $(CPPFLAGS) $(WARNONLY_CFLAGS) $(CXXFLAGS) -fno-rtti -c -o $@ $<
b24c88b3 797
0af2d779
CF
798iniparse.cc iniparse.h : iniparse.y
799 bison -d -o iniparse.cc $(srcdir)/iniparse.y
cec57ee1 800 @mv iniparse.cc.h iniparse.h 2>/dev/null || mv iniparse.hh iniparse.h
23c9e63c 801
341988b9 802inilex.cc : inilex.l iniparse.h
23c9e63c 803 flex -8 $(srcdir)/inilex.l
341988b9 804 mv lex.yy.c inilex.cc
f6100b6f
RC
805# Tell versions [3.59,3.63) of GNU make to not export all variables.
806# Otherwise a system limit (for SysV at least) may be exceeded.
807.NOEXPORT:
This page took 0.114661 seconds and 5 git commands to generate.