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