]> cygwin.com Git - cygwin-apps/setup.git/blame - Makefile.in
2002-05-11 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@
19911586 97INILINT = @INILINT@
f6100b6f
RC
98INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99LEX = @LEX@
100LEXLIB = @LEXLIB@
101LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
6908b7d7
RC
102LIBTOOL = @LIBTOOL@
103LN_S = @LN_S@
f6100b6f 104MAINT = @MAINT@
6908b7d7 105OBJDUMP = @OBJDUMP@
f6100b6f 106PACKAGE = @PACKAGE@
6908b7d7
RC
107RANLIB = @RANLIB@
108RC = @RC@
f6100b6f
RC
109STRIP = @STRIP@
110VERSION = @VERSION@
111
112WINDRES := @WINDRES@
113YACC = @YACC@
114am__include = @am__include@
115am__quote = @am__quote@
116install_sh = @install_sh@
117
118AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.6
6908b7d7 119SUBDIRS = bz2lib zlib libgetopt++
f6100b6f
RC
120
121AM_CFLAGS = -Werror -Winline -Wall -Wpointer-arith \
122 -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
58ee6135 123 -Wmissing-declarations -Wcomments
f6100b6f 124
58ee6135 125AM_CXXFLAGS = $(AM_CFLAGS)
f6100b6f 126
6908b7d7 127INCLUDES = -I$(srcdir)/bz2lib -I$(srcdir)/libgetopt++/include
f6100b6f 128
58ee6135 129noinst_PROGRAMS = \
19911586
RC
130 setup \
131 @INILINT@
58ee6135
RC
132
133
134EXTRA_PROGRAMS = inilint
739457f4 135
b24c88b3 136# to avoid false errors that assembly generates
f6100b6f 137WARNONLY_CFLAGS = -Winline -Wall -Wpointer-arith -Wcast-align \
b24c88b3 138 -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
58ee6135 139 -Wmissing-declarations -Wcomments $(INCLUDES)
f6100b6f
RC
140
141
45e01f23
RC
142EXTRA_DIST = \
143 check-na.bmp \
144 check-no.bmp \
145 check-yes.bmp \
146 choose-rtarrow.bmp \
147 choose-spin.bmp \
148 cygwin.ico \
149 inilex.l \
b92028a4 150 iniparse.y
45e01f23
RC
151
152
f6100b6f
RC
153BUILT_SOURCES = setup_version.c \
154 inilex.cc \
155 iniparse.cc
156
157
2b48ecd0
RC
158@MINGWTARGET_TRUE@inilint_extras = \
159@MINGWTARGET_TRUE@ autoload.c \
160@MINGWTARGET_TRUE@ mklink2.cc\
161@MINGWTARGET_TRUE@ mklink2.cc
162
163@MINGWTARGET_FALSE@inilint_extras =
164
58ee6135
RC
165inilint_LDADD = libgetopt++/libgetopt++.la -lstdc++ -luser32 -lkernel32
166inilint_SOURCES = \
b92028a4
RC
167 filemanip.cc \
168 filemanip.h \
9f4a0c62
RC
169 LogSingleton.cc \
170 LogSingleton.h \
076654e7
RC
171 IniDBBuilder.cc \
172 IniDBBuilder.h \
58ee6135
RC
173 inilex.cc \
174 inilintmain.cc \
175 iniparse.cc \
176 iniparse.h \
076654e7
RC
177 io_stream.h \
178 io_stream.cc \
2b48ecd0
RC
179 io_stream_file.h \
180 io_stream_file.cc \
19911586 181 IOStreamProvider.h \
076654e7 182 PackageTrust.h \
58ee6135
RC
183 rfc1738.cc \
184 rfc1738.h \
185 String++.cc \
2b48ecd0
RC
186 String++.h \
187 $(inilint_extras)
58ee6135
RC
188
189
6908b7d7 190setup_LDADD = res.o zlib/libzcygw.a bz2lib/libbz2.a libgetopt++/libgetopt++.la \
45e01f23 191 -lstdc++ -luser32 -lkernel32 \
f6100b6f
RC
192 -lcomctl32 -lole32 -lwsock32 -lnetapi32 -ladvapi32 -luuid
193
58ee6135 194setup_LDFLAGS = -mwindows
f6100b6f
RC
195setup_SOURCES = \
196 archive.cc \
45e01f23 197 archive.h \
f6100b6f 198 archive_tar.cc \
45e01f23 199 archive_tar.h \
f6100b6f
RC
200 archive_tar_file.cc \
201 autoload.c \
202 category.cc \
45e01f23 203 category.h \
f6100b6f 204 choose.cc \
45e01f23 205 choose.h \
f6100b6f 206 cistring.cc \
45e01f23 207 cistring.h \
f6100b6f 208 compress.cc \
45e01f23 209 compress.h \
f6100b6f 210 compress_bz.cc \
45e01f23 211 compress_bz.h \
f6100b6f 212 compress_gz.cc \
45e01f23 213 compress_gz.h \
f6100b6f 214 concat.cc \
45e01f23 215 concat.h \
f6100b6f 216 cygpackage.cc \
45e01f23 217 cygpackage.h \
f6100b6f 218 desktop.cc \
45e01f23 219 desktop.h \
f6100b6f 220 dialog.cc \
45e01f23 221 dialog.h \
f6100b6f 222 diskfull.cc \
45e01f23 223 diskfull.h \
f6100b6f 224 download.cc \
58ee6135
RC
225 download.h \
226 Exception.cc \
227 Exception.h \
f6100b6f 228 find.cc \
45e01f23 229 find.h \
f6100b6f 230 filemanip.cc \
45e01f23 231 filemanip.h \
f6100b6f 232 fromcwd.cc \
f6100b6f 233 geturl.cc \
45e01f23 234 geturl.h \
f6100b6f 235 hash.cc \
45e01f23 236 hash.h \
f6100b6f 237 ini.cc \
45e01f23 238 ini.h \
076654e7
RC
239 IniDBBuilder.cc \
240 IniDBBuilder.h \
241 IniDBBuilderPackage.cc \
242 IniDBBuilderPackage.h \
f6100b6f
RC
243 inilex.cc \
244 iniparse.cc \
245 iniparse.h \
246 install.cc \
247 io_stream.cc \
45e01f23 248 io_stream.h \
f6100b6f 249 io_stream_cygfile.cc \
45e01f23 250 io_stream_cygfile.h \
f6100b6f 251 io_stream_file.cc \
45e01f23 252 io_stream_file.h \
f6100b6f 253 io_stream_memory.cc \
45e01f23 254 io_stream_memory.h \
19911586 255 IOStreamProvider.h \
45e01f23 256 list.h \
f6100b6f 257 localdir.cc \
45e01f23 258 localdir.h \
f6100b6f 259 log.cc \
45e01f23 260 log.h \
9f4a0c62
RC
261 LogFile.cc \
262 LogFile.h \
263 LogSingleton.cc \
264 LogSingleton.h \
f6100b6f 265 main.cc \
58ee6135
RC
266 md5.c \
267 md5.h \
268 MD5++.cc \
269 MD5++.h \
f6100b6f 270 mkdir.cc \
45e01f23 271 mkdir.h \
f6100b6f 272 mklink2.cc \
45e01f23 273 mklink2.h \
f6100b6f 274 mount.cc \
45e01f23 275 mount.h \
f6100b6f 276 msg.cc \
45e01f23 277 msg.h \
f6100b6f 278 net.cc \
45e01f23 279 net.h \
f6100b6f 280 netio.cc \
45e01f23 281 netio.h \
f6100b6f 282 nio-ie5.cc \
45e01f23 283 nio-ie5.h \
f6100b6f 284 nio-file.cc \
45e01f23 285 nio-file.h \
f6100b6f 286 nio-ftp.cc \
45e01f23 287 nio-ftp.h \
f6100b6f 288 nio-http.cc \
45e01f23 289 nio-http.h \
f6100b6f 290 package_db.cc \
45e01f23 291 package_db.h \
f6100b6f 292 package_meta.cc \
45e01f23 293 package_meta.h \
f6100b6f 294 package_source.cc \
45e01f23 295 package_source.h \
f6100b6f 296 package_version.cc \
45e01f23 297 package_version.h \
076654e7 298 PackageTrust.h \
f6100b6f 299 PickCategoryLine.cc \
45e01f23 300 PickCategoryLine.h \
f6100b6f 301 PickLine.cc \
45e01f23 302 PickLine.h \
f6100b6f 303 PickPackageLine.cc \
45e01f23 304 PickPackageLine.h \
f6100b6f 305 PickView.cc \
45e01f23
RC
306 PickView.h \
307 port.h \
f6100b6f
RC
308 postinstall.cc \
309 proppage.cc \
45e01f23 310 proppage.h \
f6100b6f 311 propsheet.cc \
45e01f23 312 propsheet.h \
f6100b6f 313 res.rc \
45e01f23 314 resource.h \
f6100b6f 315 rfc1738.cc \
45e01f23 316 rfc1738.h \
f6100b6f 317 root.cc \
45e01f23 318 root.h \
f6100b6f 319 script.cc \
45e01f23 320 script.h \
f6100b6f
RC
321 setup_version.c \
322 simpsock.cc \
45e01f23 323 simpsock.h \
f6100b6f 324 site.cc \
45e01f23 325 site.h \
f6100b6f 326 source.cc \
45e01f23 327 source.h \
f6100b6f 328 splash.cc \
45e01f23 329 splash.h \
f6100b6f 330 state.cc \
45e01f23 331 state.h \
f6100b6f 332 String++.cc \
45e01f23 333 String++.h \
f6100b6f 334 threebar.cc \
45e01f23 335 threebar.h \
f6100b6f 336 version.cc \
45e01f23 337 version.h \
f6100b6f 338 win32.cc \
45e01f23
RC
339 win32.h \
340 window.cc \
341 window.h
f6100b6f
RC
342
343subdir = .
344ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
345mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
346CONFIG_CLEAN_FILES =
58ee6135 347EXTRA_PROGRAMS = inilint$(EXEEXT)
19911586 348noinst_PROGRAMS = setup$(EXEEXT) @INILINT@
f6100b6f
RC
349PROGRAMS = $(noinst_PROGRAMS)
350
2b48ecd0
RC
351@MINGWTARGET_TRUE@am__objects_1 = autoload.$(OBJEXT) mklink2.$(OBJEXT) \
352@MINGWTARGET_TRUE@ mklink2.$(OBJEXT)
353@MINGWTARGET_FALSE@am__objects_1 =
9f4a0c62
RC
354am_inilint_OBJECTS = filemanip.$(OBJEXT) LogSingleton.$(OBJEXT) \
355 IniDBBuilder.$(OBJEXT) inilex.$(OBJEXT) inilintmain.$(OBJEXT) \
2b48ecd0
RC
356 iniparse.$(OBJEXT) io_stream.$(OBJEXT) io_stream_file.$(OBJEXT) \
357 rfc1738.$(OBJEXT) String++.$(OBJEXT) $(am__objects_1)
58ee6135
RC
358inilint_OBJECTS = $(am_inilint_OBJECTS)
359inilint_DEPENDENCIES = libgetopt++/libgetopt++.la
360inilint_LDFLAGS =
f6100b6f
RC
361am_setup_OBJECTS = archive.$(OBJEXT) archive_tar.$(OBJEXT) \
362 archive_tar_file.$(OBJEXT) autoload.$(OBJEXT) \
363 category.$(OBJEXT) choose.$(OBJEXT) cistring.$(OBJEXT) \
364 compress.$(OBJEXT) compress_bz.$(OBJEXT) compress_gz.$(OBJEXT) \
365 concat.$(OBJEXT) cygpackage.$(OBJEXT) desktop.$(OBJEXT) \
366 dialog.$(OBJEXT) diskfull.$(OBJEXT) download.$(OBJEXT) \
58ee6135
RC
367 Exception.$(OBJEXT) find.$(OBJEXT) filemanip.$(OBJEXT) \
368 fromcwd.$(OBJEXT) geturl.$(OBJEXT) hash.$(OBJEXT) ini.$(OBJEXT) \
076654e7 369 IniDBBuilder.$(OBJEXT) IniDBBuilderPackage.$(OBJEXT) \
58ee6135
RC
370 inilex.$(OBJEXT) iniparse.$(OBJEXT) install.$(OBJEXT) \
371 io_stream.$(OBJEXT) io_stream_cygfile.$(OBJEXT) \
372 io_stream_file.$(OBJEXT) io_stream_memory.$(OBJEXT) \
9f4a0c62
RC
373 localdir.$(OBJEXT) log.$(OBJEXT) LogFile.$(OBJEXT) \
374 LogSingleton.$(OBJEXT) main.$(OBJEXT) md5.$(OBJEXT) \
58ee6135 375 MD5++.$(OBJEXT) mkdir.$(OBJEXT) mklink2.$(OBJEXT) \
6908b7d7
RC
376 mount.$(OBJEXT) msg.$(OBJEXT) net.$(OBJEXT) netio.$(OBJEXT) \
377 nio-ie5.$(OBJEXT) nio-file.$(OBJEXT) nio-ftp.$(OBJEXT) \
8bb9dad9
RC
378 nio-http.$(OBJEXT) package_db.$(OBJEXT) package_meta.$(OBJEXT) \
379 package_source.$(OBJEXT) package_version.$(OBJEXT) \
380 PickCategoryLine.$(OBJEXT) PickLine.$(OBJEXT) \
381 PickPackageLine.$(OBJEXT) PickView.$(OBJEXT) \
f6100b6f
RC
382 postinstall.$(OBJEXT) proppage.$(OBJEXT) propsheet.$(OBJEXT) \
383 rfc1738.$(OBJEXT) root.$(OBJEXT) script.$(OBJEXT) \
384 setup_version.$(OBJEXT) simpsock.$(OBJEXT) site.$(OBJEXT) \
385 source.$(OBJEXT) splash.$(OBJEXT) state.$(OBJEXT) \
386 String++.$(OBJEXT) threebar.$(OBJEXT) version.$(OBJEXT) \
387 win32.$(OBJEXT) window.$(OBJEXT)
388setup_OBJECTS = $(am_setup_OBJECTS)
6908b7d7
RC
389setup_DEPENDENCIES = res.o zlib/libzcygw.a bz2lib/libbz2.a \
390 libgetopt++/libgetopt++.la
f6100b6f
RC
391
392DEFS = @DEFS@
393DEFAULT_INCLUDES = -I. -I$(srcdir)
394CPPFLAGS = @CPPFLAGS@
395LDFLAGS = @LDFLAGS@
396LIBS = @LIBS@
397depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
398am__depfiles_maybe = depfiles
076654e7
RC
399@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Exception.Po \
400@AMDEP_TRUE@ ./$(DEPDIR)/IniDBBuilder.Po \
401@AMDEP_TRUE@ ./$(DEPDIR)/IniDBBuilderPackage.Po \
9f4a0c62 402@AMDEP_TRUE@ ./$(DEPDIR)/LogFile.Po ./$(DEPDIR)/LogSingleton.Po \
076654e7 403@AMDEP_TRUE@ ./$(DEPDIR)/MD5++.Po \
58ee6135 404@AMDEP_TRUE@ ./$(DEPDIR)/PickCategoryLine.Po \
f6100b6f
RC
405@AMDEP_TRUE@ ./$(DEPDIR)/PickLine.Po \
406@AMDEP_TRUE@ ./$(DEPDIR)/PickPackageLine.Po \
407@AMDEP_TRUE@ ./$(DEPDIR)/PickView.Po ./$(DEPDIR)/String++.Po \
408@AMDEP_TRUE@ ./$(DEPDIR)/archive.Po ./$(DEPDIR)/archive_tar.Po \
409@AMDEP_TRUE@ ./$(DEPDIR)/archive_tar_file.Po \
410@AMDEP_TRUE@ ./$(DEPDIR)/autoload.Po ./$(DEPDIR)/category.Po \
411@AMDEP_TRUE@ ./$(DEPDIR)/choose.Po ./$(DEPDIR)/cistring.Po \
412@AMDEP_TRUE@ ./$(DEPDIR)/compress.Po ./$(DEPDIR)/compress_bz.Po \
413@AMDEP_TRUE@ ./$(DEPDIR)/compress_gz.Po ./$(DEPDIR)/concat.Po \
414@AMDEP_TRUE@ ./$(DEPDIR)/cygpackage.Po ./$(DEPDIR)/desktop.Po \
415@AMDEP_TRUE@ ./$(DEPDIR)/dialog.Po ./$(DEPDIR)/diskfull.Po \
416@AMDEP_TRUE@ ./$(DEPDIR)/download.Po ./$(DEPDIR)/filemanip.Po \
417@AMDEP_TRUE@ ./$(DEPDIR)/find.Po ./$(DEPDIR)/fromcwd.Po \
6908b7d7
RC
418@AMDEP_TRUE@ ./$(DEPDIR)/geturl.Po ./$(DEPDIR)/hash.Po \
419@AMDEP_TRUE@ ./$(DEPDIR)/ini.Po ./$(DEPDIR)/inilex.Po \
58ee6135
RC
420@AMDEP_TRUE@ ./$(DEPDIR)/inilintmain.Po ./$(DEPDIR)/iniparse.Po \
421@AMDEP_TRUE@ ./$(DEPDIR)/install.Po ./$(DEPDIR)/io_stream.Po \
f6100b6f
RC
422@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_cygfile.Po \
423@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_file.Po \
424@AMDEP_TRUE@ ./$(DEPDIR)/io_stream_memory.Po \
425@AMDEP_TRUE@ ./$(DEPDIR)/localdir.Po ./$(DEPDIR)/log.Po \
58ee6135
RC
426@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/md5.Po \
427@AMDEP_TRUE@ ./$(DEPDIR)/mkdir.Po ./$(DEPDIR)/mklink2.Po \
428@AMDEP_TRUE@ ./$(DEPDIR)/mount.Po ./$(DEPDIR)/msg.Po \
429@AMDEP_TRUE@ ./$(DEPDIR)/net.Po ./$(DEPDIR)/netio.Po \
430@AMDEP_TRUE@ ./$(DEPDIR)/nio-file.Po ./$(DEPDIR)/nio-ftp.Po \
431@AMDEP_TRUE@ ./$(DEPDIR)/nio-http.Po ./$(DEPDIR)/nio-ie5.Po \
432@AMDEP_TRUE@ ./$(DEPDIR)/package_db.Po \
f6100b6f
RC
433@AMDEP_TRUE@ ./$(DEPDIR)/package_meta.Po \
434@AMDEP_TRUE@ ./$(DEPDIR)/package_source.Po \
435@AMDEP_TRUE@ ./$(DEPDIR)/package_version.Po \
436@AMDEP_TRUE@ ./$(DEPDIR)/postinstall.Po ./$(DEPDIR)/proppage.Po \
437@AMDEP_TRUE@ ./$(DEPDIR)/propsheet.Po ./$(DEPDIR)/rfc1738.Po \
438@AMDEP_TRUE@ ./$(DEPDIR)/root.Po ./$(DEPDIR)/script.Po \
439@AMDEP_TRUE@ ./$(DEPDIR)/setup_version.Po \
440@AMDEP_TRUE@ ./$(DEPDIR)/simpsock.Po ./$(DEPDIR)/site.Po \
441@AMDEP_TRUE@ ./$(DEPDIR)/source.Po ./$(DEPDIR)/splash.Po \
442@AMDEP_TRUE@ ./$(DEPDIR)/state.Po ./$(DEPDIR)/threebar.Po \
443@AMDEP_TRUE@ ./$(DEPDIR)/version.Po ./$(DEPDIR)/win32.Po \
444@AMDEP_TRUE@ ./$(DEPDIR)/window.Po
445COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
446 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
6908b7d7
RC
447LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
448 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
f6100b6f 449CCLD = $(CC)
6908b7d7
RC
450LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
451 $(AM_LDFLAGS) $(LDFLAGS) -o $@
f6100b6f
RC
452CFLAGS = @CFLAGS@
453CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
454 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
6908b7d7
RC
455LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
456 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
457 $(AM_CXXFLAGS) $(CXXFLAGS)
f6100b6f 458CXXLD = $(CXX)
6908b7d7
RC
459CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
460 $(AM_LDFLAGS) $(LDFLAGS) -o $@
f6100b6f 461CXXFLAGS = @CXXFLAGS@
58ee6135 462DIST_SOURCES = $(inilint_SOURCES) $(setup_SOURCES)
9063358a
RC
463
464RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
465 uninstall-info-recursive all-recursive install-data-recursive \
466 install-exec-recursive installdirs-recursive install-recursive \
467 uninstall-recursive check-recursive installcheck-recursive
f6100b6f
RC
468DIST_COMMON = README ChangeLog Makefile.am Makefile.in aclocal.m4 \
469 cfgaux/compile cfgaux/config.guess cfgaux/config.sub \
6908b7d7
RC
470 cfgaux/depcomp cfgaux/install-sh cfgaux/ltmain.sh \
471 cfgaux/missing cfgaux/mkinstalldirs configure configure.in
9063358a 472DIST_SUBDIRS = $(SUBDIRS)
58ee6135 473SOURCES = $(inilint_SOURCES) $(setup_SOURCES)
f6100b6f
RC
474
475all: $(BUILT_SOURCES)
9063358a 476 $(MAKE) $(AM_MAKEFLAGS) all-recursive
4b40edd0 477
739457f4 478.SUFFIXES:
6908b7d7
RC
479.SUFFIXES: .c .cc .lo .o .obj
480
481mostlyclean-libtool:
482 -rm -f *.lo
483
484clean-libtool:
485 -rm -rf .libs _libs
486
487distclean-libtool:
488 -rm -f libtool
f6100b6f
RC
489$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
490 cd $(top_srcdir) && \
491 $(AUTOMAKE) --foreign Makefile
492Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
493 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
494
495$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496 $(SHELL) ./config.status --recheck
497$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
498 cd $(srcdir) && $(AUTOCONF)
499
500$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
501 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
502
503clean-noinstPROGRAMS:
504 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
58ee6135
RC
505inilint$(EXEEXT): $(inilint_OBJECTS) $(inilint_DEPENDENCIES)
506 @rm -f inilint$(EXEEXT)
507 $(CXXLINK) $(inilint_LDFLAGS) $(inilint_OBJECTS) $(inilint_LDADD) $(LIBS)
f6100b6f
RC
508setup$(EXEEXT): $(setup_OBJECTS) $(setup_DEPENDENCIES)
509 @rm -f setup$(EXEEXT)
510 $(CXXLINK) $(setup_LDFLAGS) $(setup_OBJECTS) $(setup_LDADD) $(LIBS)
511
512mostlyclean-compile:
513 -rm -f *.$(OBJEXT) core *.core
514
515distclean-compile:
516 -rm -f *.tab.c
517
58ee6135 518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Po@am__quote@
076654e7
RC
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IniDBBuilder.Po@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IniDBBuilderPackage.Po@am__quote@
9f4a0c62
RC
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogFile.Po@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LogSingleton.Po@am__quote@
58ee6135 523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MD5++.Po@am__quote@
f6100b6f
RC
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickCategoryLine.Po@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickLine.Po@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickPackageLine.Po@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PickView.Po@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/String++.Po@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive_tar.Po@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive_tar_file.Po@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autoload.Po@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/category.Po@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/choose.Po@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cistring.Po@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress_bz.Po@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress_gz.Po@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concat.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cygpackage.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desktop.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskfull.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/download.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemanip.Po@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find.Po@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fromcwd.Po@am__quote@
f6100b6f
RC
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geturl.Po@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini.Po@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inilex.Po@am__quote@
58ee6135 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inilintmain.Po@am__quote@
f6100b6f
RC
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iniparse.Po@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install.Po@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream.Po@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_cygfile.Po@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_file.Po@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_stream_memory.Po@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localdir.Po@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
58ee6135 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
f6100b6f
RC
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Po@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklink2.Po@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Po@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Po@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netio.Po@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-file.Po@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-ftp.Po@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-http.Po@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nio-ie5.Po@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_db.Po@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_meta.Po@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_source.Po@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/package_version.Po@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postinstall.Po@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proppage.Po@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propsheet.Po@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc1738.Po@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/root.Po@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_version.Po@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpsock.Po@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/site.Po@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Po@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splash.Po@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threebar.Po@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
593
594distclean-depend:
595 -rm -rf ./$(DEPDIR)
596
597.c.o:
598@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
600@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
602
603.c.obj:
604@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
605@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
606@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607 $(COMPILE) -c -o $@ `cygpath -w $<`
6908b7d7
RC
608
609.c.lo:
610@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
611@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
612@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
f6100b6f
RC
614CCDEPMODE = @CCDEPMODE@
615
616.cc.o:
617@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
618@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
619@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
621
622.cc.obj:
623@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
624@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
625@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
6908b7d7
RC
627
628.cc.lo:
629@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
630@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
631@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632 $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
f6100b6f
RC
633CXXDEPMODE = @CXXDEPMODE@
634uninstall-info-am:
635
9063358a
RC
636# This directory's subdirectories are mostly independent; you can cd
637# into them and run `make' without going through this Makefile.
638# To change the values of `make' variables: instead of editing Makefiles,
639# (1) if the variable is set in `config.status', edit `config.status'
640# (which will cause the Makefiles to be regenerated when you run `make');
641# (2) otherwise, pass the desired values on the `make' command line.
642$(RECURSIVE_TARGETS):
643 @set fnord $(MAKEFLAGS); amf=$$2; \
644 dot_seen=no; \
645 target=`echo $@ | sed s/-recursive//`; \
646 list='$(SUBDIRS)'; for subdir in $$list; do \
647 echo "Making $$target in $$subdir"; \
648 if test "$$subdir" = "."; then \
649 dot_seen=yes; \
650 local_target="$$target-am"; \
651 else \
652 local_target="$$target"; \
653 fi; \
654 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
655 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
656 done; \
657 if test "$$dot_seen" = "no"; then \
658 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
659 fi; test -z "$$fail"
660
661mostlyclean-recursive clean-recursive distclean-recursive \
662maintainer-clean-recursive:
663 @set fnord $(MAKEFLAGS); amf=$$2; \
664 dot_seen=no; \
665 case "$@" in \
666 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
667 *) list='$(SUBDIRS)' ;; \
668 esac; \
669 rev=''; for subdir in $$list; do \
670 if test "$$subdir" = "."; then :; else \
671 rev="$$subdir $$rev"; \
672 fi; \
673 done; \
674 rev="$$rev ."; \
675 target=`echo $@ | sed s/-recursive//`; \
676 for subdir in $$rev; do \
677 echo "Making $$target in $$subdir"; \
678 if test "$$subdir" = "."; then \
679 local_target="$$target-am"; \
680 else \
681 local_target="$$target"; \
682 fi; \
683 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
684 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
685 done && test -z "$$fail"
686tags-recursive:
687 list='$(SUBDIRS)'; for subdir in $$list; do \
688 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
689 done
690
f6100b6f
RC
691ETAGS = etags
692ETAGSFLAGS =
693
694tags: TAGS
695
696ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
697 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
698 unique=`for i in $$list; do \
699 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700 done | \
701 $(AWK) ' { files[$$0] = 1; } \
702 END { for (i in files) print i; }'`; \
703 mkid -fID $$unique
704
9063358a 705TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
f6100b6f
RC
706 $(TAGS_FILES) $(LISP)
707 tags=; \
708 here=`pwd`; \
9063358a
RC
709 list='$(SUBDIRS)'; for subdir in $$list; do \
710 if test "$$subdir" = .; then :; else \
711 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
712 fi; \
713 done; \
f6100b6f
RC
714 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
715 unique=`for i in $$list; do \
716 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
717 done | \
718 $(AWK) ' { files[$$0] = 1; } \
719 END { for (i in files) print i; }'`; \
720 test -z "$(ETAGS_ARGS)$$tags$$unique" \
721 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
722 $$tags $$unique
723
724GTAGS:
725 here=`$(am__cd) $(top_builddir) && pwd` \
726 && cd $(top_srcdir) \
727 && gtags -i $(GTAGS_ARGS) $$here
728
729distclean-tags:
730 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
731DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
732
733top_distdir = .
734distdir = $(PACKAGE)-$(VERSION)
735
736am__remove_distdir = \
737 { test ! -d $(distdir) \
738 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
739 && rm -fr $(distdir); }; }
740
741GZIP_ENV = --best
742distcleancheck_listfiles = find . -type f -print
743
744distdir: $(DISTFILES)
745 $(am__remove_distdir)
746 mkdir $(distdir)
747 $(mkinstalldirs) $(distdir)/cfgaux
748 @for file in $(DISTFILES); do \
749 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
750 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
751 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
752 dir="/$$dir"; \
753 $(mkinstalldirs) "$(distdir)$$dir"; \
754 else \
755 dir=''; \
756 fi; \
757 if test -d $$d/$$file; then \
758 cp -pR $$d/$$file $(distdir)$$dir \
759 || exit 1; \
760 else \
761 test -f $(distdir)/$$file \
762 || cp -p $$d/$$file $(distdir)/$$file \
763 || exit 1; \
764 fi; \
739457f4 765 done
9063358a
RC
766 list='$(SUBDIRS)'; for subdir in $$list; do \
767 if test "$$subdir" = .; then :; else \
768 test -d $(distdir)/$$subdir \
769 || mkdir $(distdir)/$$subdir \
770 || exit 1; \
771 (cd $$subdir && \
772 $(MAKE) $(AM_MAKEFLAGS) \
773 top_distdir="$(top_distdir)" \
774 distdir=../$(distdir)/$$subdir \
775 distdir) \
776 || exit 1; \
777 fi; \
778 done
f6100b6f
RC
779 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
780 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
781 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
782 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
783 || chmod -R a+r $(distdir)
784dist-gzip: distdir
785 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
786 $(am__remove_distdir)
787
788dist-bzip2: distdir
789 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
790 $(am__remove_distdir)
791
792dist dist-all: distdir
793 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
794 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
795 $(am__remove_distdir)
796
797# This target untars the dist file and tries a VPATH configuration. Then
798# it guarantees that the distribution is self-contained by making another
799# tarfile.
800distcheck: dist
801 $(am__remove_distdir)
802 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
803 chmod -R a-w $(distdir); chmod a+w $(distdir)
804 mkdir $(distdir)/=build
805 mkdir $(distdir)/=inst
806 chmod a-w $(distdir)
807 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
808 && cd $(distdir)/=build \
809 && ../configure --srcdir=.. --prefix=$$dc_install_base \
810 $(DISTCHECK_CONFIGURE_FLAGS) \
811 && $(MAKE) $(AM_MAKEFLAGS) \
812 && $(MAKE) $(AM_MAKEFLAGS) dvi \
813 && $(MAKE) $(AM_MAKEFLAGS) check \
814 && $(MAKE) $(AM_MAKEFLAGS) install \
815 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
816 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
817 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
818 || { echo "ERROR: files left after uninstall:" ; \
819 find $$dc_install_base -type f -print ; \
820 exit 1; } >&2 ) \
821 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
822 && rm -f $(distdir).tar.gz \
823 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
824 $(am__remove_distdir)
825 @echo "$(distdir).tar.gz is ready for distribution" | \
826 sed 'h;s/./=/g;p;x;p;x'
827distcleancheck: distclean
828 if test '$(srcdir)' = . ; then \
829 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
830 exit 1 ; \
831 fi
832 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
833 || { echo "ERROR: files left after distclean:" ; \
834 $(distcleancheck_listfiles) ; \
835 exit 1; } >&2
836check-am: all-am
9063358a 837check: check-recursive
f6100b6f 838all-am: Makefile $(PROGRAMS)
9063358a
RC
839installdirs: installdirs-recursive
840installdirs-am:
f6100b6f 841
9063358a
RC
842install: install-recursive
843install-exec: install-exec-recursive
844install-data: install-data-recursive
845uninstall: uninstall-recursive
f6100b6f
RC
846
847install-am: all-am
848 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
849
9063358a 850installcheck: installcheck-recursive
f6100b6f
RC
851install-strip:
852 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853 INSTALL_STRIP_FLAG=-s \
854 `test -z '$(STRIP)' || \
855 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
856mostlyclean-generic:
857
858clean-generic:
859
860distclean-generic:
861 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
862
863maintainer-clean-generic:
864 @echo "This command is intended for maintainers to use"
865 @echo "it deletes files that may require special tools to rebuild."
866 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
9063358a 867clean: clean-recursive
f6100b6f 868
6908b7d7
RC
869clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
870 mostlyclean-am
f6100b6f 871
9063358a 872distclean: distclean-recursive
f6100b6f
RC
873 -rm -f config.status config.cache config.log
874distclean-am: clean-am distclean-compile distclean-depend \
6908b7d7 875 distclean-generic distclean-libtool distclean-tags
f6100b6f 876
9063358a 877dvi: dvi-recursive
f6100b6f
RC
878
879dvi-am:
880
9063358a 881info: info-recursive
f6100b6f
RC
882
883info-am:
884
885install-data-am:
886
887install-exec-am:
888
9063358a 889install-info: install-info-recursive
f6100b6f
RC
890
891install-man:
892
893installcheck-am:
894
9063358a 895maintainer-clean: maintainer-clean-recursive
f6100b6f
RC
896
897maintainer-clean-am: distclean-am maintainer-clean-generic
898
9063358a 899mostlyclean: mostlyclean-recursive
f6100b6f 900
6908b7d7
RC
901mostlyclean-am: mostlyclean-compile mostlyclean-generic \
902 mostlyclean-libtool
f6100b6f
RC
903
904uninstall-am: uninstall-info-am
905
9063358a
RC
906uninstall-info: uninstall-info-recursive
907
908.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
6908b7d7
RC
909 clean-generic clean-libtool clean-noinstPROGRAMS \
910 clean-recursive dist dist-all dist-bzip2 dist-gzip distcheck \
911 distclean distclean-compile distclean-depend distclean-generic \
912 distclean-libtool distclean-recursive distclean-tags \
913 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
914 info-recursive install install-am install-data install-data-am \
915 install-data-recursive install-exec install-exec-am \
916 install-exec-recursive install-info install-info-am \
917 install-info-recursive install-man install-recursive \
918 install-strip installcheck installcheck-am installdirs \
919 installdirs-am installdirs-recursive maintainer-clean \
920 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
921 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
922 mostlyclean-recursive tags tags-recursive uninstall \
923 uninstall-am uninstall-info-am uninstall-info-recursive \
924 uninstall-recursive
739457f4 925
fb087b80 926
de6a1a64 927setup_version.c : $(srcdir)/ChangeLog Makefile
2e9cbac5
DD
928 V=`grep '^\$$Revision.*' $(srcdir)/ChangeLog \
929 | sed -e 's/\$$Revision:* *//' \
930 -e 's/ *$$.*//'` ;\
7bf13fc9
CF
931 (echo '#define VERSION_PREFIX "%%% setup-version"';\
932 echo 'static const char version_store[] = VERSION_PREFIX " '$$V'";';\
933 echo 'const char *version = version_store + sizeof (VERSION_PREFIX);') > version.tmp;\
de6a1a64 934 mv version.tmp setup_version.c
8507f105 935
739457f4 936%.o: %.rc
f6100b6f
RC
937 $(WINDRES) --include-dir $(srcdir) -o $@ $<
938
38f5563e 939autoload.o: autoload.c
45e01f23
RC
940@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
941@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
942@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
f6100b6f 943 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(WARNONLY_CFLAGS) $(CFLAGS) -c -o $@ $< -fno-inline-functions
38f5563e 944
341988b9 945inilex.o: inilex.cc
45e01f23
RC
946@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
947@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
948@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
f6100b6f 949 $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58ee6135 950 $(AM_CPPFLAGS) $(CPPFLAGS) $(WARNONLY_CFLAGS) $(CXXFLAGS) -c -o $@ $<
b24c88b3 951
0af2d779
CF
952iniparse.cc iniparse.h : iniparse.y
953 bison -d -o iniparse.cc $(srcdir)/iniparse.y
cec57ee1 954 @mv iniparse.cc.h iniparse.h 2>/dev/null || mv iniparse.hh iniparse.h
23c9e63c 955
341988b9 956inilex.cc : inilex.l iniparse.h
23c9e63c 957 flex -8 $(srcdir)/inilex.l
341988b9 958 mv lex.yy.c inilex.cc
902c8a3f
RC
959
960# Make a distribution package and tarball
961release: setup$(EXEEXT) dist-all
962 $(STRIP) setup.exe
963 upx --best setup.exe
964 mv setup-0.tar.bz2 setup-src.tar.bz2
f6100b6f
RC
965# Tell versions [3.59,3.63) of GNU make to not export all variables.
966# Otherwise a system limit (for SysV at least) may be exceeded.
967.NOEXPORT:
This page took 0.137198 seconds and 5 git commands to generate.