X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cgi-bin%2FMakefile.in;h=ed77dc0dbd271b3c76032f240d54abf1f031d0a2;hb=d5a70ac05a479dfb99571bcba4069008d0f3697a;hp=4e7f0328af878724c4517691a8c7adb79d847571;hpb=13838bda88b63a2535b5baaf7197006767de4b8e;p=ctsim.git diff --git a/cgi-bin/Makefile.in b/cgi-bin/Makefile.in index 4e7f032..ed77dc0 100644 --- a/cgi-bin/Makefile.in +++ b/cgi-bin/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4a from Makefile.am +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 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. @@ -46,10 +46,9 @@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : @@ -58,8 +57,11 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ AWK = @AWK@ CC = @CC@ +CXX = @CXX@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -73,34 +75,38 @@ X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@ cgibindir = @cgibindir@ cgibinurl = @cgibinurl@ cgiprograms = @cgiprograms@ -ctlamlibs = @ctlamlibs@ ctlibs = @ctlibs@ htmldata = @htmldata@ htmldir = @htmldir@ +lamdefs = @lamdefs@ lamdir = @lamdir@ lamprograms = @lamprograms@ +mpienable = @mpienable@ my_includes = @my_includes@ webdatadir = @webdatadir@ webdataurl = @webdataurl@ webenabled = @webenabled@ +wxcflags = @wxcflags@ +wxconfig = @wxconfig@ +wxlibs = @wxlibs@ cgibin_SCRIPTS = @cgiprograms@ -EXTRA_SCRIPTS = ctsim.cgi +EXTRA_SCRIPTS = ctsim.cgi ctsim.conf mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h -CONFIG_CLEAN_FILES = ctsim.cgi +CONFIG_CLEAN_FILES = ctsim.cgi ctsim.conf SCRIPTS = $(cgibin_SCRIPTS) -DIST_COMMON = Makefile.am Makefile.in ctsim.cgi.in +DIST_COMMON = Makefile.am Makefile.in ctsim.cgi.in ctsim.conf.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu cgi-bin/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -109,6 +115,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) ctsim.cgi: $(top_builddir)/config.status ctsim.cgi.in cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +ctsim.conf: $(top_builddir)/config.status ctsim.conf.in + cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-cgibinSCRIPTS: $(cgibin_SCRIPTS) @$(NORMAL_INSTALL) @@ -174,7 +182,7 @@ uninstall: uninstall-am all-am: Makefile $(SCRIPTS) all-redirect: all-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(cgibindir)