diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
| commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
| tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/Makefile.in | |
| parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) | |
httrack 3.30.1
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1052 |
1 files changed, 637 insertions, 415 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 57bf1d3..22590c6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,417 +1,639 @@ -# HTTrack Website Copier, Offline Browser for Windows and Unix -# Copyright (C) Xavier Roche and other contributors -# -# 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 any later version. -# +# Makefile.in generated by automake 1.7 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + # This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# Version: 1.3 (09/2001) -# Usage: just type 'make' - -# Generated by configure -AUTONAME = -#__AUTONAME__ - - -### Makefile commands -SHELL = /bin/sh -MAIN = -CC = gcc -CFLAGS = __CFLAGS__ -# threads -LFLAGS = __LFLAGS__ __LFLAGS2__ __LFLAGS3__ - - -BINARIES = htscore.o htsback.o htscache.o\ - htscatchurl.o htsfilters.o htsftp.o htshash.o\ - htshelp.o htsjava.o htslib.o htscoremain.o\ - htsname.o htsrobots.o htstools.o htswizard.o\ - htsalias.o htsthread.o htsindex.o\ - htsbauth.o htsmd5.o\ - htswrap.o md5.o htszlib.o\ - htsnostatic.o \ - httrack.o - -SOBINARIES = htscore.o htsback.o htscache.o\ - htscatchurl.o htsfilters.o htsftp.o htshash.o\ - htshelp.o htsjava.o htslib.o htscoremain.o\ - htsname.o htsrobots.o htstools.o htswizard.o\ - htsalias.o htsthread.o htsindex.o\ - htsbauth.o htsmd5.o htszlib.o\ - htsnostatic.o \ - htswrap.o md5.o - -MAINBIN = httrack.c - -BOUTPUT = httrack -BOUTPUTSO = libhttrack.so -DOCS = ../HelpHtml ../templates ../httrack-doc.html ../COPYING ../INSTALL ../README ../*.txt -HTSSYSTEM = htssystem.h -BINPATH = __BINPATH__ -ETCPATH = __ETCPATH__ -LIBPATH = __LIBPATH__ -PREFIX = __PREFIX__ - -## Defines for "library" (program compiled with HTTrack) -BINARIES_LIB = example.o httracklib.o\ - src/htscore.o src/htsback.o src/htscache.o\ - src/htscatchurl.o src/htsfilters.o src/htsftp.o src/htshash.o\ - src/htshelp.o src/htsjava.o src/htslib.o src/htscoremain.o\ - src/htsname.o src/htsrobots.o src/htstools.o src/htswizard.o\ - src/htsalias.o src/htsthread.o src/htsindex.o\ - src/htsbauth.o src/htsmd5.o htszlib.o\ - src/htsshow.o src/htswrap.o\ - src/htsnostatic.o \ - src/md5.o -BOUTPUT_LIB = example -HTSSYSTEM_LIB = src/htssystem.h - -# in_addr_t problems : -# In case of problems during compiling, -# make htss -# edit htssystem.h and add the following line: -# #define HTS_DO_NOT_REDEFINE_in_addr_t -# make manual - - -# Keywords for build types (example: make linux) -MAKE_LINUX = linux -MAKE_NETBSD = netbsd -MAKE_OPENBSD = openbsd -MAKE_SOLARIS = solaris -MAKE_AIX = aix -MAKE_STD = standard -MAKE_STD2 = standard2 -MAKE_STD3 = standard3 -MAKE_STD4 = standard4 -### -MAKE_LIB = build_httracklib -### -MAKE_AUTO = auto -### - -# First, detect OS Type -# If your make does not recognize this, change it! -SHORTUNAME = $(shell uname) -FULLUNAME = $(shell uname -a) - -### Targets: - -# Default target, attempt to use uname if necessary -# if uname is empty, display info message -all : - @if test -n "$(AUTONAME)"; then\ - $(MAKE) $(AUTONAME);\ - elif test -n "$(SHORTUNAME)"; then\ - $(MAKE) $(SHORTUNAME);\ - else\ - $(MAKE) help;\ - fi - -# If we can not detect the OS Type, show a message info -help : - @clear - @echo "" - @echo "Welcome to HTTrack Website Copier install!" - @echo "-----------------------------------------" - @echo "" - @echo "1. To make HTTrack, just type in:" - @echo " make $(MAKE_LINUX)" - @echo " or" - @echo " make $(MAKE_NETBSD)" - @echo " or" - @echo " make $(MAKE_OPENBSD)" - @echo " or" - @echo " make $(MAKE_SOLARIS)" - @echo " or" - @echo " make $(MAKE_AIX)" - @echo " or" - @echo " make $(MAKE_STD)" - @echo " or (problems with in_addr_t)" - @echo " make $(MAKE_STD2)" - @echo " or (problems with 64-bit)" - @echo " make $(MAKE_STD3)" - @echo " or (problems with both in_addr_t and 64-bit)" - @echo " make $(MAKE_STD4)" - @echo "" - @echo "According to your OS type" - @echo "(example: type in 'make $(MAKE_LINUX)' if you compile HTTrack with linux)" - @echo - @echo "Or, if it does not work, you can try " - @echo " make htss" - @echo " edit htssystem.h (check OS type), and add the following line:" - @echo " #define HTS_DO_NOT_REDEFINE_in_addr_t" - @echo " make manual" - @echo - @echo "2. Then, type in 'make install' to copy httrack to $(BINPATH)" - @echo " or just use ./httrack to launch the program" - @echo "" - @echo "3. Build problems, type in:" - @echo " make moreinfo" - @echo "" - @echo "Have fun with HTTrack Website Copier!" - @echo "" -info : help - -# Troubleshooter -moreinfo : - @echo "Known problems:" - @echo "" - @echo "\`in_addr_t' undeclared (first use this function)" - @echo "see in_addr_t problems in Makefile" - @echo "" - -### - -## Build Targets (this is the name given by 'uname') -Linux : $(MAKE_LINUX) -SunOS : $(MAKE_SOLARIS) -AIX : $(MAKE_AIX) -NetBSD : $(MAKE_NETBSD) -OpenBSD : $(MAKE_OPENBSD) - -### Build Targets (standard types) -default : firstinfo htssystem htssystem_default build_default strip clean lastinfo -$(MAKE_LINUX) : firstinfo htssystem htssystem_linux build_default strip clean lastinfo -$(MAKE_SOLARIS) : firstinfo htssystem htssystem_solaris build_solaris strip clean lastinfo -$(MAKE_AIX) : firstinfo htssystem htssystem_aix build_default strip clean lastinfo -$(MAKE_NETBSD) : firstinfo htssystem htssystem_netbsd build_default strip clean lastinfo -$(MAKE_OPENBSD) : firstinfo htssystem htssystem_openbsd build_nopthread strip clean lastinfo -$(MAKE_STD) : firstinfo htssystem htssystem_default build_default strip clean lastinfo -$(MAKE_STD2) : firstinfo htssystem htssystem_default2 build_default strip clean lastinfo -$(MAKE_STD3) : firstinfo htssystem htssystem_default3 build_default strip clean lastinfo -$(MAKE_STD4) : firstinfo htssystem htssystem_default4 build_default strip clean lastinfo -### Defines for "library" (program compiled with HTTrack) -$(MAKE_LIB) : build_lib strip_lib clean_lib lastinfo -### -$(MAKE_AUTO) : __MAKEAUTO__ -### - -## Defines for OSes -lib_default : htssystem htssystem_default addhtssystem_lib info_lib -lib_linux : htssystem htssystem_linux addhtssystem_lib info_lib -lib_solaris : htssystem htssystem_solaris addhtssystem_lib info_lib -lib_aix : htssystem htssystem_aix addhtssystem_lib info_lib -lib_netbsd : htssystem htssystem_netbsd addhtssystem_lib info_lib -lib_openbsd : htssystem htssystem_openbsd addhtssystem_lib info_lib -lib_std : htssystem htssystem_default addhtssystem_lib info_lib - - -# manual build -htss : htssystem htssystem_default -manual : build_default strip clean lastinfo - -# Creates htssystem.h file -htssystem : - @echo "/* HTTrack, Offline Browser for Windows and Unix */" > $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - @echo "/* HTTrack system definition */" >> $(HTSSYSTEM) - @echo "/* This should be the only file you have to change */" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - @echo "/* Solaris: 0 / Windows: 1 / AIX: 2 / Linux: 3 */" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - @echo "/* Fix plateform number to 0 (SunOS) */" >> $(HTSSYSTEM) - @echo "/* If it doesn't compile, try another one */" >> $(HTSSYSTEM) - -htssystem_solaris : - @echo "#define HTS_PLATFORM 0" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_LITTLE_ENDIAN" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_aix : - @echo "#define HTS_PLATFORM 2" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_LITTLE_ENDIAN" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_linux : - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_netbsd: - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_REDEFINE_in_addr_t" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_openbsd: - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_REDEFINE_in_addr_t" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_USE_PTHREAD" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_USE_UID" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_nopthread: - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_USE_PTHREAD" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_default : - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_default2 : - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_REDEFINE_in_addr_t" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_default3 : - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_NO_64_BIT" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -htssystem_default4 : - @echo "#define HTS_PLATFORM 3" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define HTS_DO_NOT_REDEFINE_in_addr_t" >> $(HTSSYSTEM) - @echo "#define HTS_NO_64_BIT" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -# Generated by configure -htssystem_auto : - @echo "#define HTS_PLATFORM __PLATFORM__" >> $(HTSSYSTEM) - @echo "#define HTS_PLATFORM_NAME \"$(FULLUNAME)\"" >> $(HTSSYSTEM) - @echo "#define __DEFINEUID__" >> $(HTSSYSTEM) - @echo "#define __DEFINEINA__" >> $(HTSSYSTEM) - @echo "#define __DEFINEPTH__" >> $(HTSSYSTEM) - @echo "#define __DEFINE64B__" >> $(HTSSYSTEM) - @echo "#define __DEFINEFTI__" >> $(HTSSYSTEM) - @echo "#define HTS_PREFIX \"__DEFINEPRE__\"" >> $(HTSSYSTEM) - @echo "#define HTS_BINPATH \"__BINPATH__\"" >> $(HTSSYSTEM) - @echo "#define HTS_ETCPATH \"__ETCPATH__\"" >> $(HTSSYSTEM) - @echo "#define HTS_LIBPATH \"__LIBPATH__\"" >> $(HTSSYSTEM) - @echo "#define HTS_USEZLIB __ZLIB__" >> $(HTSSYSTEM) - @echo "#define HTS_ALIGN __PTRALIGN__" >> $(HTSSYSTEM) - @echo "#define HTS_INET6 __INET6__" >> $(HTSSYSTEM) - @echo "#define HTS_USEOPENSSL __SSL__" >> $(HTSSYSTEM) - -## Defines for "library" (program compiled with HTTrack) -addhtssystem_lib : - @echo "/* Extended functions */" >> $(HTSSYSTEM) - @echo "#define HTS_ANALYSTE 2" >> $(HTSSYSTEM) - @echo "" >> $(HTSSYSTEM) - -# Info message before build -firstinfo : - @echo "Building all, please wait" - @echo "In case of problems, type in:" - @echo "make help" - @echo "" - @echo "OS TYPE: $(SHORTUNAME)" - @echo "Make mode: $(MAKECMDGOALS)" - @echo - -## -info_lib : - @echo "Please copy htssystem.h to src/htssystem.h by typing:" - @echo "cp htssystem.h src/htssystem.h" - -### Targets for compiling -build_solaris : $(BINARIES) - $(CC) $(CFLAGS) $(BINARIES) -o $(BOUTPUT) $(LFLAGS) -lnsl -lsocket - chmod 755 $(BOUTPUT) - -build_nopthread: $(BINARIES) - $(CC) $(NOPCFLAGS) $(BINARIES) -o $(BOUTPUT) $(NOPLFLAGS) - chmod 755 $(BOUTPUT) - -build_default : $(BINARIES) - $(CC) $(CFLAGS) $(BINARIES) -o $(BOUTPUT) $(LFLAGS) - chmod 755 $(BOUTPUT) - -## Defines for "library" (program compiled with HTTrack) -build_lib : $(BINARIES_LIB) - $(CC) $(CFLAGS) $(BINARIES_LIB) -o $(BOUTPUT_LIB) $(LFLAGS) - chmod 644 $(BOUTPUT_LIB) - -## Auto -build_auto : build_bin__DYNAMIC__ - -build_bin : $(BINARIES) - $(CC) $(CFLAGS) $(BINARIES) -o $(BOUTPUT) $(LFLAGS) - chmod 755 $(BOUTPUT) - -build_binso : $(SOBINARIES) - $(CC) $(CFLAGS) -shared -Wl,-x,-soname,$(BOUTPUTSO) -o $(BOUTPUTSO) $(SOBINARIES) -lc $(LFLAGS) - $(CC) -L. -lhttrack $(MAINBIN) -o $(BOUTPUT) - chmod 755 $(BOUTPUT) - -## -# Strip file so that is can be shorter -strip : - strip --strip-all $(BOUTPUT) || strip $(BOUTPUT) - __STRIPLIB__ - -strip_lib : - strip --strip-unneeded $(BOUTPUT_LIB) - -# Cleaning up.. -clean : - rm -f $(BINARIES) - -## Defines for "library" (program compiled with HTTrack) -clean_lib : - rm -f $(BINARIES_LIB) - -# Bye bye -lastinfo : - @echo "Build successful" - -# Installing httrack into the correct folder -install : __INSTALL__ -uninstall : remove -remove : __UNINSTALL__ - -# Install docs -docinstall : - (mkdir -p "$(PREFIX)/doc/httrack" && chmod 755 "$(PREFIX)/doc/httrack") || true - cp -fR $(DOCS) "$(PREFIX)/doc/httrack/" - -# Uninstall docs -docremove : - rm -rf "$(PREFIX)/doc/httrack" - -# Install binaries and conf files -bininstall : - @echo "Copying $(BOUTPUT) to $(BINPATH).." - test ! -d "$(BINPATH)" && (mkdir -p "$(BINPATH)" && chmod 755 "$(BINPATH)") || true - cp -f $(BOUTPUT) $(BINPATH) - chmod 755 $(BINPATH)/$(BOUTPUT) - -libremove : - rm -f "$(LIBPATH)/$(BOUTPUTSO)" - test -L "$(PREFIX)/lib/$(BOUTPUTSO).1" && rm -f "$(PREFIX)/lib/$(BOUTPUTSO).1" || true - -libinstall : - @echo "Copying $(BOUTPUTSO) to $(LIBPATH)/.." - test ! -d "$(LIBPATH)" && (mkdir -p "$(LIBPATH)" && chmod 755 "$(LIBPATH)") || true - cp -f $(BOUTPUTSO) $(LIBPATH)/ - chmod 644 $(LIBPATH)/$(BOUTPUTSO) - ln -sf "$(BOUTPUTSO)" "$(PREFIX)/lib/$(BOUTPUTSO).1" - - -# Uninstall binaries -binremove : - rm -f $(BINPATH)/$(BOUTPUT) - rm -f $(ETCPATH)/httrack.conf - -# Configure program -config : - @./postinst-config - -### +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +#SUBDIRS = swf + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFAULT_CFLAGS = @DEFAULT_CFLAGS@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DL_LIBS = @DL_LIBS@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LFS_FLAG = @LFS_FLAG@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SOCKET_LIBS = @SOCKET_LIBS@ +STRIP = @STRIP@ +THREADS_CFLAGS = @THREADS_CFLAGS@ +THREADS_LIBS = @THREADS_LIBS@ +V6_FLAG = @V6_FLAG@ +VERSION = @VERSION@ +VERSION_INFO = @VERSION_INFO@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ + +DevIncludesdir = $(includedir)/httrack +DevIncludes_DATA = httrack-library.h \ + htsglobal.h \ + htsopt.h \ + htswrap.h \ + htssystem.h \ + htsconfig.h \ + ../config.h \ + htsmodules.h \ + htsbasenet.h \ + htsbauth.h + + +INCLUDES = \ + @DEFAULT_CFLAGS@ \ + @THREADS_CFLAGS@ \ + @V6_FLAG@ \ + @LFS_FLAG@ \ + -DPREFIX=\""$(prefix)"\" \ + -DSYSCONFDIR=\""$(sysconfdir)"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DLIBDIR=\""$(libdir)"\" + + +bin_PROGRAMS = httrack htsserver + +httrack_LDADD = $(THREADS_LIBS) -lhttrack +htsserver_LDADD = $(THREADS_LIBS) $(SOCKET_LIBS) -lhttrack + +lib_LTLIBRARIES = libhttrack.la + +htsserver_SOURCES = htsserver.c htsserver.h htsweb.c htsweb.h + +whttrackrundir = $(bindir) +whttrackrun_SCRIPTS = webhttrack + +libhttrack_la_SOURCES = htscore.c htsparse.c htsback.c htscache.c \ + htscatchurl.c htsfilters.c htsftp.c htshash.c htsinthash.c \ + htshelp.c htsjava.c htslib.c htscoremain.c \ + htsname.c htsrobots.c htstools.c htswizard.c \ + htsalias.c htsthread.c htsindex.c htsbauth.c \ + htsmd5.c htszlib.c htsnostatic.c htswrap.c \ + htsmodules.c \ + md5.c \ + hts-indextmpl.h htsalias.h htsback.h htsbase.h \ + htsbasenet.h htsbauth.h htscache.h htscatchurl.h \ + htsconfig.h htscore.h htsparse.h htscoremain.h htsdefines.h \ + htsfilters.h htsftp.h htsglobal.h htshash.h htsinthash.h \ + htshelp.h htsindex.h htsjava.h htslib.h htsmd5.h \ + htsmodules.h htsname.h htsnet.h htsnostatic.h \ + htsopt.h htsrobots.h htssystem.h htsthread.h \ + htstools.h htswizard.h htswrap.h htszlib.h \ + httrack-library.h md5.h + + +libhttrack_la_LIBADD = $(THREADS_LIBS) $(DL_LIBS) $(SOCKET_LIBS) +libhttrack_la_LDFLAGS = -version-info $(VERSION_INFO) + +EXTRA_DIST = httrack.h webhttrack \ + httrack.dsp httrack.dsw \ + webhttrack.dsp webhttrack.dsw + +subdir = src +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(lib_LTLIBRARIES) + +libhttrack_la_DEPENDENCIES = +am_libhttrack_la_OBJECTS = htscore.lo htsparse.lo htsback.lo htscache.lo \ + htscatchurl.lo htsfilters.lo htsftp.lo htshash.lo htsinthash.lo \ + htshelp.lo htsjava.lo htslib.lo htscoremain.lo htsname.lo \ + htsrobots.lo htstools.lo htswizard.lo htsalias.lo htsthread.lo \ + htsindex.lo htsbauth.lo htsmd5.lo htszlib.lo htsnostatic.lo \ + htswrap.lo htsmodules.lo md5.lo +libhttrack_la_OBJECTS = $(am_libhttrack_la_OBJECTS) +bin_PROGRAMS = httrack$(EXEEXT) htsserver$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) + +am_htsserver_OBJECTS = htsserver.$(OBJEXT) htsweb.$(OBJEXT) +htsserver_OBJECTS = $(am_htsserver_OBJECTS) +htsserver_DEPENDENCIES = +htsserver_LDFLAGS = +httrack_SOURCES = httrack.c +httrack_OBJECTS = httrack.$(OBJEXT) +httrack_DEPENDENCIES = +httrack_LDFLAGS = +SCRIPTS = $(whttrackrun_SCRIPTS) + + +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/htsalias.Plo ./$(DEPDIR)/htsback.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsbauth.Plo ./$(DEPDIR)/htscache.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htscatchurl.Plo ./$(DEPDIR)/htscore.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htscoremain.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsfilters.Plo ./$(DEPDIR)/htsftp.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htshash.Plo ./$(DEPDIR)/htshelp.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsindex.Plo ./$(DEPDIR)/htsinthash.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsjava.Plo ./$(DEPDIR)/htslib.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsmd5.Plo ./$(DEPDIR)/htsmodules.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsname.Plo ./$(DEPDIR)/htsnostatic.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsparse.Plo ./$(DEPDIR)/htsrobots.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htsserver.Po ./$(DEPDIR)/htsthread.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htstools.Plo ./$(DEPDIR)/htsweb.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/htswizard.Plo ./$(DEPDIR)/htswrap.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/htszlib.Plo ./$(DEPDIR)/httrack.Po \ +@AMDEP_TRUE@ ./$(DEPDIR)/md5.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(libhttrack_la_SOURCES) $(htsserver_SOURCES) httrack.c +DATA = $(DevIncludes_DATA) + +DIST_COMMON = Makefile.am Makefile.in +SOURCES = $(libhttrack_la_SOURCES) $(htsserver_SOURCES) httrack.c + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +libLTLIBRARIES_INSTALL = $(INSTALL) +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ + $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ + else :; fi; \ + done + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + p="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" = "$$p" && dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +libhttrack.la: $(libhttrack_la_OBJECTS) $(libhttrack_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libhttrack_la_LDFLAGS) $(libhttrack_la_OBJECTS) $(libhttrack_la_LIBADD) $(LIBS) +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + || test -f $$p1 \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f $$p $$f"; \ + rm -f $$p $$f ; \ + done +htsserver$(EXEEXT): $(htsserver_OBJECTS) $(htsserver_DEPENDENCIES) + @rm -f htsserver$(EXEEXT) + $(LINK) $(htsserver_LDFLAGS) $(htsserver_OBJECTS) $(htsserver_LDADD) $(LIBS) +httrack$(EXEEXT): $(httrack_OBJECTS) $(httrack_DEPENDENCIES) + @rm -f httrack$(EXEEXT) + $(LINK) $(httrack_LDFLAGS) $(httrack_OBJECTS) $(httrack_LDADD) $(LIBS) +whttrackrunSCRIPT_INSTALL = $(INSTALL_SCRIPT) +install-whttrackrunSCRIPTS: $(whttrackrun_SCRIPTS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(whttrackrundir) + @list='$(whttrackrun_SCRIPTS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f $$d$$p; then \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " $(whttrackrunSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(whttrackrundir)/$$f"; \ + $(whttrackrunSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(whttrackrundir)/$$f; \ + else :; fi; \ + done + +uninstall-whttrackrunSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(whttrackrun_SCRIPTS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " rm -f $(DESTDIR)$(whttrackrundir)/$$f"; \ + rm -f $(DESTDIR)$(whttrackrundir)/$$f; \ + done + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsalias.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsback.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsbauth.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscache.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscatchurl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscore.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscoremain.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsfilters.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsftp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htshash.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htshelp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsindex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsinthash.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsjava.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htslib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsmd5.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsmodules.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsname.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsnostatic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsrobots.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsserver.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsthread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htstools.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsweb.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htswizard.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htswrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htszlib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httrack.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ + +distclean-depend: + -rm -rf ./$(DEPDIR) + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +DevIncludesDATA_INSTALL = $(INSTALL_DATA) +install-DevIncludesDATA: $(DevIncludes_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(DevIncludesdir) + @list='$(DevIncludes_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(DevIncludesDATA_INSTALL) $$d$$p $(DESTDIR)$(DevIncludesdir)/$$f"; \ + $(DevIncludesDATA_INSTALL) $$d$$p $(DESTDIR)$(DevIncludesdir)/$$f; \ + done + +uninstall-DevIncludesDATA: + @$(NORMAL_UNINSTALL) + @list='$(DevIncludes_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(DevIncludesdir)/$$f"; \ + rm -f $(DESTDIR)$(DevIncludesdir)/$$f; \ + done + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) +install-binPROGRAMS: install-libLTLIBRARIES + + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(whttrackrundir) $(DESTDIR)$(DevIncludesdir) + +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-compile distclean-depend \ + distclean-generic distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-DevIncludesDATA install-whttrackrunSCRIPTS + +install-exec-am: install-binPROGRAMS install-libLTLIBRARIES + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-DevIncludesDATA uninstall-binPROGRAMS \ + uninstall-info-am uninstall-libLTLIBRARIES \ + uninstall-whttrackrunSCRIPTS + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ + clean-generic clean-libLTLIBRARIES clean-libtool ctags \ + distclean distclean-compile distclean-depend distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am info \ + info-am install install-DevIncludesDATA install-am \ + install-binPROGRAMS install-data install-data-am install-exec \ + install-exec-am install-info install-info-am \ + install-libLTLIBRARIES install-man install-strip \ + install-whttrackrunSCRIPTS installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ + uninstall-DevIncludesDATA uninstall-am uninstall-binPROGRAMS \ + uninstall-info-am uninstall-libLTLIBRARIES \ + uninstall-whttrackrunSCRIPTS +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: |
