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