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