r3: Initial revision
[ctsim.git] / include / 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 noinst_HEADERS = ascii.h cio.h ct.h ezplot.h getargs.h ir.h keyboard.h kmath.h kstddef.h pol.h sdf.h sgp.h
88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89 CONFIG_HEADER = ../config.h
90 CONFIG_CLEAN_FILES = 
91 HEADERS =  $(noinst_HEADERS)
92
93 DIST_COMMON =  Makefile.am Makefile.in
94
95
96 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
98 TAR = gtar
99 GZIP_ENV = --best
100 all: all-redirect
101 .SUFFIXES:
102 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
103         cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile
104
105 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
106         cd $(top_builddir) \
107           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
109
110 tags: TAGS
111
112 ID: $(HEADERS) $(SOURCES) $(LISP)
113         list='$(SOURCES) $(HEADERS)'; \
114         unique=`for i in $$list; do echo $$i; done | \
115           awk '    { files[$$0] = 1; } \
116                END { for (i in files) print i; }'`; \
117         here=`pwd` && cd $(srcdir) \
118           && mkid -f$$here/ID $$unique $(LISP)
119
120 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
121         tags=; \
122         here=`pwd`; \
123         list='$(SOURCES) $(HEADERS)'; \
124         unique=`for i in $$list; do echo $$i; done | \
125           awk '    { files[$$0] = 1; } \
126                END { for (i in files) print i; }'`; \
127         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
128           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
129
130 mostlyclean-tags:
131
132 clean-tags:
133
134 distclean-tags:
135         -rm -f TAGS ID
136
137 maintainer-clean-tags:
138
139 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
140
141 subdir = include
142
143 distdir: $(DISTFILES)
144         here=`cd $(top_builddir) && pwd`; \
145         top_distdir=`cd $(top_distdir) && pwd`; \
146         distdir=`cd $(distdir) && pwd`; \
147         cd $(top_srcdir) \
148           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/Makefile
149         @for file in $(DISTFILES); do \
150           d=$(srcdir); \
151           if test -d $$d/$$file; then \
152             cp -pr $$d/$$file $(distdir)/$$file; \
153           else \
154             test -f $(distdir)/$$file \
155             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
156             || cp -p $$d/$$file $(distdir)/$$file || :; \
157           fi; \
158         done
159 info-am:
160 info: info-am
161 dvi-am:
162 dvi: dvi-am
163 check-am: all-am
164 check: check-am
165 installcheck-am:
166 installcheck: installcheck-am
167 install-exec-am:
168 install-exec: install-exec-am
169
170 install-data-am:
171 install-data: install-data-am
172
173 install-am: all-am
174         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
175 install: install-am
176 uninstall-am:
177 uninstall: uninstall-am
178 all-am: Makefile $(HEADERS)
179 all-redirect: all-am
180 install-strip:
181         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
182 installdirs:
183
184
185 mostlyclean-generic:
186
187 clean-generic:
188
189 distclean-generic:
190         -rm -f Makefile $(CONFIG_CLEAN_FILES)
191         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
192
193 maintainer-clean-generic:
194 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
195
196 mostlyclean: mostlyclean-am
197
198 clean-am:  clean-tags clean-generic mostlyclean-am
199
200 clean: clean-am
201
202 distclean-am:  distclean-tags distclean-generic clean-am
203
204 distclean: distclean-am
205
206 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
207                 distclean-am
208         @echo "This command is intended for maintainers to use;"
209         @echo "it deletes files that may require special tools to rebuild."
210
211 maintainer-clean: maintainer-clean-am
212
213 .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
214 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
215 installcheck-am installcheck install-exec-am install-exec \
216 install-data-am install-data install-am install uninstall-am uninstall \
217 all-redirect all-am all installdirs mostlyclean-generic \
218 distclean-generic clean-generic maintainer-clean-generic clean \
219 mostlyclean distclean maintainer-clean
220
221
222 # Tell versions [3.59,3.63) of GNU make to not export all variables.
223 # Otherwise a system limit (for SysV at least) may be exceeded.
224 .NOEXPORT: