]> andersk Git - splint.git/blob - doc/Makefile.in
ded8480a5ae556363fec96e74fefd32678ae6d8c
[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 VERSION = @VERSION@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 install_sh = @install_sh@
87
88 AUTOMAKE_OPTIONS = 1.5 foreign
89
90
91 #this is just a hack to get make dist to work.
92 EXTRA_DIST = splint.1 freebsd.html linux.html sunos.html
93
94 man_MANS = splint.1 
95 subdir = doc
96 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 DIST_SOURCES =
100
101 NROFF = nroff
102 MANS = $(man_MANS)
103 DIST_COMMON = Makefile.am Makefile.in
104 all: all-am
105
106 .SUFFIXES:
107 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
108         cd $(top_srcdir) && \
109           $(AUTOMAKE) --foreign  doc/Makefile
110 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
111         cd $(top_builddir) && \
112           CONFIG_HEADERS= CONFIG_LINKS= \
113           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
114 uninstall-info-am:
115
116 man1dir = $(mandir)/man1
117 install-man1: $(man1_MANS) $(man_MANS)
118         @$(NORMAL_INSTALL)
119         $(mkinstalldirs) $(DESTDIR)$(man1dir)
120         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
121         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
122         for i in $$l2; do \
123           case "$$i" in \
124             *.1*) list="$$list $$i" ;; \
125           esac; \
126         done; \
127         for i in $$list; do \
128           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
129           else file=$$i; fi; \
130           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
131           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
132           inst=`echo $$inst | sed -e 's/^.*\///'`; \
133           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
134           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
135           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
136         done
137 uninstall-man1:
138         @$(NORMAL_UNINSTALL)
139         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
140         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
141         for i in $$l2; do \
142           case "$$i" in \
143             *.1*) list="$$list $$i" ;; \
144           esac; \
145         done; \
146         for i in $$list; do \
147           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
148           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
149           inst=`echo $$inst | sed -e 's/^.*\///'`; \
150           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
151           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
152           rm -f $(DESTDIR)$(man1dir)/$$inst; \
153         done
154 tags: TAGS
155 TAGS:
156
157
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159
160 top_distdir = ..
161 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
162
163 distdir: $(DISTFILES)
164         @for file in $(DISTFILES); do \
165           if test -f $$file; then d=.; else d=$(srcdir); fi; \
166           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
167           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
168             $(mkinstalldirs) "$(distdir)/$$dir"; \
169           fi; \
170           if test -d $$d/$$file; then \
171             cp -pR $$d/$$file $(distdir) \
172             || exit 1; \
173           else \
174             test -f $(distdir)/$$file \
175             || cp -p $$d/$$file $(distdir)/$$file \
176             || exit 1; \
177           fi; \
178         done
179 check-am: all-am
180 check: check-am
181 all-am: Makefile $(MANS)
182
183 installdirs:
184         $(mkinstalldirs) $(DESTDIR)$(man1dir)
185
186 install: install-am
187 install-exec: install-exec-am
188 install-data: install-data-am
189 uninstall: uninstall-am
190
191 install-am: all-am
192         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
193
194 installcheck: installcheck-am
195 install-strip:
196         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
197           `test -z '$(STRIP)' || \
198             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
199 mostlyclean-generic:
200
201 clean-generic:
202
203 distclean-generic:
204         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
205
206 maintainer-clean-generic:
207         @echo "This command is intended for maintainers to use"
208         @echo "it deletes files that may require special tools to rebuild."
209 clean: clean-am
210
211 clean-am: clean-generic mostlyclean-am
212
213 distclean: distclean-am
214
215 distclean-am: clean-am distclean-generic
216
217 dvi: dvi-am
218
219 dvi-am:
220
221 info: info-am
222
223 info-am:
224
225 install-data-am: install-man
226
227 install-exec-am:
228
229 install-info: install-info-am
230
231 install-man: install-man1
232
233 installcheck-am:
234
235 maintainer-clean: maintainer-clean-am
236
237 maintainer-clean-am: distclean-am maintainer-clean-generic
238
239 mostlyclean: mostlyclean-am
240
241 mostlyclean-am: mostlyclean-generic
242
243 uninstall-am: uninstall-info-am uninstall-man
244
245 uninstall-man: uninstall-man1
246
247 .PHONY: all all-am check check-am clean clean-generic distclean \
248         distclean-generic distdir dvi dvi-am info info-am install \
249         install-am install-data install-data-am install-exec \
250         install-exec-am install-info install-info-am install-man \
251         install-man1 install-strip installcheck installcheck-am \
252         installdirs maintainer-clean maintainer-clean-generic \
253         mostlyclean mostlyclean-generic uninstall uninstall-am \
254         uninstall-info-am uninstall-man uninstall-man1
255
256
257 all:
258 # Tell versions [3.59,3.63) of GNU make to not export all variables.
259 # Otherwise a system limit (for SysV at least) may be exceeded.
260 .NOEXPORT:
This page took 0.046649 seconds and 3 git commands to generate.