## Process this file with automake to produce Makefile.in # # $Id$ # # Copyright (c) 2000, Red Hat, Inc. # Copyright (c) 2002, Robert Collins # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # A copy of the GNU General Public License can be found at # http://www.gnu.org/ # # Written by Christopher Faylor # and Robert Collins # # Makefile for Cygwin installer AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.6 foreign DIST_SUBDIRS = libgetopt++ tests SUBDIRS = libgetopt++ tests ## DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]* # We would like to use -Winline for C++ as well, but some STL code triggers # this warning. (Bug verified present in gcc-3.3) BASECXXFLAGS = -Wall -Wpointer-arith -Wcomments -Wcast-align -Wwrite-strings AM_CXXFLAGS = -Werror $(BASECXXFLAGS) AM_CFLAGS = $(AM_CXXFLAGS) -Wmissing-declarations -Winline \ -Wstrict-prototypes -Wmissing-prototypes WINDRES := @WINDRES@ INCLUDES = -I$(srcdir)/libgetopt++/include -I/usr/include/mingw noinst_PROGRAMS = \ setup \ @INILINT@ EXTRA_PROGRAMS = inilint ## noinst_PROGRAMS +=inilint EXTRA_DIST = \ CHANGES \ CONTRIBUTORS \ bootstrap.sh \ check-na.bmp \ check-no.bmp \ check-yes.bmp \ choose-rtarrow.bmp \ choose-spin.bmp \ cygwin.ico \ inilex.l \ iniparse.y \ libmd5-rfc/README \ libmd5-rfc/md5main.c \ setup.exe.manifest BUILT_SOURCES = setup_version.c \ inilex.cc \ iniparse.cc if MINGWTARGET inilint_extras = \ autoload.c \ mklink2.cc else inilint_extras = endif inilint_LDADD = libgetopt++/libgetopt++.la -luser32 -lkernel32 inilint_SOURCES = \ filemanip.cc \ filemanip.h \ find.cc \ find.h \ FindVisitor.cc \ FindVisitor.h \ LogSingleton.cc \ LogSingleton.h \ IniDBBuilder.cc \ IniDBBuilder.h \ inilex.cc \ inilintmain.cc \ iniparse.cc \ iniparse.h \ IniParseFeedback.cc \ IniParseFeedback.h \ io_stream.h \ io_stream.cc \ io_stream_file.h \ io_stream_file.cc \ IOStreamProvider.h \ mkdir.cc \ mkdir.h \ PackageSpecification.cc \ PackageSpecification.h \ PackageTrust.h \ csu_util/rfc1738.cc \ csu_util/rfc1738.h \ String++.cc \ String++.h \ $(inilint_extras) # Obviously we are not really building a program called warnonly # However, this dance was the most non-invasive way I could find # of varying CFLAGS for a single file EXTRA_PROGRAMS += warnonly warnonly_CXXFLAGS = $(BASECXXFLAGS) warnonly_SOURCES = inilex.cc EXTRA_setup_SOURCES = $(warnonly_SOURCES) setup_LDADD = warnonly-inilex.o res.o \ libgetopt++/libgetopt++.la \ /usr/lib/mingw/libbz2.a \ /usr/lib/mingw/libz.a \ -luser32 -lkernel32 \ -lcomctl32 -lole32 -lwsock32 -lnetapi32 -ladvapi32 -luuid setup_LDFLAGS = -mwindows setup_SOURCES = \ AntiVirus.cc \ AntiVirus.h \ archive.cc \ archive.h \ archive_tar.cc \ archive_tar.h \ archive_tar_file.cc \ autoload.c \ category.cc \ category.h \ choose.cc \ choose.h \ compress.cc \ compress.h \ compress_bz.cc \ compress_bz.h \ compress_gz.cc \ compress_gz.h \ ConnectionSetting.cc \ ConnectionSetting.h \ ControlAdjuster.cc \ ControlAdjuster.h \ cygpackage.cc \ cygpackage.h \ desktop.cc \ desktop.h \ dialog.cc \ dialog.h \ diskfull.cc \ diskfull.h \ download.cc \ download.h \ Exception.cc \ Exception.h \ find.cc \ find.h \ FindVisitor.cc \ FindVisitor.h \ filemanip.cc \ filemanip.h \ fromcwd.cc \ Generic.h \ geturl.cc \ geturl.h \ ini.cc \ ini.h \ IniDBBuilder.cc \ IniDBBuilder.h \ IniDBBuilderPackage.cc \ IniDBBuilderPackage.h \ iniparse.cc \ iniparse.h \ IniParseFeedback.cc \ IniParseFeedback.h \ IniParseFindVisitor.cc \ IniParseFindVisitor.h \ install.cc \ io_stream.cc \ io_stream.h \ io_stream_cygfile.cc \ io_stream_cygfile.h \ io_stream_file.cc \ io_stream_file.h \ io_stream_memory.cc \ io_stream_memory.h \ IOStreamProvider.h \ localdir.cc \ localdir.h \ LogFile.cc \ LogFile.h \ LogSingleton.cc \ LogSingleton.h \ main.cc \ mkdir.cc \ mkdir.h \ mklink2.cc \ mklink2.h \ mount.cc \ mount.h \ msg.cc \ msg.h \ net.cc \ net.h \ netio.cc \ netio.h \ nio-ie5.cc \ nio-ie5.h \ nio-file.cc \ nio-file.h \ nio-ftp.cc \ nio-ftp.h \ nio-http.cc \ nio-http.h \ package_db.cc \ package_db.h \ package_meta.cc \ package_meta.h \ package_source.cc \ package_source.h \ package_version.cc \ package_version.h \ PackageSpecification.cc \ PackageSpecification.h \ PackageTrust.h \ PickCategoryLine.cc \ PickCategoryLine.h \ PickLine.h \ PickPackageLine.cc \ PickPackageLine.h \ PickView.cc \ PickView.h \ postinstall.cc \ proppage.cc \ proppage.h \ propsheet.cc \ propsheet.h \ RECTWrapper.h \ res.rc \ resource.h \ root.cc \ root.h \ ScanFindVisitor.cc \ ScanFindVisitor.h \ script.cc \ script.h \ setup_version.h \ setup_version.c \ simpsock.cc \ simpsock.h \ site.cc \ site.h \ source.cc \ source.h \ SourceSetting.cc \ SourceSetting.h \ splash.cc \ splash.h \ state.cc \ state.h \ String++.cc \ String++.h \ threebar.cc \ threebar.h \ UserSetting.cc \ UserSetting.h \ UserSettings.cc \ UserSettings.h \ win32.h \ window.cc \ window.h \ csu_util/MD5Sum.cc \ csu_util/MD5Sum.h \ csu_util/rfc1738.cc \ csu_util/rfc1738.h \ csu_util/version_compare.cc \ csu_util/version_compare.h \ libmd5-rfc/md5.c \ libmd5-rfc/md5.h setup_version.c : $(srcdir)/ChangeLog Makefile V=`sed -ne 's/^\$$Revi[s]ion: *\([^ ]*\) *$$.*/\1/p' \ $(srcdir)/ChangeLog` ;\ (echo '#define VERSION_PREFIX "%%% setup-version"';\ echo 'static const char version_store[] = VERSION_PREFIX " '$$V'";';\ echo 'const char *setup_version = version_store + sizeof (VERSION_PREFIX);') > version.tmp;\ mv version.tmp setup_version.c %.o: %.rc $(WINDRES) --preprocessor "$(CC) -E -xc-header -DRC_INVOKED" --include-dir $(srcdir) -o $@ $< iniparse.cc iniparse.h : iniparse.y bison -d -o iniparse.cc $(srcdir)/iniparse.y @mv iniparse.cc.h iniparse.h 2>/dev/null || mv iniparse.hh iniparse.h inilex.cc : inilex.l iniparse.h flex -8 $(srcdir)/inilex.l mv lex.yy.c inilex.cc # Make a distribution package and tarball release: setup$(EXEEXT) dist-all $(srcdir)/ChangeLog Makefile $(STRIP) setup.exe && \ upx --best setup.exe && \ V=`sed -ne 's/^\$$Revi[s]ion: *\([^ ]*\) *$$.*/\1/p' \ $(srcdir)/ChangeLog` ;\ mv setup.exe setup-$${V}.exe && \ mv setup-0.tar.bz2 setup-$${V}.tar.bz2 && \ tar cjf setup-$${V}-1-src.tar.bz2 setup-$${V}.tar.bz2 # Create a snapshot and upload it (requires write access) snapshot: release V=`sed -ne 's/^\$$Revi[s]ion: *\([^ ]*\) *$$.*/\1/p' \ $(srcdir)/ChangeLog` ;\ scp -C setup-$${V}.exe setup-$${V}.tar.bz2 $${cygwinsite}:setup-snapshots/