X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cgi-bin%2FMakefile.in;h=a1bbf12c69e239ef6f9eb227726896e13f6c727e;hb=82ea0c94394a5a175b260160760155a6686203a1;hp=4e7f0328af878724c4517691a8c7adb79d847571;hpb=13838bda88b63a2535b5baaf7197006767de4b8e;p=ctsim.git diff --git a/cgi-bin/Makefile.in b/cgi-bin/Makefile.in index 4e7f032..a1bbf12 100644 --- a/cgi-bin/Makefile.in +++ b/cgi-bin/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4a from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -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,25 +75,29 @@ 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) @@ -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)