ccc34fe29b46fb40444ab5f3ee171cc737acf94f
[ctsim.git] / cgi-bin / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 CC = @CC@
64 CXX = @CXX@
65 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 VERSION = @VERSION@
70 X_BASIC_LIBS = @X_BASIC_LIBS@
71 X_CFLAGS = @X_CFLAGS@
72 X_EXTRA_LIBS = @X_EXTRA_LIBS@
73 X_LIBS = @X_LIBS@
74 X_PRE_LIBS = @X_PRE_LIBS@
75 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
76 cgibindir = @cgibindir@
77 cgibinurl = @cgibinurl@
78 cgiprograms = @cgiprograms@
79 ctlibs = @ctlibs@
80 htmldata = @htmldata@
81 htmldir = @htmldir@
82 lamdefs = @lamdefs@
83 lamdir = @lamdir@
84 lamprograms = @lamprograms@
85 mpienable = @mpienable@
86 my_includes = @my_includes@
87 webdatadir = @webdatadir@
88 webdataurl = @webdataurl@
89 webenabled = @webenabled@
90 wxcflags = @wxcflags@
91 wxconfig = @wxconfig@
92 wxlibs = @wxlibs@
93
94 cgibin_SCRIPTS = @cgiprograms@
95 EXTRA_SCRIPTS = ctsim.cgi ctsim.conf
96 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97 CONFIG_HEADER = ../config.h
98 CONFIG_CLEAN_FILES =  ctsim.cgi ctsim.conf
99 SCRIPTS =  $(cgibin_SCRIPTS)
100
101 DIST_COMMON =  Makefile.am Makefile.in ctsim.cgi.in ctsim.conf.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP_ENV = --best
108 all: all-redirect
109 .SUFFIXES:
110 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
111         cd $(top_srcdir) && $(AUTOMAKE) --gnu cgi-bin/Makefile
112
113 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
114         cd $(top_builddir) \
115           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117 ctsim.cgi: $(top_builddir)/config.status ctsim.cgi.in
118         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119 ctsim.conf: $(top_builddir)/config.status ctsim.conf.in
120         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122 install-cgibinSCRIPTS: $(cgibin_SCRIPTS)
123         @$(NORMAL_INSTALL)
124         $(mkinstalldirs) $(DESTDIR)$(cgibindir)
125         @list='$(cgibin_SCRIPTS)'; for p in $$list; do \
126           if test -f $$p; then \
127             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`"; \
128             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
129           else if test -f $(srcdir)/$$p; then \
130             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`"; \
131             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
132           else :; fi; fi; \
133         done
134
135 uninstall-cgibinSCRIPTS:
136         @$(NORMAL_UNINSTALL)
137         list='$(cgibin_SCRIPTS)'; for p in $$list; do \
138           rm -f $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
139         done
140 tags: TAGS
141 TAGS:
142
143
144 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
145
146 subdir = cgi-bin
147
148 distdir: $(DISTFILES)
149         here=`cd $(top_builddir) && pwd`; \
150         top_distdir=`cd $(top_distdir) && pwd`; \
151         distdir=`cd $(distdir) && pwd`; \
152         cd $(top_srcdir) \
153           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cgi-bin/Makefile
154         @for file in $(DISTFILES); do \
155           d=$(srcdir); \
156           if test -d $$d/$$file; then \
157             cp -pr $$d/$$file $(distdir)/$$file; \
158           else \
159             test -f $(distdir)/$$file \
160             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
161             || cp -p $$d/$$file $(distdir)/$$file || :; \
162           fi; \
163         done
164 info-am:
165 info: info-am
166 dvi-am:
167 dvi: dvi-am
168 check-am: all-am
169 check: check-am
170 installcheck-am:
171 installcheck: installcheck-am
172 install-exec-am:
173 install-exec: install-exec-am
174
175 install-data-am: install-cgibinSCRIPTS
176 install-data: install-data-am
177
178 install-am: all-am
179         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
180 install: install-am
181 uninstall-am: uninstall-cgibinSCRIPTS
182 uninstall: uninstall-am
183 all-am: Makefile $(SCRIPTS)
184 all-redirect: all-am
185 install-strip:
186         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
187 installdirs:
188         $(mkinstalldirs)  $(DESTDIR)$(cgibindir)
189
190
191 mostlyclean-generic:
192
193 clean-generic:
194
195 distclean-generic:
196         -rm -f Makefile $(CONFIG_CLEAN_FILES)
197         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
198
199 maintainer-clean-generic:
200 mostlyclean-am:  mostlyclean-generic
201
202 mostlyclean: mostlyclean-am
203
204 clean-am:  clean-generic mostlyclean-am
205
206 clean: clean-am
207
208 distclean-am:  distclean-generic clean-am
209
210 distclean: distclean-am
211
212 maintainer-clean-am:  maintainer-clean-generic distclean-am
213         @echo "This command is intended for maintainers to use;"
214         @echo "it deletes files that may require special tools to rebuild."
215
216 maintainer-clean: maintainer-clean-am
217
218 .PHONY: uninstall-cgibinSCRIPTS install-cgibinSCRIPTS tags distdir \
219 info-am info dvi-am dvi check check-am installcheck-am installcheck \
220 install-exec-am install-exec install-data-am install-data install-am \
221 install uninstall-am uninstall all-redirect all-am all installdirs \
222 mostlyclean-generic distclean-generic clean-generic \
223 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
224
225
226 # Tell versions [3.59,3.63) of GNU make to not export all variables.
227 # Otherwise a system limit (for SysV at least) may be exceeded.
228 .NOEXPORT: