Advertisement
Guest User

Untitled

a guest
Jun 7th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 45.28 KB | None | 0 0
  1. # Makefile.in generated by automake 1.12.5 from Makefile.am.
  2. # Makefile.  Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2012 Free Software Foundation, Inc.
  5.  
  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.  
  16.  
  17. #
  18. # $Id: Makefile.am,v 2.68 2007/07/30 22:55:49 briand Exp $
  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.  
  36.  
  37.  
  38. am__make_dryrun = \
  39.   { \
  40.     am__dry=no; \
  41.     case $$MAKEFLAGS in \
  42.       *\\[\ \   ]*) \
  43.         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
  44.           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  45.       *) \
  46.         for am__flg in $$MAKEFLAGS; do \
  47.           case $$am__flg in \
  48.             *=*|--*) ;; \
  49.             *n*) am__dry=yes; break;; \
  50.           esac; \
  51.         done;; \
  52.     esac; \
  53.     test $$am__dry = yes; \
  54.   }
  55. pkgdatadir = $(datadir)/setup
  56. pkgincludedir = $(includedir)/setup
  57. pkglibdir = $(libdir)/setup
  58. pkglibexecdir = $(libexecdir)/setup
  59. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  60. install_sh_DATA = $(install_sh) -c -m 644
  61. install_sh_PROGRAM = $(install_sh) -c
  62. install_sh_SCRIPT = $(install_sh) -c
  63. INSTALL_HEADER = $(INSTALL_DATA)
  64. transform = $(program_transform_name)
  65. NORMAL_INSTALL = :
  66. PRE_INSTALL = :
  67. POST_INSTALL = :
  68. NORMAL_UNINSTALL = :
  69. PRE_UNINSTALL = :
  70. POST_UNINSTALL = :
  71. build_triplet = i686-pc-cygwin
  72. host_triplet = i686-pc-mingw32
  73. noinst_PROGRAMS = setup$(EXEEXT)
  74. EXTRA_PROGRAMS = inilint$(EXEEXT)
  75. subdir = .
  76. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  77.     $(srcdir)/Makefile.in $(top_srcdir)/cfgaux/compile \
  78.     $(top_srcdir)/cfgaux/config.guess \
  79.     $(top_srcdir)/cfgaux/config.sub $(top_srcdir)/cfgaux/depcomp \
  80.     $(top_srcdir)/cfgaux/install-sh $(top_srcdir)/cfgaux/ltmain.sh \
  81.     $(top_srcdir)/cfgaux/missing $(top_srcdir)/cfgaux/ylwrap \
  82.     $(top_srcdir)/configure COPYING ChangeLog cfgaux/compile \
  83.     cfgaux/config.guess cfgaux/config.sub cfgaux/depcomp \
  84.     cfgaux/install-sh cfgaux/ltmain.sh cfgaux/missing \
  85.     cfgaux/ylwrap inilex.cc iniparse.cc iniparse.hh
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  88. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  89.     $(ACLOCAL_M4)
  90. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  91.  configure.lineno config.status.lineno
  92. mkinstalldirs = $(install_sh) -d
  93. CONFIG_CLEAN_FILES =
  94. CONFIG_CLEAN_VPATH_FILES =
  95. LIBRARIES = $(noinst_LIBRARIES)
  96. ARFLAGS = cru
  97. libinilex_a_AR = $(AR) $(ARFLAGS)
  98. libinilex_a_LIBADD =
  99. am_libinilex_a_OBJECTS = libinilex_a-inilex.$(OBJEXT)
  100. libinilex_a_OBJECTS = $(am_libinilex_a_OBJECTS)
  101. PROGRAMS = $(noinst_PROGRAMS)
  102. am__inilint_SOURCES_DIST = filemanip.cc filemanip.h find.cc find.h \
  103.     FindVisitor.cc FindVisitor.h LogSingleton.cc LogSingleton.h \
  104.     IniDBBuilder.h inilintmain.cc IniParseFeedback.cc \
  105.     IniParseFeedback.h io_stream.h io_stream.cc io_stream_file.h \
  106.     io_stream_file.cc IOStreamProvider.h mkdir.cc mkdir.h \
  107.     PackageSpecification.cc PackageSpecification.h PackageTrust.h \
  108.     csu_util/rfc1738.cc csu_util/rfc1738.h String++.cc String++.h \
  109.     autoload.c mklink2.cc
  110. am__dirstamp = $(am__leading_dot)dirstamp
  111. am__objects_1 = autoload.$(OBJEXT) mklink2.$(OBJEXT)
  112. am_inilint_OBJECTS = filemanip.$(OBJEXT) find.$(OBJEXT) \
  113.     FindVisitor.$(OBJEXT) LogSingleton.$(OBJEXT) \
  114.     inilintmain.$(OBJEXT) iniparse.$(OBJEXT) \
  115.     IniParseFeedback.$(OBJEXT) io_stream.$(OBJEXT) \
  116.     io_stream_file.$(OBJEXT) mkdir.$(OBJEXT) \
  117.     PackageSpecification.$(OBJEXT) csu_util/rfc1738.$(OBJEXT) \
  118.     String++.$(OBJEXT) $(am__objects_1)
  119. inilint_OBJECTS = $(am_inilint_OBJECTS)
  120. inilint_DEPENDENCIES = libinilex.a libgetopt++/libgetopt++.la
  121. am_setup_OBJECTS = AntiVirus.$(OBJEXT) archive.$(OBJEXT) \
  122.     archive_tar.$(OBJEXT) archive_tar_file.$(OBJEXT) \
  123.     autoload.$(OBJEXT) choose.$(OBJEXT) compress.$(OBJEXT) \
  124.     compress_bz.$(OBJEXT) compress_gz.$(OBJEXT) \
  125.     ConnectionSetting.$(OBJEXT) ControlAdjuster.$(OBJEXT) \
  126.     cygpackage.$(OBJEXT) desktop.$(OBJEXT) \
  127.     express_package.$(OBJEXT) dialog.$(OBJEXT) diskfull.$(OBJEXT) \
  128.     download.$(OBJEXT) Exception.$(OBJEXT) find.$(OBJEXT) \
  129.     FindVisitor.$(OBJEXT) filemanip.$(OBJEXT) fromcwd.$(OBJEXT) \
  130.     geturl.$(OBJEXT) ini.$(OBJEXT) IniDBBuilderPackage.$(OBJEXT) \
  131.     iniparse.$(OBJEXT) IniParseFeedback.$(OBJEXT) \
  132.     IniParseFindVisitor.$(OBJEXT) install.$(OBJEXT) \
  133.     io_stream.$(OBJEXT) io_stream_cygfile.$(OBJEXT) \
  134.     io_stream_file.$(OBJEXT) io_stream_memory.$(OBJEXT) \
  135.     localdir.$(OBJEXT) LogFile.$(OBJEXT) LogSingleton.$(OBJEXT) \
  136.     main.$(OBJEXT) mkdir.$(OBJEXT) mklink2.$(OBJEXT) \
  137.     mount.$(OBJEXT) msg.$(OBJEXT) net.$(OBJEXT) netio.$(OBJEXT) \
  138.     nio-ie5.$(OBJEXT) nio-file.$(OBJEXT) nio-ftp.$(OBJEXT) \
  139.     nio-http.$(OBJEXT) package_db.$(OBJEXT) package_meta.$(OBJEXT) \
  140.     package_source.$(OBJEXT) package_version.$(OBJEXT) \
  141.     PackageSpecification.$(OBJEXT) PickCategoryLine.$(OBJEXT) \
  142.     PickPackageLine.$(OBJEXT) PickView.$(OBJEXT) \
  143.     postinstall.$(OBJEXT) prereq.$(OBJEXT) proppage.$(OBJEXT) \
  144.     propsheet.$(OBJEXT) res.$(OBJEXT) root.$(OBJEXT) \
  145.     ScanFindVisitor.$(OBJEXT) script.$(OBJEXT) \
  146.     setup_version.$(OBJEXT) simpsock.$(OBJEXT) site.$(OBJEXT) \
  147.     source.$(OBJEXT) SourceSetting.$(OBJEXT) splash.$(OBJEXT) \
  148.     state.$(OBJEXT) String++.$(OBJEXT) threebar.$(OBJEXT) \
  149.     UserSetting.$(OBJEXT) UserSettings.$(OBJEXT) win32.$(OBJEXT) \
  150.     window.$(OBJEXT) csu_util/MD5Sum.$(OBJEXT) \
  151.     csu_util/rfc1738.$(OBJEXT) csu_util/version_compare.$(OBJEXT) \
  152.     libmd5-rfc/md5.$(OBJEXT)
  153. setup_OBJECTS = $(am_setup_OBJECTS)
  154. setup_DEPENDENCIES = libinilex.a libgetopt++/libgetopt++.la res.o
  155. setup_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  156.     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
  157.     $(setup_LDFLAGS) $(LDFLAGS) -o $@
  158. DEFAULT_INCLUDES = -I.
  159. depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
  160. am__depfiles_maybe = depfiles
  161. am__mv = mv -f
  162. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  163.     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  164. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  165.     --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  166.     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  167. CCLD = $(CC)
  168. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  169.     --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  170.     $(LDFLAGS) -o $@
  171. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  172.     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  173. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  174.     --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  175.     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  176. CXXLD = $(CXX)
  177. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  178.     --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  179.     $(LDFLAGS) -o $@
  180. am__skiplex = test -f $@ ||
  181. LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
  182. LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  183.     --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
  184. YLWRAP = $(top_srcdir)/cfgaux/ylwrap
  185. am__skipyacc = test -f $@ ||
  186. am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
  187.            -e s/c++$$/h++/ -e s/c$$/h/
  188. YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
  189. LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  190.     --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
  191. SOURCES = $(libinilex_a_SOURCES) $(inilint_SOURCES) $(setup_SOURCES)
  192. DIST_SOURCES = $(libinilex_a_SOURCES) $(am__inilint_SOURCES_DIST) \
  193.     $(setup_SOURCES)
  194. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  195.     html-recursive info-recursive install-data-recursive \
  196.     install-dvi-recursive install-exec-recursive \
  197.     install-html-recursive install-info-recursive \
  198.     install-pdf-recursive install-ps-recursive install-recursive \
  199.     installcheck-recursive installdirs-recursive pdf-recursive \
  200.     ps-recursive uninstall-recursive
  201. am__can_run_installinfo = \
  202.   case $$AM_UPDATE_INFO_DIR in \
  203.     n|no|NO) false;; \
  204.     *) (install-info --version) >/dev/null 2>&1;; \
  205.   esac
  206. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  207.   distclean-recursive maintainer-clean-recursive
  208. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  209.     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  210.     cscope distdir dist dist-all distcheck
  211. ETAGS = etags
  212. CTAGS = ctags
  213. CSCOPE = cscope
  214. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  215. distdir = $(PACKAGE)-$(VERSION)
  216. top_distdir = $(distdir)
  217. am__remove_distdir = \
  218.   if test -d "$(distdir)"; then \
  219.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  220.       && rm -rf "$(distdir)" \
  221.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  222.   else :; fi
  223. am__post_remove_distdir = $(am__remove_distdir)
  224. am__relativize = \
  225.   dir0=`pwd`; \
  226.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  227.   sed_rest='s,^[^/]*/*,,'; \
  228.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  229.   sed_butlast='s,/*[^/]*$$,,'; \
  230.   while test -n "$$dir1"; do \
  231.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  232.     if test "$$first" != "."; then \
  233.       if test "$$first" = ".."; then \
  234.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  235.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  236.       else \
  237.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  238.         if test "$$first2" = "$$first"; then \
  239.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  240.         else \
  241.           dir2="../$$dir2"; \
  242.         fi; \
  243.         dir0="$$dir0"/"$$first"; \
  244.       fi; \
  245.     fi; \
  246.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  247.   done; \
  248.   reldir="$$dir2"
  249. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  250. GZIP_ENV = --best
  251. DIST_TARGETS = dist-bzip2 dist-gzip
  252. distuninstallcheck_listfiles = find . -type f -print
  253. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  254.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  255. distcleancheck_listfiles = find . -type f -print
  256. ACLOCAL = ${SHELL} /home/steve/setup/cfgaux/missing --run aclocal-1.12
  257. AMTAR = $${TAR-tar}
  258. AR = i686-pc-mingw32-ar
  259. AUTOCONF = ${SHELL} /home/steve/setup/cfgaux/missing --run autoconf
  260. AUTOHEADER = ${SHELL} /home/steve/setup/cfgaux/missing --run autoheader
  261. AUTOMAKE = ${SHELL} /home/steve/setup/cfgaux/missing --run automake-1.12
  262. AWK = gawk
  263. CC = gcc -mno-cygwin
  264. CCDEPMODE = depmode=gcc3
  265. CFLAGS = -g -O2
  266. CPP = gcc -mno-cygwin -E
  267. CPPFLAGS =
  268. CXX = g++ -mno-cygwin
  269. CXXCPP = g++ -mno-cygwin -E
  270. CXXDEPMODE = depmode=gcc3
  271. CXXFLAGS = -g -O2
  272. CYGPATH_W = cygpath -w
  273. DEFS = -DPACKAGE_NAME=\"setup\" -DPACKAGE_TARNAME=\"setup\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"setup\ 0\" -DPACKAGE_BUGREPORT=\"osgeo4w-dev@lists.osgeo.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBMINGW32=1 -DHAVE_ERRNO_H=1 -DHAVE_STRING=1 -DHAVE_STRING_H=1
  274. DEPDIR = .deps
  275. DLLTOOL = i686-pc-mingw32-dlltool
  276. DSYMUTIL =
  277. DUMPBIN =
  278. ECHO_C =
  279. ECHO_N = -n
  280. ECHO_T =
  281. EGREP = /usr/bin/grep -E
  282. EXEEXT = .exe
  283. FGREP = /usr/bin/grep -F
  284. GREP = /usr/bin/grep
  285. INILINT =
  286. INSTALL = /usr/bin/install -c
  287. INSTALL_DATA = ${INSTALL} -m 644
  288. INSTALL_PROGRAM = ${INSTALL}
  289. INSTALL_SCRIPT = ${INSTALL}
  290. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  291. LD = /usr/i686-pc-mingw32/bin/ld.exe
  292. LDFLAGS = -L/usr/lib/w32api -L/usr/lib/gcc/i686-pc-mingw32/3.4.4/
  293. LEX = flex
  294. LEXLIB =
  295. LEX_OUTPUT_ROOT = lex.yy
  296. LIBOBJS =
  297. LIBS = -lmingw32 -lws2_32
  298. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  299. LIPO =
  300. LN_S = ln -s
  301. LTLIBOBJS =
  302. MAINT = #
  303. MAKEINFO = ${SHELL} /home/steve/setup/cfgaux/missing --run makeinfo
  304. MANIFEST_TOOL = mt
  305. MKDIR_P = /usr/bin/mkdir -p
  306. NM = /usr/bin/i686-pc-mingw32-nm -B
  307. NMEDIT =
  308. OBJDUMP = i686-pc-mingw32-objdump
  309. OBJEXT = o
  310. OTOOL =
  311. OTOOL64 =
  312. PACKAGE = setup
  313. PACKAGE_BUGREPORT = osgeo4w-dev@lists.osgeo.org
  314. PACKAGE_NAME = setup
  315. PACKAGE_STRING = setup 0
  316. PACKAGE_TARNAME = setup
  317. PACKAGE_URL =
  318. PACKAGE_VERSION = 0
  319. PATH_SEPARATOR = :
  320. RANLIB = i686-pc-mingw32-ranlib
  321. SED = /usr/bin/sed
  322. SET_MAKE =
  323. SHELL = /bin/sh
  324. STRIP = i686-pc-mingw32-strip
  325. VERSION = 0
  326. WINDRES = i686-pc-mingw32-windres
  327. YACC = bison -y
  328. YFLAGS =
  329. abs_builddir = /home/steve/setup
  330. abs_srcdir = /home/steve/setup
  331. abs_top_builddir = /home/steve/setup
  332. abs_top_srcdir = /home/steve/setup
  333. ac_ct_AR =
  334. ac_ct_CC =
  335. ac_ct_CXX =
  336. ac_ct_DUMPBIN =
  337. am__include = include
  338. am__leading_dot = .
  339. am__quote =
  340. am__tar = $${TAR-tar} chof - "$$tardir"
  341. am__untar = $${TAR-tar} xf -
  342. bindir = ${exec_prefix}/bin
  343. build = i686-pc-cygwin
  344. build_alias = i686-pc-cygwin
  345. build_cpu = i686
  346. build_os = cygwin
  347. build_vendor = pc
  348. builddir = .
  349. datadir = ${datarootdir}
  350. datarootdir = ${prefix}/share
  351. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  352. dvidir = ${docdir}
  353. exec_prefix = ${prefix}
  354. host = i686-pc-mingw32
  355. host_alias = i686-pc-mingw32
  356. host_cpu = i686
  357. host_os = mingw32
  358. host_vendor = pc
  359. htmldir = ${docdir}
  360. includedir = ${prefix}/include
  361. infodir = ${datarootdir}/info
  362. install_sh = ${SHELL} /home/steve/setup/cfgaux/install-sh
  363. libdir = ${exec_prefix}/lib
  364. libexecdir = ${exec_prefix}/libexec
  365. localedir = ${datarootdir}/locale
  366. localstatedir = ${prefix}/var
  367. mandir = ${datarootdir}/man
  368. mkdir_p = $(MKDIR_P)
  369. oldincludedir = /usr/include
  370. pdfdir = ${docdir}
  371. prefix = /usr/local
  372. program_transform_name = s,x,x,
  373. psdir = ${docdir}
  374. sbindir = ${exec_prefix}/sbin
  375. sharedstatedir = ${prefix}/com
  376. srcdir = .
  377. subdirs =  libgetopt++
  378. sysconfdir = ${prefix}/etc
  379. target_alias =
  380. top_build_prefix =
  381. top_builddir = .
  382. top_srcdir = .
  383. DIST_SUBDIRS = libgetopt++ tests
  384. SUBDIRS = libgetopt++ tests
  385.  
  386. # We would like to use -Winline for C++ as well, but some STL code triggers
  387. # this warning. (Bug verified present in gcc-3.3)
  388. # -Wno-uninitialized added to deal with g++ 3.4.4's spurious STL warnings
  389. # (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22207)
  390. BASECXXFLAGS = -Wall -Wno-uninitialized -Wpointer-arith -Wcomments \
  391.                -Wcast-align -Wwrite-strings
  392.  
  393. AM_CXXFLAGS = -Werror $(BASECXXFLAGS)
  394. AM_CFLAGS = $(AM_CXXFLAGS) -Wmissing-declarations -Winline \
  395.             -Wstrict-prototypes -Wmissing-prototypes
  396.  
  397. AM_YFLAGS = -d
  398. AM_LFLAGS = -8
  399. AM_CPPFLAGS = -I$(srcdir)/libgetopt++/include
  400. EXTRA_DIST = \
  401.     CHANGES \
  402.     CONTRIBUTORS \
  403.     COPYING \
  404.     bootstrap.sh \
  405.     check-na.bmp \
  406.     check-no.bmp \
  407.     check-yes.bmp \
  408.     choose-rtarrow.bmp \
  409.     choose-spin.bmp \
  410.     osgeo.ico \
  411.     doconfigure \
  412.     libmd5-rfc/README \
  413.     libmd5-rfc/md5main.c \
  414.     setup.exe.manifest \
  415.     tree-minus.bmp \
  416.     tree-plus.bmp
  417.  
  418.  
  419. # iniparse.h is generated from iniparse.yy via bison -d, so it needs to be
  420. # included here for proper tracking (but not iniparse.cc, since automake
  421. # knows about that already)
  422. BUILT_SOURCES = \
  423.     setup_version.c \
  424.     iniparse.h
  425.  
  426. CLEANFILES = setup_version.c
  427. #inilint_extras =
  428. inilint_extras = \
  429.     autoload.c \
  430.     mklink2.cc
  431.  
  432. inilint_LDADD = \
  433.     libinilex.a libgetopt++/libgetopt++.la
  434.  
  435. inilint_SOURCES = \
  436.     filemanip.cc \
  437.     filemanip.h \
  438.     find.cc \
  439.     find.h \
  440.     FindVisitor.cc \
  441.     FindVisitor.h \
  442.     LogSingleton.cc \
  443.     LogSingleton.h \
  444.     IniDBBuilder.h \
  445.     inilintmain.cc \
  446.     IniParseFeedback.cc \
  447.     IniParseFeedback.h \
  448.     io_stream.h \
  449.     io_stream.cc \
  450.     io_stream_file.h \
  451.     io_stream_file.cc \
  452.     IOStreamProvider.h \
  453.     mkdir.cc \
  454.     mkdir.h \
  455.     PackageSpecification.cc \
  456.     PackageSpecification.h \
  457.     PackageTrust.h \
  458.     csu_util/rfc1738.cc \
  459.     csu_util/rfc1738.h \
  460.     String++.cc \
  461.     String++.h \
  462.     $(inilint_extras)
  463.  
  464.  
  465. # workaround to allow omitting -Werror on inilex.cc.
  466. noinst_LIBRARIES = libinilex.a
  467. libinilex_a_SOURCES = inilex.ll
  468. libinilex_a_CXXFLAGS = $(BASECXXFLAGS)
  469. setup_LDADD = \
  470.     libinilex.a libgetopt++/libgetopt++.la \
  471.     res.o \
  472.     -lbz2 -lz \
  473.     -lcomctl32 -lole32 -lwsock32 -lnetapi32 -luuid -lws2_32 -lstdc++
  474.  
  475. setup_LDFLAGS = -mwindows
  476. setup_SOURCES = \
  477.     AntiVirus.cc \
  478.     AntiVirus.h \
  479.     archive.cc \
  480.     archive.h \
  481.     archive_tar.cc \
  482.     archive_tar.h \
  483.     archive_tar_file.cc \
  484.     autoload.c \
  485.     choose.cc \
  486.     choose.h \
  487.     compress.cc \
  488.     compress.h \
  489.     compress_bz.cc \
  490.     compress_bz.h \
  491.     compress_gz.cc \
  492.     compress_gz.h \
  493.     ConnectionSetting.cc \
  494.     ConnectionSetting.h \
  495.     ControlAdjuster.cc \
  496.     ControlAdjuster.h \
  497.     cygpackage.cc \
  498.     cygpackage.h \
  499.     desktop.cc \
  500.     desktop.h \
  501.     express_package.cc \
  502.     express_package.h \
  503.     dialog.cc \
  504.     dialog.h \
  505.     diskfull.cc \
  506.     diskfull.h \
  507.     download.cc \
  508.     download.h \
  509.     Exception.cc \
  510.     Exception.h \
  511.     find.cc \
  512.     find.h \
  513.     FindVisitor.cc \
  514.     FindVisitor.h \
  515.     filemanip.cc \
  516.     filemanip.h \
  517.     fromcwd.cc \
  518.     Generic.h \
  519.     geturl.cc \
  520.     geturl.h \
  521.     ini.cc \
  522.     ini.h \
  523.     IniDBBuilder.h \
  524.     IniDBBuilderPackage.cc \
  525.     IniDBBuilderPackage.h \
  526.     IniParseFeedback.cc \
  527.     IniParseFeedback.h \
  528.     IniParseFindVisitor.cc \
  529.     IniParseFindVisitor.h \
  530.     install.cc \
  531.     io_stream.cc \
  532.     io_stream.h \
  533.     io_stream_cygfile.cc \
  534.     io_stream_cygfile.h \
  535.     io_stream_file.cc \
  536.     io_stream_file.h \
  537.     io_stream_memory.cc \
  538.     io_stream_memory.h \
  539.     IOStreamProvider.h \
  540.     localdir.cc \
  541.     localdir.h \
  542.     LogFile.cc \
  543.     LogFile.h \
  544.     LogSingleton.cc \
  545.     LogSingleton.h \
  546.     main.cc \
  547.     mkdir.cc \
  548.     mkdir.h \
  549.     mklink2.cc \
  550.     mklink2.h \
  551.     mount.cc \
  552.     mount.h \
  553.     msg.cc \
  554.     msg.h \
  555.     net.cc \
  556.     net.h \
  557.     netio.cc \
  558.     netio.h \
  559.     nio-ie5.cc \
  560.     nio-ie5.h \
  561.     nio-file.cc \
  562.     nio-file.h \
  563.     nio-ftp.cc \
  564.     nio-ftp.h \
  565.     nio-http.cc \
  566.     nio-http.h \
  567.     package_db.cc \
  568.     package_db.h \
  569.     package_meta.cc \
  570.     package_meta.h \
  571.     package_source.cc \
  572.     package_source.h \
  573.     package_version.cc \
  574.     package_version.h \
  575.     PackageSpecification.cc \
  576.     PackageSpecification.h \
  577.     PackageTrust.h \
  578.     PickCategoryLine.cc \
  579.     PickCategoryLine.h \
  580.     PickLine.h \
  581.     PickPackageLine.cc \
  582.     PickPackageLine.h \
  583.     PickView.cc \
  584.     PickView.h \
  585.     postinstall.cc \
  586.     prereq.cc \
  587.     prereq.h \
  588.     proppage.cc \
  589.     proppage.h \
  590.     propsheet.cc \
  591.     propsheet.h \
  592.     RECTWrapper.h \
  593.     res.rc \
  594.     resource.h \
  595.     root.cc \
  596.     root.h \
  597.     ScanFindVisitor.cc \
  598.     ScanFindVisitor.h \
  599.     script.cc \
  600.     script.h \
  601.     setup_version.h \
  602.     setup_version.c \
  603.     simpsock.cc \
  604.     simpsock.h \
  605.     site.cc \
  606.     site.h \
  607.     source.cc \
  608.     source.h \
  609.     SourceSetting.cc \
  610.     SourceSetting.h \
  611.     splash.cc \
  612.     splash.h \
  613.     state.cc \
  614.     state.h \
  615.     String++.cc \
  616.     String++.h \
  617.     threebar.cc \
  618.     threebar.h \
  619.     UserSetting.cc \
  620.     UserSetting.h \
  621.     UserSettings.cc \
  622.     UserSettings.h \
  623.     win32.cc \
  624.     win32.h \
  625.     window.cc \
  626.     window.h \
  627.     csu_util/MD5Sum.cc \
  628.     csu_util/MD5Sum.h \
  629.     csu_util/rfc1738.cc \
  630.     csu_util/rfc1738.h \
  631.     csu_util/version_compare.cc \
  632.     csu_util/version_compare.h \
  633.     libmd5-rfc/md5.c \
  634.     libmd5-rfc/md5.h
  635.  
  636. VER := $(shell sed -ne 's/^\$$Revi[s]ion: *\([^ ]*\) *$$.*/\1/p' \
  637.                $(srcdir)/ChangeLog)
  638.  
  639. all: $(BUILT_SOURCES)
  640.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  641.  
  642. .SUFFIXES:
  643. .SUFFIXES: .c .cc .ll .lo .o .obj .rc .yy
  644. am--refresh: Makefile
  645.     @:
  646. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
  647.     @for dep in $?; do \
  648.       case '$(am__configure_deps)' in \
  649.         *$$dep*) \
  650.           echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  651.           $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  652.         && exit 0; \
  653.           exit 1;; \
  654.       esac; \
  655.     done; \
  656.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  657.     $(am__cd) $(top_srcdir) && \
  658.       $(AUTOMAKE) --foreign Makefile
  659. .PRECIOUS: Makefile
  660. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  661.     @case '$?' in \
  662.       *config.status*) \
  663.         echo ' $(SHELL) ./config.status'; \
  664.         $(SHELL) ./config.status;; \
  665.       *) \
  666.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  667.         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  668.     esac;
  669.  
  670. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  671.     $(SHELL) ./config.status --recheck
  672.  
  673. $(top_srcdir)/configure: # $(am__configure_deps)
  674.     $(am__cd) $(srcdir) && $(AUTOCONF)
  675. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  676.     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  677. $(am__aclocal_m4_deps):
  678.  
  679. clean-noinstLIBRARIES:
  680.     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  681. libinilex.a: $(libinilex_a_OBJECTS) $(libinilex_a_DEPENDENCIES) $(EXTRA_libinilex_a_DEPENDENCIES)
  682.     -rm -f libinilex.a
  683.     $(libinilex_a_AR) libinilex.a $(libinilex_a_OBJECTS) $(libinilex_a_LIBADD)
  684.     $(RANLIB) libinilex.a
  685.  
  686. clean-noinstPROGRAMS:
  687.     @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  688.     echo " rm -f" $$list; \
  689.     rm -f $$list || exit $$?; \
  690.     test -n "$(EXEEXT)" || exit 0; \
  691.     list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  692.     echo " rm -f" $$list; \
  693.     rm -f $$list
  694. iniparse.hh: iniparse.cc
  695.     @if test ! -f $@; then rm -f iniparse.cc; else :; fi
  696.     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) iniparse.cc; else :; fi
  697. csu_util/$(am__dirstamp):
  698.     @$(MKDIR_P) csu_util
  699.     @: > csu_util/$(am__dirstamp)
  700. csu_util/$(DEPDIR)/$(am__dirstamp):
  701.     @$(MKDIR_P) csu_util/$(DEPDIR)
  702.     @: > csu_util/$(DEPDIR)/$(am__dirstamp)
  703. csu_util/rfc1738.$(OBJEXT): csu_util/$(am__dirstamp) \
  704.     csu_util/$(DEPDIR)/$(am__dirstamp)
  705. inilint$(EXEEXT): $(inilint_OBJECTS) $(inilint_DEPENDENCIES) $(EXTRA_inilint_DEPENDENCIES)
  706.     @rm -f inilint$(EXEEXT)
  707.     $(CXXLINK) $(inilint_OBJECTS) $(inilint_LDADD) $(LIBS)
  708. csu_util/MD5Sum.$(OBJEXT): csu_util/$(am__dirstamp) \
  709.     csu_util/$(DEPDIR)/$(am__dirstamp)
  710. csu_util/version_compare.$(OBJEXT): csu_util/$(am__dirstamp) \
  711.     csu_util/$(DEPDIR)/$(am__dirstamp)
  712. libmd5-rfc/$(am__dirstamp):
  713.     @$(MKDIR_P) libmd5-rfc
  714.     @: > libmd5-rfc/$(am__dirstamp)
  715. libmd5-rfc/$(DEPDIR)/$(am__dirstamp):
  716.     @$(MKDIR_P) libmd5-rfc/$(DEPDIR)
  717.     @: > libmd5-rfc/$(DEPDIR)/$(am__dirstamp)
  718. libmd5-rfc/md5.$(OBJEXT): libmd5-rfc/$(am__dirstamp) \
  719.     libmd5-rfc/$(DEPDIR)/$(am__dirstamp)
  720. setup$(EXEEXT): $(setup_OBJECTS) $(setup_DEPENDENCIES) $(EXTRA_setup_DEPENDENCIES)
  721.     @rm -f setup$(EXEEXT)
  722.     $(setup_LINK) $(setup_OBJECTS) $(setup_LDADD) $(LIBS)
  723.  
  724. mostlyclean-compile:
  725.     -rm -f *.$(OBJEXT)
  726.     -rm -f csu_util/*.$(OBJEXT)
  727.     -rm -f libmd5-rfc/*.$(OBJEXT)
  728.  
  729. distclean-compile:
  730.     -rm -f *.tab.c
  731.  
  732. include ./$(DEPDIR)/AntiVirus.Po
  733. include ./$(DEPDIR)/ConnectionSetting.Po
  734. include ./$(DEPDIR)/ControlAdjuster.Po
  735. include ./$(DEPDIR)/Exception.Po
  736. include ./$(DEPDIR)/FindVisitor.Po
  737. include ./$(DEPDIR)/IniDBBuilderPackage.Po
  738. include ./$(DEPDIR)/IniParseFeedback.Po
  739. include ./$(DEPDIR)/IniParseFindVisitor.Po
  740. include ./$(DEPDIR)/LogFile.Po
  741. include ./$(DEPDIR)/LogSingleton.Po
  742. include ./$(DEPDIR)/PackageSpecification.Po
  743. include ./$(DEPDIR)/PickCategoryLine.Po
  744. include ./$(DEPDIR)/PickPackageLine.Po
  745. include ./$(DEPDIR)/PickView.Po
  746. include ./$(DEPDIR)/ScanFindVisitor.Po
  747. include ./$(DEPDIR)/SourceSetting.Po
  748. include ./$(DEPDIR)/String++.Po
  749. include ./$(DEPDIR)/UserSetting.Po
  750. include ./$(DEPDIR)/UserSettings.Po
  751. include ./$(DEPDIR)/archive.Po
  752. include ./$(DEPDIR)/archive_tar.Po
  753. include ./$(DEPDIR)/archive_tar_file.Po
  754. include ./$(DEPDIR)/autoload.Po
  755. include ./$(DEPDIR)/choose.Po
  756. include ./$(DEPDIR)/compress.Po
  757. include ./$(DEPDIR)/compress_bz.Po
  758. include ./$(DEPDIR)/compress_gz.Po
  759. include ./$(DEPDIR)/cygpackage.Po
  760. include ./$(DEPDIR)/desktop.Po
  761. include ./$(DEPDIR)/dialog.Po
  762. include ./$(DEPDIR)/diskfull.Po
  763. include ./$(DEPDIR)/download.Po
  764. include ./$(DEPDIR)/express_package.Po
  765. include ./$(DEPDIR)/filemanip.Po
  766. include ./$(DEPDIR)/find.Po
  767. include ./$(DEPDIR)/fromcwd.Po
  768. include ./$(DEPDIR)/geturl.Po
  769. include ./$(DEPDIR)/ini.Po
  770. include ./$(DEPDIR)/inilintmain.Po
  771. include ./$(DEPDIR)/iniparse.Po
  772. include ./$(DEPDIR)/install.Po
  773. include ./$(DEPDIR)/io_stream.Po
  774. include ./$(DEPDIR)/io_stream_cygfile.Po
  775. include ./$(DEPDIR)/io_stream_file.Po
  776. include ./$(DEPDIR)/io_stream_memory.Po
  777. include ./$(DEPDIR)/libinilex_a-inilex.Po
  778. include ./$(DEPDIR)/localdir.Po
  779. include ./$(DEPDIR)/main.Po
  780. include ./$(DEPDIR)/mkdir.Po
  781. include ./$(DEPDIR)/mklink2.Po
  782. include ./$(DEPDIR)/mount.Po
  783. include ./$(DEPDIR)/msg.Po
  784. include ./$(DEPDIR)/net.Po
  785. include ./$(DEPDIR)/netio.Po
  786. include ./$(DEPDIR)/nio-file.Po
  787. include ./$(DEPDIR)/nio-ftp.Po
  788. include ./$(DEPDIR)/nio-http.Po
  789. include ./$(DEPDIR)/nio-ie5.Po
  790. include ./$(DEPDIR)/package_db.Po
  791. include ./$(DEPDIR)/package_meta.Po
  792. include ./$(DEPDIR)/package_source.Po
  793. include ./$(DEPDIR)/package_version.Po
  794. include ./$(DEPDIR)/postinstall.Po
  795. include ./$(DEPDIR)/prereq.Po
  796. include ./$(DEPDIR)/proppage.Po
  797. include ./$(DEPDIR)/propsheet.Po
  798. include ./$(DEPDIR)/root.Po
  799. include ./$(DEPDIR)/script.Po
  800. include ./$(DEPDIR)/setup_version.Po
  801. include ./$(DEPDIR)/simpsock.Po
  802. include ./$(DEPDIR)/site.Po
  803. include ./$(DEPDIR)/source.Po
  804. include ./$(DEPDIR)/splash.Po
  805. include ./$(DEPDIR)/state.Po
  806. include ./$(DEPDIR)/threebar.Po
  807. include ./$(DEPDIR)/win32.Po
  808. include ./$(DEPDIR)/window.Po
  809. include csu_util/$(DEPDIR)/MD5Sum.Po
  810. include csu_util/$(DEPDIR)/rfc1738.Po
  811. include csu_util/$(DEPDIR)/version_compare.Po
  812. include libmd5-rfc/$(DEPDIR)/md5.Po
  813.  
  814. .c.o:
  815.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  816.     $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  817.     $(am__mv) $$depbase.Tpo $$depbase.Po
  818. #   source='$<' object='$@' libtool=no \
  819. #   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  820. #   $(COMPILE) -c -o $@ $<
  821.  
  822. .c.obj:
  823.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  824.     $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  825.     $(am__mv) $$depbase.Tpo $$depbase.Po
  826. #   source='$<' object='$@' libtool=no \
  827. #   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  828. #   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  829.  
  830. .c.lo:
  831.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  832.     $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  833.     $(am__mv) $$depbase.Tpo $$depbase.Plo
  834. #   source='$<' object='$@' libtool=yes \
  835. #   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  836. #   $(LTCOMPILE) -c -o $@ $<
  837.  
  838. .cc.o:
  839.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  840.     $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  841.     $(am__mv) $$depbase.Tpo $$depbase.Po
  842. #   source='$<' object='$@' libtool=no \
  843. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  844. #   $(CXXCOMPILE) -c -o $@ $<
  845.  
  846. .cc.obj:
  847.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  848.     $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  849.     $(am__mv) $$depbase.Tpo $$depbase.Po
  850. #   source='$<' object='$@' libtool=no \
  851. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  852. #   $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  853.  
  854. .cc.lo:
  855.     depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  856.     $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  857.     $(am__mv) $$depbase.Tpo $$depbase.Plo
  858. #   source='$<' object='$@' libtool=yes \
  859. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  860. #   $(LTCXXCOMPILE) -c -o $@ $<
  861.  
  862. libinilex_a-inilex.o: inilex.cc
  863.     $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libinilex_a_CXXFLAGS) $(CXXFLAGS) -MT libinilex_a-inilex.o -MD -MP -MF $(DEPDIR)/libinilex_a-inilex.Tpo -c -o libinilex_a-inilex.o `test -f 'inilex.cc' || echo '$(srcdir)/'`inilex.cc
  864.     $(am__mv) $(DEPDIR)/libinilex_a-inilex.Tpo $(DEPDIR)/libinilex_a-inilex.Po
  865. #   source='inilex.cc' object='libinilex_a-inilex.o' libtool=no \
  866. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  867. #   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libinilex_a_CXXFLAGS) $(CXXFLAGS) -c -o libinilex_a-inilex.o `test -f 'inilex.cc' || echo '$(srcdir)/'`inilex.cc
  868.  
  869. libinilex_a-inilex.obj: inilex.cc
  870.     $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libinilex_a_CXXFLAGS) $(CXXFLAGS) -MT libinilex_a-inilex.obj -MD -MP -MF $(DEPDIR)/libinilex_a-inilex.Tpo -c -o libinilex_a-inilex.obj `if test -f 'inilex.cc'; then $(CYGPATH_W) 'inilex.cc'; else $(CYGPATH_W) '$(srcdir)/inilex.cc'; fi`
  871.     $(am__mv) $(DEPDIR)/libinilex_a-inilex.Tpo $(DEPDIR)/libinilex_a-inilex.Po
  872. #   source='inilex.cc' object='libinilex_a-inilex.obj' libtool=no \
  873. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  874. #   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libinilex_a_CXXFLAGS) $(CXXFLAGS) -c -o libinilex_a-inilex.obj `if test -f 'inilex.cc'; then $(CYGPATH_W) 'inilex.cc'; else $(CYGPATH_W) '$(srcdir)/inilex.cc'; fi`
  875.  
  876. .ll.cc:
  877.     $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  878.  
  879. .yy.cc:
  880.     $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
  881.  
  882. mostlyclean-libtool:
  883.     -rm -f *.lo
  884.  
  885. clean-libtool:
  886.     -rm -rf .libs _libs
  887.  
  888. distclean-libtool:
  889.     -rm -f libtool config.lt
  890.  
  891. # This directory's subdirectories are mostly independent; you can cd
  892. # into them and run 'make' without going through this Makefile.
  893. # To change the values of 'make' variables: instead of editing Makefiles,
  894. # (1) if the variable is set in 'config.status', edit 'config.status'
  895. #     (which will cause the Makefiles to be regenerated when you run 'make');
  896. # (2) otherwise, pass the desired values on the 'make' command line.
  897. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  898.     @fail= failcom='exit 1'; \
  899.     for f in x $$MAKEFLAGS; do \
  900.       case $$f in \
  901.         *=* | --[!k]*);; \
  902.         *k*) failcom='fail=yes';; \
  903.       esac; \
  904.     done; \
  905.     dot_seen=no; \
  906.     target=`echo $@ | sed s/-recursive//`; \
  907.     case "$@" in \
  908.       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  909.       *) list='$(SUBDIRS)' ;; \
  910.     esac; \
  911.     for subdir in $$list; do \
  912.       echo "Making $$target in $$subdir"; \
  913.       if test "$$subdir" = "."; then \
  914.         dot_seen=yes; \
  915.         local_target="$$target-am"; \
  916.       else \
  917.         local_target="$$target"; \
  918.       fi; \
  919.       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  920.       || eval $$failcom; \
  921.     done; \
  922.     if test "$$dot_seen" = "no"; then \
  923.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  924.     fi; test -z "$$fail"
  925. tags-recursive:
  926.     list='$(SUBDIRS)'; for subdir in $$list; do \
  927.       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  928.     done
  929. ctags-recursive:
  930.     list='$(SUBDIRS)'; for subdir in $$list; do \
  931.       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  932.     done
  933. cscopelist-recursive:
  934.     list='$(SUBDIRS)'; for subdir in $$list; do \
  935.       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  936.     done
  937.  
  938. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  939.     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  940.     unique=`for i in $$list; do \
  941.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  942.       done | \
  943.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  944.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  945.     mkid -fID $$unique
  946. tags: TAGS
  947.  
  948. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  949.         $(TAGS_FILES) $(LISP)
  950.     set x; \
  951.     here=`pwd`; \
  952.     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  953.       include_option=--etags-include; \
  954.       empty_fix=.; \
  955.     else \
  956.       include_option=--include; \
  957.       empty_fix=; \
  958.     fi; \
  959.     list='$(SUBDIRS)'; for subdir in $$list; do \
  960.       if test "$$subdir" = .; then :; else \
  961.         test ! -f $$subdir/TAGS || \
  962.           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  963.       fi; \
  964.     done; \
  965.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  966.     unique=`for i in $$list; do \
  967.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  968.       done | \
  969.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  970.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  971.     shift; \
  972.     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  973.       test -n "$$unique" || unique=$$empty_fix; \
  974.       if test $$# -gt 0; then \
  975.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  976.           "$$@" $$unique; \
  977.       else \
  978.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  979.           $$unique; \
  980.       fi; \
  981.     fi
  982. ctags: CTAGS
  983. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  984.         $(TAGS_FILES) $(LISP)
  985.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  986.     unique=`for i in $$list; do \
  987.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  988.       done | \
  989.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  990.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  991.     test -z "$(CTAGS_ARGS)$$unique" \
  992.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  993.          $$unique
  994.  
  995. GTAGS:
  996.     here=`$(am__cd) $(top_builddir) && pwd` \
  997.       && $(am__cd) $(top_srcdir) \
  998.       && gtags -i $(GTAGS_ARGS) "$$here"
  999.  
  1000. cscope: cscope.files
  1001.     test ! -s cscope.files \
  1002.       || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  1003.  
  1004. clean-cscope:
  1005.     -rm -f cscope.files
  1006.  
  1007. cscope.files: clean-cscope cscopelist-recursive cscopelist
  1008.  
  1009. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  1010.     list='$(SOURCES) $(HEADERS) $(LISP)'; \
  1011.     case "$(srcdir)" in \
  1012.       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1013.       *) sdir=$(subdir)/$(srcdir) ;; \
  1014.     esac; \
  1015.     for i in $$list; do \
  1016.       if test -f "$$i"; then \
  1017.         echo "$(subdir)/$$i"; \
  1018.       else \
  1019.         echo "$$sdir/$$i"; \
  1020.       fi; \
  1021.     done >> $(top_builddir)/cscope.files
  1022.  
  1023. distclean-tags:
  1024.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1025.     -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  1026.  
  1027. distdir: $(DISTFILES)
  1028.     $(am__remove_distdir)
  1029.     test -d "$(distdir)" || mkdir "$(distdir)"
  1030.     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1031.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1032.     list='$(DISTFILES)'; \
  1033.       dist_files=`for file in $$list; do echo $$file; done | \
  1034.       sed -e "s|^$$srcdirstrip/||;t" \
  1035.           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1036.     case $$dist_files in \
  1037.       */*) $(MKDIR_P) `echo "$$dist_files" | \
  1038.                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1039.                sort -u` ;; \
  1040.     esac; \
  1041.     for file in $$dist_files; do \
  1042.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1043.       if test -d $$d/$$file; then \
  1044.         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1045.         if test -d "$(distdir)/$$file"; then \
  1046.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1047.         fi; \
  1048.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1049.           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1050.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1051.         fi; \
  1052.         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1053.       else \
  1054.         test -f "$(distdir)/$$file" \
  1055.         || cp -p $$d/$$file "$(distdir)/$$file" \
  1056.         || exit 1; \
  1057.       fi; \
  1058.     done
  1059.     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1060.       if test "$$subdir" = .; then :; else \
  1061.         $(am__make_dryrun) \
  1062.           || test -d "$(distdir)/$$subdir" \
  1063.           || $(MKDIR_P) "$(distdir)/$$subdir" \
  1064.           || exit 1; \
  1065.         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  1066.         $(am__relativize); \
  1067.         new_distdir=$$reldir; \
  1068.         dir1=$$subdir; dir2="$(top_distdir)"; \
  1069.         $(am__relativize); \
  1070.         new_top_distdir=$$reldir; \
  1071.         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  1072.         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  1073.         ($(am__cd) $$subdir && \
  1074.           $(MAKE) $(AM_MAKEFLAGS) \
  1075.             top_distdir="$$new_top_distdir" \
  1076.             distdir="$$new_distdir" \
  1077.         am__remove_distdir=: \
  1078.         am__skip_length_check=: \
  1079.         am__skip_mode_fix=: \
  1080.             distdir) \
  1081.           || exit 1; \
  1082.       fi; \
  1083.     done
  1084.     -test -n "$(am__skip_mode_fix)" \
  1085.     || find "$(distdir)" -type d ! -perm -755 \
  1086.         -exec chmod u+rwx,go+rx {} \; -o \
  1087.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1088.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1089.       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1090.     || chmod -R a+r "$(distdir)"
  1091. dist-gzip: distdir
  1092.     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1093.     $(am__post_remove_distdir)
  1094. dist-bzip2: distdir
  1095.     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1096.     $(am__post_remove_distdir)
  1097.  
  1098. dist-lzip: distdir
  1099.     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  1100.     $(am__post_remove_distdir)
  1101.  
  1102. dist-xz: distdir
  1103.     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  1104.     $(am__post_remove_distdir)
  1105.  
  1106. dist-tarZ: distdir
  1107.     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1108.     $(am__post_remove_distdir)
  1109.  
  1110. dist-shar: distdir
  1111.     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  1112.     $(am__post_remove_distdir)
  1113.  
  1114. dist-zip: distdir
  1115.     -rm -f $(distdir).zip
  1116.     zip -rq $(distdir).zip $(distdir)
  1117.     $(am__post_remove_distdir)
  1118.  
  1119. dist dist-all:
  1120.     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  1121.     $(am__post_remove_distdir)
  1122.  
  1123. # This target untars the dist file and tries a VPATH configuration.  Then
  1124. # it guarantees that the distribution is self-contained by making another
  1125. # tarfile.
  1126. distcheck: dist
  1127.     case '$(DIST_ARCHIVES)' in \
  1128.     *.tar.gz*) \
  1129.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  1130.     *.tar.bz2*) \
  1131.       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1132.     *.tar.lz*) \
  1133.       lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1134.     *.tar.xz*) \
  1135.       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1136.     *.tar.Z*) \
  1137.       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1138.     *.shar.gz*) \
  1139.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  1140.     *.zip*) \
  1141.       unzip $(distdir).zip ;;\
  1142.     esac
  1143.     chmod -R a-w $(distdir)
  1144.     chmod u+w $(distdir)
  1145.     mkdir $(distdir)/_build $(distdir)/_inst
  1146.     chmod a-w $(distdir)
  1147.     test -d $(distdir)/_build || exit 0; \
  1148.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1149.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1150.       && am__cwd=`pwd` \
  1151.       && $(am__cd) $(distdir)/_build \
  1152.       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  1153.         $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1154.         $(DISTCHECK_CONFIGURE_FLAGS) \
  1155.       && $(MAKE) $(AM_MAKEFLAGS) \
  1156.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1157.       && $(MAKE) $(AM_MAKEFLAGS) check \
  1158.       && $(MAKE) $(AM_MAKEFLAGS) install \
  1159.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1160.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1161.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1162.             distuninstallcheck \
  1163.       && chmod -R a-w "$$dc_install_base" \
  1164.       && ({ \
  1165.            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1166.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1167.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1168.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1169.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1170.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1171.       && rm -rf "$$dc_destdir" \
  1172.       && $(MAKE) $(AM_MAKEFLAGS) dist \
  1173.       && rm -rf $(DIST_ARCHIVES) \
  1174.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1175.       && cd "$$am__cwd" \
  1176.       || exit 1
  1177.     $(am__post_remove_distdir)
  1178.     @(echo "$(distdir) archives ready for distribution: "; \
  1179.       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1180.       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1181. distuninstallcheck:
  1182.     @test -n '$(distuninstallcheck_dir)' || { \
  1183.       echo 'ERROR: trying to run $@ with an empty' \
  1184.            '$$(distuninstallcheck_dir)' >&2; \
  1185.       exit 1; \
  1186.     }; \
  1187.     $(am__cd) '$(distuninstallcheck_dir)' || { \
  1188.       echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1189.       exit 1; \
  1190.     }; \
  1191.     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1192.        || { echo "ERROR: files left after uninstall:" ; \
  1193.             if test -n "$(DESTDIR)"; then \
  1194.               echo "  (check DESTDIR support)"; \
  1195.             fi ; \
  1196.             $(distuninstallcheck_listfiles) ; \
  1197.             exit 1; } >&2
  1198. distcleancheck: distclean
  1199.     @if test '$(srcdir)' = . ; then \
  1200.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1201.       exit 1 ; \
  1202.     fi
  1203.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1204.       || { echo "ERROR: files left in build directory after distclean:" ; \
  1205.            $(distcleancheck_listfiles) ; \
  1206.            exit 1; } >&2
  1207. check-am: all-am
  1208. check: $(BUILT_SOURCES)
  1209.     $(MAKE) $(AM_MAKEFLAGS) check-recursive
  1210. all-am: Makefile $(LIBRARIES) $(PROGRAMS)
  1211. installdirs: installdirs-recursive
  1212. installdirs-am:
  1213. install: $(BUILT_SOURCES)
  1214.     $(MAKE) $(AM_MAKEFLAGS) install-recursive
  1215. install-exec: install-exec-recursive
  1216. install-data: install-data-recursive
  1217. uninstall: uninstall-recursive
  1218.  
  1219. install-am: all-am
  1220.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1221.  
  1222. installcheck: installcheck-recursive
  1223. install-strip:
  1224.     if test -z '$(STRIP)'; then \
  1225.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1226.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1227.           install; \
  1228.     else \
  1229.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1230.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1231.         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1232.     fi
  1233. mostlyclean-generic:
  1234.  
  1235. clean-generic:
  1236.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1237.  
  1238. distclean-generic:
  1239.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1240.     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1241.     -rm -f csu_util/$(DEPDIR)/$(am__dirstamp)
  1242.     -rm -f csu_util/$(am__dirstamp)
  1243.     -rm -f libmd5-rfc/$(DEPDIR)/$(am__dirstamp)
  1244.     -rm -f libmd5-rfc/$(am__dirstamp)
  1245.  
  1246. maintainer-clean-generic:
  1247.     @echo "This command is intended for maintainers to use"
  1248.     @echo "it deletes files that may require special tools to rebuild."
  1249.     -rm -f inilex.cc
  1250.     -rm -f iniparse.cc
  1251.     -rm -f iniparse.hh
  1252.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  1253. clean: clean-recursive
  1254.  
  1255. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  1256.     clean-noinstPROGRAMS mostlyclean-am
  1257.  
  1258. distclean: distclean-recursive
  1259.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1260.     -rm -rf ./$(DEPDIR) csu_util/$(DEPDIR) libmd5-rfc/$(DEPDIR)
  1261.     -rm -f Makefile
  1262. distclean-am: clean-am distclean-compile distclean-generic \
  1263.     distclean-libtool distclean-tags
  1264.  
  1265. dvi: dvi-recursive
  1266.  
  1267. dvi-am:
  1268.  
  1269. html: html-recursive
  1270.  
  1271. html-am:
  1272.  
  1273. info: info-recursive
  1274.  
  1275. info-am:
  1276.  
  1277. install-data-am:
  1278.  
  1279. install-dvi: install-dvi-recursive
  1280.  
  1281. install-dvi-am:
  1282.  
  1283. install-exec-am:
  1284.  
  1285. install-html: install-html-recursive
  1286.  
  1287. install-html-am:
  1288.  
  1289. install-info: install-info-recursive
  1290.  
  1291. install-info-am:
  1292.  
  1293. install-man:
  1294.  
  1295. install-pdf: install-pdf-recursive
  1296.  
  1297. install-pdf-am:
  1298.  
  1299. install-ps: install-ps-recursive
  1300.  
  1301. install-ps-am:
  1302.  
  1303. installcheck-am:
  1304.  
  1305. maintainer-clean: maintainer-clean-recursive
  1306.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1307.     -rm -rf $(top_srcdir)/autom4te.cache
  1308.     -rm -rf ./$(DEPDIR) csu_util/$(DEPDIR) libmd5-rfc/$(DEPDIR)
  1309.     -rm -f Makefile
  1310. maintainer-clean-am: distclean-am maintainer-clean-generic
  1311.  
  1312. mostlyclean: mostlyclean-recursive
  1313.  
  1314. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1315.     mostlyclean-libtool
  1316.  
  1317. pdf: pdf-recursive
  1318.  
  1319. pdf-am:
  1320.  
  1321. ps: ps-recursive
  1322.  
  1323. ps-am:
  1324.  
  1325. uninstall-am:
  1326.  
  1327. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
  1328.     cscopelist-recursive ctags-recursive install install-am \
  1329.     install-strip tags-recursive
  1330.  
  1331. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  1332.     all all-am am--refresh check check-am clean clean-cscope \
  1333.     clean-generic clean-libtool clean-noinstLIBRARIES \
  1334.     clean-noinstPROGRAMS cscope cscopelist cscopelist-recursive \
  1335.     ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  1336.     dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
  1337.     distclean distclean-compile distclean-generic \
  1338.     distclean-libtool distclean-tags distcleancheck distdir \
  1339.     distuninstallcheck dvi dvi-am html html-am info info-am \
  1340.     install install-am install-data install-data-am install-dvi \
  1341.     install-dvi-am install-exec install-exec-am install-html \
  1342.     install-html-am install-info install-info-am install-man \
  1343.     install-pdf install-pdf-am install-ps install-ps-am \
  1344.     install-strip installcheck installcheck-am installdirs \
  1345.     installdirs-am maintainer-clean maintainer-clean-generic \
  1346.     mostlyclean mostlyclean-compile mostlyclean-generic \
  1347.     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  1348.     uninstall uninstall-am
  1349.  
  1350.  
  1351. setup_version.c : $(srcdir)/ChangeLog Makefile
  1352.     (echo '#define VERSION_PREFIX "%%% setup-version"';\
  1353.     echo 'static const char version_store[] = VERSION_PREFIX " '${VER}'";';\
  1354.     echo 'const char *setup_version = version_store + sizeof (VERSION_PREFIX);') > version.tmp
  1355.     mv version.tmp setup_version.c
  1356.  
  1357. .rc.o:
  1358.     $(WINDRES) --include-dir $(srcdir) -o $@ $<
  1359.  
  1360. res.o:  $(wildcard res*.rc)
  1361.  
  1362. # this target creates:
  1363. #   setup-x.yyy.exe             (UPXed stripped exe)
  1364. #   setup-debug-x.yyy.exe.gz    (gzipped unstripped exe)
  1365. #   setup-x.yyy.tar.bz2         (source)
  1366. release: setup.exe $(srcdir)/ChangeLog Makefile
  1367.     $(MAKE) dist-bzip2 distdir=setup-${VER}
  1368.     cp -p setup.exe setup-debug-${VER}.exe
  1369.     gzip -9 setup-debug-${VER}.exe
  1370.     cp -p setup.exe setup-${VER}.exe
  1371.     $(STRIP) setup-${VER}.exe
  1372.     upx --best setup-${VER}.exe
  1373.  
  1374. # Create a snapshot and upload it (requires write access)
  1375. snapshot: release
  1376.     scp -C setup-${VER}.exe setup-debug-${VER}.exe.gz setup-${VER}.tar.bz2 \
  1377.         $${cygwinsite}:setup-snapshots/
  1378.  
  1379. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1380. # Otherwise a system limit (for SysV at least) may be exceeded.
  1381. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement