]> andersk Git - splint.git/blame - doc/Makefile.in
Modified the doc/Makefile.am so that the man page is install under make install.
[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@
1810fe2a 83VERSION = @VERSION@
84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
3739432e 87
88AUTOMAKE_OPTIONS = 1.5 foreign
89
90
363a5c93 91#this is just a hack to get make dist to work.
6e3f87f6 92EXTRA_DIST = splint.1 freebsd.html linux.html sunos.html
0a417fb3 93
94man_MANS = splint.1
3739432e 95subdir = doc
96mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99DIST_SOURCES =
0a417fb3 100
101NROFF = nroff
102MANS = $(man_MANS)
3739432e 103DIST_COMMON = Makefile.am Makefile.in
104all: 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
110Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
111 cd $(top_builddir) && \
112 CONFIG_HEADERS= CONFIG_LINKS= \
113 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
114uninstall-info-am:
0a417fb3 115
116man1dir = $(mandir)/man1
117install-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
137uninstall-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
3739432e 154tags: TAGS
155TAGS:
156
157
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159
160top_distdir = ..
161distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
162
163distdir: $(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
179check-am: all-am
180check: check-am
0a417fb3 181all-am: Makefile $(MANS)
3739432e 182
183installdirs:
0a417fb3 184 $(mkinstalldirs) $(DESTDIR)$(man1dir)
3739432e 185
186install: install-am
187install-exec: install-exec-am
188install-data: install-data-am
189uninstall: uninstall-am
190
191install-am: all-am
192 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
193
194installcheck: installcheck-am
195install-strip:
196 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
197 `test -z '$(STRIP)' || \
198 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
199mostlyclean-generic:
200
201clean-generic:
202
203distclean-generic:
204 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
205
206maintainer-clean-generic:
207 @echo "This command is intended for maintainers to use"
208 @echo "it deletes files that may require special tools to rebuild."
209clean: clean-am
210
211clean-am: clean-generic mostlyclean-am
212
213distclean: distclean-am
214
215distclean-am: clean-am distclean-generic
216
217dvi: dvi-am
218
219dvi-am:
220
221info: info-am
222
223info-am:
224
0a417fb3 225install-data-am: install-man
3739432e 226
227install-exec-am:
228
229install-info: install-info-am
230
0a417fb3 231install-man: install-man1
3739432e 232
233installcheck-am:
234
235maintainer-clean: maintainer-clean-am
236
237maintainer-clean-am: distclean-am maintainer-clean-generic
238
239mostlyclean: mostlyclean-am
240
241mostlyclean-am: mostlyclean-generic
242
0a417fb3 243uninstall-am: uninstall-info-am uninstall-man
244
245uninstall-man: uninstall-man1
3739432e 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 \
0a417fb3 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
3739432e 255
256
257all:
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.756467 seconds and 5 git commands to generate.