]> andersk Git - splint.git/blob - doc/Makefile.in
9a05c667276ed3912c234d4be060e6d3d413b429
[splint.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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@
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 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
65 host_triplet = @host@
66 target_alias = @target_alias@
67 target_triplet = @target@
68
69 EXEEXT = @EXEEXT@
70 OBJEXT = @OBJEXT@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
72 AMTAR = @AMTAR@
73 AWK = @AWK@
74 BISON = @BISON@
75 CAT = @CAT@
76 CC = @CC@
77 CP = @CP@
78 CPP = @CPP@
79 DEPDIR = @DEPDIR@
80 DIFF = @DIFF@
81 GREP = @GREP@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LCLOBJ = @LCLOBJ@
84 LEX = @LEX@
85 LEXLIB = @LEXLIB@
86 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
87 LN_S = @LN_S@
88 MV = @MV@
89 PACKAGE = @PACKAGE@
90 RM = @RM@
91 SED = @SED@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97
98 AUTOMAKE_OPTIONS = 1.5 foreign
99
100
101 #this is just a hack to get make dist to work.
102 EXTRA_DIST = splint.1 freebsd.html linux.html sunos.html manual.pdf faq.txt manual.css html/manual.htm html/footer.html html/header.html html/realloc.htm
103
104 man_MANS = splint.1 
105 subdir = doc
106 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 DIST_SOURCES =
110
111 NROFF = nroff
112 MANS = $(man_MANS)
113 DIST_COMMON = Makefile.am Makefile.in
114 all: 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
120 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
121         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
122 uninstall-info-am:
123
124 man1dir = $(mandir)/man1
125 install-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/^.*\\.//'`; \
139           case "$$ext" in \
140             1*) ;; \
141             *) ext='1' ;; \
142           esac; \
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
149 uninstall-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
166 tags: TAGS
167 TAGS:
168
169 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170
171 top_distdir = ..
172 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
173
174 distdir: $(DISTFILES)
175         $(mkinstalldirs) $(distdir)/html
176         @list='$(DISTFILES)'; for file in $$list; do \
177           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
178           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
179           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
180             dir="/$$dir"; \
181             $(mkinstalldirs) "$(distdir)$$dir"; \
182           else \
183             dir=''; \
184           fi; \
185           if test -d $$d/$$file; then \
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; \
190           else \
191             test -f $(distdir)/$$file \
192             || cp -p $$d/$$file $(distdir)/$$file \
193             || exit 1; \
194           fi; \
195         done
196 check-am: all-am
197 check: check-am
198 all-am: Makefile $(MANS)
199
200 installdirs:
201         $(mkinstalldirs) $(DESTDIR)$(man1dir)
202
203 install: install-am
204 install-exec: install-exec-am
205 install-data: install-data-am
206 uninstall: uninstall-am
207
208 install-am: all-am
209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210
211 installcheck: installcheck-am
212 install-strip:
213         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
214           INSTALL_STRIP_FLAG=-s \
215           `test -z '$(STRIP)' || \
216             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
217 mostlyclean-generic:
218
219 clean-generic:
220
221 distclean-generic:
222         -rm -f Makefile $(CONFIG_CLEAN_FILES)
223
224 maintainer-clean-generic:
225         @echo "This command is intended for maintainers to use"
226         @echo "it deletes files that may require special tools to rebuild."
227 clean: clean-am
228
229 clean-am: clean-generic mostlyclean-am
230
231 distclean: distclean-am
232
233 distclean-am: clean-am distclean-generic
234
235 dvi: dvi-am
236
237 dvi-am:
238
239 info: info-am
240
241 info-am:
242
243 install-data-am: install-man
244
245 install-exec-am:
246
247 install-info: install-info-am
248
249 install-man: install-man1
250
251 installcheck-am:
252
253 maintainer-clean: maintainer-clean-am
254
255 maintainer-clean-am: distclean-am maintainer-clean-generic
256
257 mostlyclean: mostlyclean-am
258
259 mostlyclean-am: mostlyclean-generic
260
261 uninstall-am: uninstall-info-am uninstall-man
262
263 uninstall-man: uninstall-man1
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 \
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
273
274
275 all:
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.044539 seconds and 3 git commands to generate.