r3848: Auto commit for Debian build
[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 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 VERSION = @VERSION@
69 X_BASIC_LIBS = @X_BASIC_LIBS@
70 X_CFLAGS = @X_CFLAGS@
71 X_EXTRA_LIBS = @X_EXTRA_LIBS@
72 X_LIBS = @X_LIBS@
73 X_PRE_LIBS = @X_PRE_LIBS@
74 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
75 cgibindir = @cgibindir@
76 cgibinurl = @cgibinurl@
77 cgiprograms = @cgiprograms@
78 ctlibs = @ctlibs@
79 htmldata = @htmldata@
80 htmldir = @htmldir@
81 lamdefs = @lamdefs@
82 lamdir = @lamdir@
83 lamprograms = @lamprograms@
84 mpienable = @mpienable@
85 my_includes = @my_includes@
86 webdatadir = @webdatadir@
87 webdataurl = @webdataurl@
88 webenabled = @webenabled@
89 wxcflags = @wxcflags@
90 wxconfig = @wxconfig@
91 wxlibs = @wxlibs@
92
93 cgibin_SCRIPTS = @cgiprograms@
94 EXTRA_SCRIPTS = ctsim.cgi ctsim.conf
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = ../config.h
97 CONFIG_CLEAN_FILES =  ctsim.cgi ctsim.conf
98 SCRIPTS =  $(cgibin_SCRIPTS)
99
100 DIST_COMMON =  Makefile.am Makefile.in ctsim.cgi.in ctsim.conf.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP_ENV = --best
107 all: all-redirect
108 .SUFFIXES:
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
110         cd $(top_srcdir) && $(AUTOMAKE) --gnu cgi-bin/Makefile
111
112 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
113         cd $(top_builddir) \
114           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116 ctsim.cgi: $(top_builddir)/config.status ctsim.cgi.in
117         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118 ctsim.conf: $(top_builddir)/config.status ctsim.conf.in
119         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121 install-cgibinSCRIPTS: $(cgibin_SCRIPTS)
122         @$(NORMAL_INSTALL)
123         $(mkinstalldirs) $(DESTDIR)$(cgibindir)
124         @list='$(cgibin_SCRIPTS)'; for p in $$list; do \
125           if test -f $$p; then \
126             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`"; \
127             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
128           else if test -f $(srcdir)/$$p; then \
129             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`"; \
130             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
131           else :; fi; fi; \
132         done
133
134 uninstall-cgibinSCRIPTS:
135         @$(NORMAL_UNINSTALL)
136         list='$(cgibin_SCRIPTS)'; for p in $$list; do \
137           rm -f $(DESTDIR)$(cgibindir)/`echo $$p|sed '$(transform)'`; \
138         done
139 tags: TAGS
140 TAGS:
141
142
143 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
144
145 subdir = cgi-bin
146
147 distdir: $(DISTFILES)
148         here=`cd $(top_builddir) && pwd`; \
149         top_distdir=`cd $(top_distdir) && pwd`; \
150         distdir=`cd $(distdir) && pwd`; \
151         cd $(top_srcdir) \
152           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cgi-bin/Makefile
153         @for file in $(DISTFILES); do \
154           d=$(srcdir); \
155           if test -d $$d/$$file; then \
156             cp -pr $$d/$$file $(distdir)/$$file; \
157           else \
158             test -f $(distdir)/$$file \
159             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
160             || cp -p $$d/$$file $(distdir)/$$file || :; \
161           fi; \
162         done
163 info-am:
164 info: info-am
165 dvi-am:
166 dvi: dvi-am
167 check-am: all-am
168 check: check-am
169 installcheck-am:
170 installcheck: installcheck-am
171 install-exec-am:
172 install-exec: install-exec-am
173
174 install-data-am: install-cgibinSCRIPTS
175 install-data: install-data-am
176
177 install-am: all-am
178         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
179 install: install-am
180 uninstall-am: uninstall-cgibinSCRIPTS
181 uninstall: uninstall-am
182 all-am: Makefile $(SCRIPTS)
183 all-redirect: all-am
184 install-strip:
185         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
186 installdirs:
187         $(mkinstalldirs)  $(DESTDIR)$(cgibindir)
188
189
190 mostlyclean-generic:
191
192 clean-generic:
193
194 distclean-generic:
195         -rm -f Makefile $(CONFIG_CLEAN_FILES)
196         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
197
198 maintainer-clean-generic:
199 mostlyclean-am:  mostlyclean-generic
200
201 mostlyclean: mostlyclean-am
202
203 clean-am:  clean-generic mostlyclean-am
204
205 clean: clean-am
206
207 distclean-am:  distclean-generic clean-am
208
209 distclean: distclean-am
210
211 maintainer-clean-am:  maintainer-clean-generic distclean-am
212         @echo "This command is intended for maintainers to use;"
213         @echo "it deletes files that may require special tools to rebuild."
214
215 maintainer-clean: maintainer-clean-am
216
217 .PHONY: uninstall-cgibinSCRIPTS install-cgibinSCRIPTS tags distdir \
218 info-am info dvi-am dvi check check-am installcheck-am installcheck \
219 install-exec-am install-exec install-data-am install-data install-am \
220 install uninstall-am uninstall all-redirect all-am all installdirs \
221 mostlyclean-generic distclean-generic clean-generic \
222 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
223
224
225 # Tell versions [3.59,3.63) of GNU make to not export all variables.
226 # Otherwise a system limit (for SysV at least) may be exceeded.
227 .NOEXPORT: