]> andersk Git - splint.git/blame - doc/Makefile.in
Put instruction files from web site into CVS development directory.
[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
3739432e 93subdir = doc
94mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
95CONFIG_HEADER = $(top_builddir)/config.h
96CONFIG_CLEAN_FILES =
97DIST_SOURCES =
98DIST_COMMON = Makefile.am Makefile.in
99all: all-am
100
101.SUFFIXES:
102$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
103 cd $(top_srcdir) && \
104 $(AUTOMAKE) --foreign doc/Makefile
105Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
106 cd $(top_builddir) && \
107 CONFIG_HEADERS= CONFIG_LINKS= \
108 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
109uninstall-info-am:
110tags: TAGS
111TAGS:
112
113
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
116top_distdir = ..
117distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
118
119distdir: $(DISTFILES)
120 @for file in $(DISTFILES); do \
121 if test -f $$file; then d=.; else d=$(srcdir); fi; \
122 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
123 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
124 $(mkinstalldirs) "$(distdir)/$$dir"; \
125 fi; \
126 if test -d $$d/$$file; then \
127 cp -pR $$d/$$file $(distdir) \
128 || exit 1; \
129 else \
130 test -f $(distdir)/$$file \
131 || cp -p $$d/$$file $(distdir)/$$file \
132 || exit 1; \
133 fi; \
134 done
135check-am: all-am
136check: check-am
137all-am: Makefile
138
139installdirs:
140
141install: install-am
142install-exec: install-exec-am
143install-data: install-data-am
144uninstall: uninstall-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148
149installcheck: installcheck-am
150install-strip:
151 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
152 `test -z '$(STRIP)' || \
153 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
154mostlyclean-generic:
155
156clean-generic:
157
158distclean-generic:
159 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
160
161maintainer-clean-generic:
162 @echo "This command is intended for maintainers to use"
163 @echo "it deletes files that may require special tools to rebuild."
164clean: clean-am
165
166clean-am: clean-generic mostlyclean-am
167
168distclean: distclean-am
169
170distclean-am: clean-am distclean-generic
171
172dvi: dvi-am
173
174dvi-am:
175
176info: info-am
177
178info-am:
179
180install-data-am:
181
182install-exec-am:
183
184install-info: install-info-am
185
186install-man:
187
188installcheck-am:
189
190maintainer-clean: maintainer-clean-am
191
192maintainer-clean-am: distclean-am maintainer-clean-generic
193
194mostlyclean: mostlyclean-am
195
196mostlyclean-am: mostlyclean-generic
197
198uninstall-am: uninstall-info-am
199
200.PHONY: all all-am check check-am clean clean-generic distclean \
201 distclean-generic distdir dvi dvi-am info info-am install \
202 install-am install-data install-data-am install-exec \
203 install-exec-am install-info install-info-am install-man \
204 install-strip installcheck installcheck-am installdirs \
205 maintainer-clean maintainer-clean-generic mostlyclean \
206 mostlyclean-generic uninstall uninstall-am uninstall-info-am
207
208
209all:
210# Tell versions [3.59,3.63) of GNU make to not export all variables.
211# Otherwise a system limit (for SysV at least) may be exceeded.
212.NOEXPORT:
This page took 0.173147 seconds and 5 git commands to generate.