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