]> andersk Git - splint.git/blame - doc/Makefile.in
Fixed bug in bounds checking code reported by Xiaolan Zhang.
[splint.git] / doc / Makefile.in
CommitLineData
3739432e 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
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
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
f7bbce9e 58build_alias = @build_alias@
59build_triplet = @build@
3739432e 60host_alias = @host_alias@
61host_triplet = @host@
f7bbce9e 62target_alias = @target_alias@
63target_triplet = @target@
1810fe2a 64AMTAR = @AMTAR@
65AWK = @AWK@
3739432e 66BISON = @BISON@
67CAT = @CAT@
68CC = @CC@
69CP = @CP@
70CPP = @CPP@
1810fe2a 71DEPDIR = @DEPDIR@
3739432e 72DIFF = @DIFF@
1810fe2a 73EXEEXT = @EXEEXT@
3739432e 74GREP = @GREP@
1810fe2a 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3739432e 76LCLOBJ = @LCLOBJ@
77LEX = @LEX@
78LN_S = @LN_S@
79MV = @MV@
1810fe2a 80OBJEXT = @OBJEXT@
81PACKAGE = @PACKAGE@
3739432e 82RM = @RM@
cf38ca4d 83SED = @SED@
1810fe2a 84VERSION = @VERSION@
85am__include = @am__include@
86am__quote = @am__quote@
87install_sh = @install_sh@
3739432e 88
89AUTOMAKE_OPTIONS = 1.5 foreign
90
91
363a5c93 92#this is just a hack to get make dist to work.
6e3f87f6 93EXTRA_DIST = splint.1 freebsd.html linux.html sunos.html
0a417fb3 94
95man_MANS = splint.1
3739432e 96subdir = doc
97mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100DIST_SOURCES =
0a417fb3 101
102NROFF = nroff
103MANS = $(man_MANS)
3739432e 104DIST_COMMON = Makefile.am Makefile.in
105all: 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
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) && \
113 CONFIG_HEADERS= CONFIG_LINKS= \
114 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
115uninstall-info-am:
0a417fb3 116
117man1dir = $(mandir)/man1
118install-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
138uninstall-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
3739432e 155tags: TAGS
156TAGS:
157
158
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160
161top_distdir = ..
162distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
163
164distdir: $(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
180check-am: all-am
181check: check-am
0a417fb3 182all-am: Makefile $(MANS)
3739432e 183
184installdirs:
0a417fb3 185 $(mkinstalldirs) $(DESTDIR)$(man1dir)
3739432e 186
187install: install-am
188install-exec: install-exec-am
189install-data: install-data-am
190uninstall: uninstall-am
191
192install-am: all-am
193 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
194
195installcheck: installcheck-am
196install-strip:
197 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
198 `test -z '$(STRIP)' || \
199 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
200mostlyclean-generic:
201
202clean-generic:
203
204distclean-generic:
205 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
206
207maintainer-clean-generic:
208 @echo "This command is intended for maintainers to use"
209 @echo "it deletes files that may require special tools to rebuild."
210clean: clean-am
211
212clean-am: clean-generic mostlyclean-am
213
214distclean: distclean-am
215
216distclean-am: clean-am distclean-generic
217
218dvi: dvi-am
219
220dvi-am:
221
222info: info-am
223
224info-am:
225
0a417fb3 226install-data-am: install-man
3739432e 227
228install-exec-am:
229
230install-info: install-info-am
231
0a417fb3 232install-man: install-man1
3739432e 233
234installcheck-am:
235
236maintainer-clean: maintainer-clean-am
237
238maintainer-clean-am: distclean-am maintainer-clean-generic
239
240mostlyclean: mostlyclean-am
241
242mostlyclean-am: mostlyclean-generic
243
0a417fb3 244uninstall-am: uninstall-info-am uninstall-man
245
246uninstall-man: uninstall-man1
3739432e 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 \
0a417fb3 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
3739432e 256
257
258all:
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.152319 seconds and 5 git commands to generate.