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