]> andersk Git - splint.git/blame - Makefile.in
Added install.html to CVS.
[splint.git] / Makefile.in
CommitLineData
8fe44445 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@
8fe44445 60host_alias = @host_alias@
61host_triplet = @host@
f7bbce9e 62target_alias = @target_alias@
63target_triplet = @target@
73b29173 64AMTAR = @AMTAR@
65AWK = @AWK@
8fe44445 66BISON = @BISON@
67CAT = @CAT@
68CC = @CC@
69CP = @CP@
70CPP = @CPP@
73b29173 71DEPDIR = @DEPDIR@
8fe44445 72DIFF = @DIFF@
73b29173 73EXEEXT = @EXEEXT@
8fe44445 74GREP = @GREP@
73b29173 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 76LCLOBJ = @LCLOBJ@
77LEX = @LEX@
78LN_S = @LN_S@
79MV = @MV@
73b29173 80OBJEXT = @OBJEXT@
8fe44445 81PACKAGE = @PACKAGE@
82RM = @RM@
83VERSION = @VERSION@
73b29173 84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
8fe44445 87
88AUTOMAKE_OPTIONS = 1.5 foreign
89
3739432e 90SUBDIRS = src lib imports test doc
8fe44445 91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
94CONFIG_HEADER = config.h
73441cf5 95CONFIG_CLEAN_FILES =
8fe44445 96DIST_SOURCES =
97
98RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
99 uninstall-info-recursive all-recursive install-data-recursive \
100 install-exec-recursive installdirs-recursive install-recursive \
101 uninstall-recursive check-recursive installcheck-recursive
92b2ba2c 102DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
103 aclocal.m4 config.hin config/config.guess config/config.sub \
104 config/depcomp config/install-sh config/missing \
105 config/mkinstalldirs configure configure.ac
8fe44445 106DIST_SUBDIRS = $(SUBDIRS)
107all: config.h
108 $(MAKE) $(AM_MAKEFLAGS) all-recursive
109
110.SUFFIXES:
111$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
112 cd $(top_srcdir) && \
113 $(AUTOMAKE) --foreign Makefile
114Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
115 cd $(top_builddir) && \
116 CONFIG_HEADERS= CONFIG_LINKS= \
117 CONFIG_FILES=$@ $(SHELL) ./config.status
118
119$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
120 $(SHELL) ./config.status --recheck
121$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
122 cd $(srcdir) && $(AUTOCONF)
123
124$(ACLOCAL_M4): configure.ac acinclude.m4
125 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
126config.h: stamp-h
127 @if test ! -f $@; then \
128 rm -f stamp-h; \
129 $(MAKE) stamp-h; \
130 else :; fi
131stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
132 @rm -f stamp-h stamp-hT
133 @echo timestamp > stamp-hT 2> /dev/null
134 cd $(top_builddir) \
135 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
136 $(SHELL) ./config.status
137 @mv stamp-hT stamp-h
138$(srcdir)/config.hin: $(srcdir)/./stamp-h.in
139 @if test ! -f $@; then \
140 rm -f $(srcdir)/./stamp-h.in; \
141 $(MAKE) $(srcdir)/./stamp-h.in; \
142 else :; fi
143$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
144 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
145 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
146 cd $(top_srcdir) && $(AUTOHEADER)
147 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
148
149distclean-hdr:
150 -rm -f config.h
151uninstall-info-am:
152
153# This directory's subdirectories are mostly independent; you can cd
154# into them and run `make' without going through this Makefile.
155# To change the values of `make' variables: instead of editing Makefiles,
156# (1) if the variable is set in `config.status', edit `config.status'
157# (which will cause the Makefiles to be regenerated when you run `make');
158# (2) otherwise, pass the desired values on the `make' command line.
159$(RECURSIVE_TARGETS):
160 @set fnord $(MAKEFLAGS); amf=$$2; \
161 dot_seen=no; \
162 target=`echo $@ | sed s/-recursive//`; \
163 list='$(SUBDIRS)'; for subdir in $$list; do \
164 echo "Making $$target in $$subdir"; \
165 if test "$$subdir" = "."; then \
166 dot_seen=yes; \
167 local_target="$$target-am"; \
168 else \
169 local_target="$$target"; \
170 fi; \
171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173 done; \
174 if test "$$dot_seen" = "no"; then \
175 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
176 fi; test -z "$$fail"
177
178mostlyclean-recursive clean-recursive distclean-recursive \
179maintainer-clean-recursive:
180 @set fnord $(MAKEFLAGS); amf=$$2; \
181 dot_seen=no; \
182 case "$@" in \
183 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
184 *) list='$(SUBDIRS)' ;; \
185 esac; \
186 rev=''; for subdir in $$list; do \
187 if test "$$subdir" = "."; then :; else \
188 rev="$$subdir $$rev"; \
189 fi; \
190 done; \
191 rev="$$rev ."; \
192 target=`echo $@ | sed s/-recursive//`; \
193 for subdir in $$rev; do \
194 echo "Making $$target in $$subdir"; \
195 if test "$$subdir" = "."; then \
196 local_target="$$target-am"; \
197 else \
198 local_target="$$target"; \
199 fi; \
200 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
202 done && test -z "$$fail"
203tags-recursive:
204 list='$(SUBDIRS)'; for subdir in $$list; do \
205 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
206 done
207
208tags: TAGS
209
210ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
211 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
212 unique=`for i in $$list; do \
213 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214 done | \
215 $(AWK) ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 mkid -fID $$unique $(LISP)
218
219TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
220 $(TAGS_FILES) $(LISP)
221 tags=; \
222 here=`pwd`; \
223 list='$(SUBDIRS)'; for subdir in $$list; do \
224 if test "$$subdir" = .; then :; else \
225 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
226 fi; \
227 done; \
228 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
229 unique=`for i in $$list; do \
230 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231 done | \
232 $(AWK) ' { files[$$0] = 1; } \
233 END { for (i in files) print i; }'`; \
234 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
235 || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
236
237GTAGS:
238 here=`CDPATH=: && cd $(top_builddir) && pwd` \
239 && cd $(top_srcdir) \
240 && gtags -i $(GTAGS_ARGS) $$here
241
242distclean-tags:
243 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
244
245DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246
247top_distdir = .
248# Avoid unsightly `./'.
249distdir = $(PACKAGE)-$(VERSION)
250
251GZIP_ENV = --best
252
253distdir: $(DISTFILES)
254 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
255 mkdir $(distdir)
73441cf5 256 $(mkinstalldirs) $(distdir)/config
8fe44445 257 @for file in $(DISTFILES); do \
258 if test -f $$file; then d=.; else d=$(srcdir); fi; \
259 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
260 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
261 $(mkinstalldirs) "$(distdir)/$$dir"; \
262 fi; \
263 if test -d $$d/$$file; then \
264 cp -pR $$d/$$file $(distdir) \
265 || exit 1; \
266 else \
267 test -f $(distdir)/$$file \
268 || cp -p $$d/$$file $(distdir)/$$file \
269 || exit 1; \
270 fi; \
271 done
272 for subdir in $(SUBDIRS); do \
273 if test "$$subdir" = .; then :; else \
274 test -d $(distdir)/$$subdir \
275 || mkdir $(distdir)/$$subdir \
276 || exit 1; \
277 (cd $$subdir && \
278 $(MAKE) $(AM_MAKEFLAGS) \
279 top_distdir="$(top_distdir)" \
280 distdir=../$(distdir)/$$subdir \
281 distdir) \
282 || exit 1; \
283 fi; \
284 done
285 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
286 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
287 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
288 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
289 || chmod -R a+r $(distdir)
290dist: distdir
291 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
292 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
293
294# This target untars the dist file and tries a VPATH configuration. Then
295# it guarantees that the distribution is self-contained by making another
296# tarfile.
297distcheck: dist
298 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
299 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
300 chmod -R a-w $(distdir); chmod a+w $(distdir)
301 mkdir $(distdir)/=build
302 mkdir $(distdir)/=inst
303 chmod a-w $(distdir)
304 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
305 && cd $(distdir)/=build \
306 && ../configure --srcdir=.. --prefix=$$dc_install_base \
307 && $(MAKE) $(AM_MAKEFLAGS) \
308 && $(MAKE) $(AM_MAKEFLAGS) dvi \
309 && $(MAKE) $(AM_MAKEFLAGS) check \
310 && $(MAKE) $(AM_MAKEFLAGS) install \
311 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
312 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
313 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
314 || (echo "Error: files left after uninstall" 1>&2; \
315 exit 1) ) \
316 && $(MAKE) $(AM_MAKEFLAGS) dist \
317 && $(MAKE) $(AM_MAKEFLAGS) distclean \
318 && rm -f $(distdir).tar.gz \
319 && (test `find . -type f -print | wc -l` -eq 0 \
320 || (echo "Error: files left after distclean" 1>&2; \
321 exit 1) )
322 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
323 @echo "$(distdir).tar.gz is ready for distribution" | \
324 sed 'h;s/./=/g;p;x;p;x'
325check-am: all-am
326check: check-recursive
327all-am: Makefile config.h
328installdirs: installdirs-recursive
329installdirs-am:
330
331install: install-recursive
332install-exec: install-exec-recursive
333install-data: install-data-recursive
334uninstall: uninstall-recursive
335
336install-am: all-am
337 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338
339installcheck: installcheck-recursive
340install-strip:
341 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342 `test -z '$(STRIP)' || \
343 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344mostlyclean-generic:
345
346clean-generic:
347
348distclean-generic:
349 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
350
351maintainer-clean-generic:
352 @echo "This command is intended for maintainers to use"
353 @echo "it deletes files that may require special tools to rebuild."
354clean: clean-recursive
355
356clean-am: clean-generic mostlyclean-am
357
358dist-all: distdir
359 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
360 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
361distclean: distclean-recursive
362 -rm -f config.status config.cache config.log
363distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
364
365dvi: dvi-recursive
366
367dvi-am:
368
369info: info-recursive
370
371info-am:
372
373install-data-am:
374
375install-exec-am:
376
377install-info: install-info-recursive
378
379install-man:
380
381installcheck-am:
382
383maintainer-clean: maintainer-clean-recursive
384
385maintainer-clean-am: distclean-am maintainer-clean-generic
386
387mostlyclean: mostlyclean-recursive
388
389mostlyclean-am: mostlyclean-generic
390
391uninstall-am: uninstall-info-am
392
393uninstall-info: uninstall-info-recursive
394
395.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
396 clean-generic clean-recursive dist dist-all distcheck distclean \
397 distclean-generic distclean-hdr distclean-recursive \
398 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
399 info-recursive install install-am install-data install-data-am \
400 install-data-recursive install-exec install-exec-am \
401 install-exec-recursive install-info install-info-am \
402 install-info-recursive install-man install-recursive \
403 install-strip installcheck installcheck-am installdirs \
404 installdirs-am installdirs-recursive maintainer-clean \
405 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
406 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
407 uninstall uninstall-am uninstall-info-am \
408 uninstall-info-recursive uninstall-recursive
409
410# Tell versions [3.59,3.63) of GNU make to not export all variables.
411# Otherwise a system limit (for SysV at least) may be exceeded.
412.NOEXPORT:
This page took 0.76115 seconds and 5 git commands to generate.