]> andersk Git - splint.git/blob - doc/Makefile.in
Fixed bug in string initialization checking.
[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
93 subdir = doc
94 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
95 CONFIG_HEADER = $(top_builddir)/config.h
96 CONFIG_CLEAN_FILES =
97 DIST_SOURCES =
98 DIST_COMMON = Makefile.am Makefile.in
99 all: 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
105 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
106         cd $(top_builddir) && \
107           CONFIG_HEADERS= CONFIG_LINKS= \
108           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
109 uninstall-info-am:
110 tags: TAGS
111 TAGS:
112
113
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
116 top_distdir = ..
117 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
118
119 distdir: $(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
135 check-am: all-am
136 check: check-am
137 all-am: Makefile
138
139 installdirs:
140
141 install: install-am
142 install-exec: install-exec-am
143 install-data: install-data-am
144 uninstall: uninstall-am
145
146 install-am: all-am
147         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148
149 installcheck: installcheck-am
150 install-strip:
151         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
152           `test -z '$(STRIP)' || \
153             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
154 mostlyclean-generic:
155
156 clean-generic:
157
158 distclean-generic:
159         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
160
161 maintainer-clean-generic:
162         @echo "This command is intended for maintainers to use"
163         @echo "it deletes files that may require special tools to rebuild."
164 clean: clean-am
165
166 clean-am: clean-generic mostlyclean-am
167
168 distclean: distclean-am
169
170 distclean-am: clean-am distclean-generic
171
172 dvi: dvi-am
173
174 dvi-am:
175
176 info: info-am
177
178 info-am:
179
180 install-data-am:
181
182 install-exec-am:
183
184 install-info: install-info-am
185
186 install-man:
187
188 installcheck-am:
189
190 maintainer-clean: maintainer-clean-am
191
192 maintainer-clean-am: distclean-am maintainer-clean-generic
193
194 mostlyclean: mostlyclean-am
195
196 mostlyclean-am: mostlyclean-generic
197
198 uninstall-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
209 all:
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.223862 seconds and 5 git commands to generate.