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