]> andersk Git - splint.git/blame - doc/Makefile.in
Got gmake dist to work
[splint.git] / doc / Makefile.in
CommitLineData
a8a71ab5 1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3739432e 3
a8a71ab5 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3739432e 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
3739432e 16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
a8a71ab5 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
3739432e 47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
a8a71ab5 50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
3739432e 53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
f7bbce9e 62build_alias = @build_alias@
63build_triplet = @build@
3739432e 64host_alias = @host_alias@
65host_triplet = @host@
f7bbce9e 66target_alias = @target_alias@
67target_triplet = @target@
a8a71ab5 68
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
1810fe2a 72AMTAR = @AMTAR@
73AWK = @AWK@
3739432e 74BISON = @BISON@
75CAT = @CAT@
76CC = @CC@
77CP = @CP@
78CPP = @CPP@
1810fe2a 79DEPDIR = @DEPDIR@
3739432e 80DIFF = @DIFF@
3739432e 81GREP = @GREP@
1810fe2a 82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3739432e 83LCLOBJ = @LCLOBJ@
84LEX = @LEX@
a8a71ab5 85LEXLIB = @LEXLIB@
86LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
3739432e 87LN_S = @LN_S@
88MV = @MV@
1810fe2a 89PACKAGE = @PACKAGE@
3739432e 90RM = @RM@
cf38ca4d 91SED = @SED@
a8a71ab5 92STRIP = @STRIP@
1810fe2a 93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
3739432e 97
98AUTOMAKE_OPTIONS = 1.5 foreign
99
100
363a5c93 101#this is just a hack to get make dist to work.
e63e0a4a 102EXTRA_DIST = splint.1 freebsd.html linux.html sunos.html manual.pdf manual.css html/manual.htm html/footer.html html/header.html html/realloc.htm
0a417fb3 103
104man_MANS = splint.1
3739432e 105subdir = doc
106mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
107CONFIG_HEADER = $(top_builddir)/config.h
108CONFIG_CLEAN_FILES =
109DIST_SOURCES =
0a417fb3 110
111NROFF = nroff
112MANS = $(man_MANS)
3739432e 113DIST_COMMON = Makefile.am Makefile.in
114all: all-am
115
116.SUFFIXES:
117$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
118 cd $(top_srcdir) && \
119 $(AUTOMAKE) --foreign doc/Makefile
120Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
a8a71ab5 121 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
3739432e 122uninstall-info-am:
0a417fb3 123
124man1dir = $(mandir)/man1
125install-man1: $(man1_MANS) $(man_MANS)
126 @$(NORMAL_INSTALL)
127 $(mkinstalldirs) $(DESTDIR)$(man1dir)
128 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
129 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
130 for i in $$l2; do \
131 case "$$i" in \
132 *.1*) list="$$list $$i" ;; \
133 esac; \
134 done; \
135 for i in $$list; do \
136 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
137 else file=$$i; fi; \
138 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
a8a71ab5 139 case "$$ext" in \
140 1*) ;; \
141 *) ext='1' ;; \
142 esac; \
0a417fb3 143 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
144 inst=`echo $$inst | sed -e 's/^.*\///'`; \
145 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
146 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
147 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
148 done
149uninstall-man1:
150 @$(NORMAL_UNINSTALL)
151 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
152 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
153 for i in $$l2; do \
154 case "$$i" in \
155 *.1*) list="$$list $$i" ;; \
156 esac; \
157 done; \
158 for i in $$list; do \
159 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
160 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
161 inst=`echo $$inst | sed -e 's/^.*\///'`; \
162 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
163 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
164 rm -f $(DESTDIR)$(man1dir)/$$inst; \
165 done
3739432e 166tags: TAGS
167TAGS:
168
3739432e 169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170
171top_distdir = ..
172distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
173
174distdir: $(DISTFILES)
6facab84 175 $(mkinstalldirs) $(distdir)/html
a8a71ab5 176 @list='$(DISTFILES)'; for file in $$list; do \
177 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3739432e 178 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
179 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
a8a71ab5 180 dir="/$$dir"; \
181 $(mkinstalldirs) "$(distdir)$$dir"; \
182 else \
183 dir=''; \
3739432e 184 fi; \
185 if test -d $$d/$$file; then \
a8a71ab5 186 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
187 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
188 fi; \
189 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
3739432e 190 else \
191 test -f $(distdir)/$$file \
192 || cp -p $$d/$$file $(distdir)/$$file \
193 || exit 1; \
194 fi; \
195 done
196check-am: all-am
197check: check-am
0a417fb3 198all-am: Makefile $(MANS)
3739432e 199
200installdirs:
0a417fb3 201 $(mkinstalldirs) $(DESTDIR)$(man1dir)
3739432e 202
203install: install-am
204install-exec: install-exec-am
205install-data: install-data-am
206uninstall: uninstall-am
207
208install-am: all-am
209 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210
211installcheck: installcheck-am
212install-strip:
213 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a8a71ab5 214 INSTALL_STRIP_FLAG=-s \
3739432e 215 `test -z '$(STRIP)' || \
216 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
217mostlyclean-generic:
218
219clean-generic:
220
221distclean-generic:
a8a71ab5 222 -rm -f Makefile $(CONFIG_CLEAN_FILES)
3739432e 223
224maintainer-clean-generic:
225 @echo "This command is intended for maintainers to use"
226 @echo "it deletes files that may require special tools to rebuild."
227clean: clean-am
228
229clean-am: clean-generic mostlyclean-am
230
231distclean: distclean-am
232
233distclean-am: clean-am distclean-generic
234
235dvi: dvi-am
236
237dvi-am:
238
239info: info-am
240
241info-am:
242
0a417fb3 243install-data-am: install-man
3739432e 244
245install-exec-am:
246
247install-info: install-info-am
248
0a417fb3 249install-man: install-man1
3739432e 250
251installcheck-am:
252
253maintainer-clean: maintainer-clean-am
254
255maintainer-clean-am: distclean-am maintainer-clean-generic
256
257mostlyclean: mostlyclean-am
258
259mostlyclean-am: mostlyclean-generic
260
0a417fb3 261uninstall-am: uninstall-info-am uninstall-man
262
263uninstall-man: uninstall-man1
3739432e 264
265.PHONY: all all-am check check-am clean clean-generic distclean \
266 distclean-generic distdir dvi dvi-am info info-am install \
267 install-am install-data install-data-am install-exec \
268 install-exec-am install-info install-info-am install-man \
0a417fb3 269 install-man1 install-strip installcheck installcheck-am \
270 installdirs maintainer-clean maintainer-clean-generic \
271 mostlyclean mostlyclean-generic uninstall uninstall-am \
272 uninstall-info-am uninstall-man uninstall-man1
3739432e 273
274
275all:
276# Tell versions [3.59,3.63) of GNU make to not export all variables.
277# Otherwise a system limit (for SysV at least) may be exceeded.
278.NOEXPORT:
This page took 0.096754 seconds and 5 git commands to generate.