]> andersk Git - splint.git/blame - Makefile.in
Moved doc/lclint.1 to doc/splint.1
[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 = :
58host_alias = @host_alias@
59host_triplet = @host@
73b29173 60AMTAR = @AMTAR@
61AWK = @AWK@
8fe44445 62BISON = @BISON@
63CAT = @CAT@
64CC = @CC@
65CP = @CP@
66CPP = @CPP@
73b29173 67DEPDIR = @DEPDIR@
8fe44445 68DIFF = @DIFF@
73b29173 69EXEEXT = @EXEEXT@
8fe44445 70GREP = @GREP@
73b29173 71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 72LCLOBJ = @LCLOBJ@
73LEX = @LEX@
74LN_S = @LN_S@
75MV = @MV@
73b29173 76OBJEXT = @OBJEXT@
8fe44445 77PACKAGE = @PACKAGE@
78RM = @RM@
79VERSION = @VERSION@
73b29173 80am__include = @am__include@
81am__quote = @am__quote@
82install_sh = @install_sh@
8fe44445 83
84AUTOMAKE_OPTIONS = 1.5 foreign
85
86SUBDIRS = src lib imports test
87subdir = .
88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
90CONFIG_HEADER = config.h
73441cf5 91CONFIG_CLEAN_FILES =
8fe44445 92DIST_SOURCES =
93
94RECURSIVE_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
155af98d 98DIST_COMMON = README install.html ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
8fe44445 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
102DIST_SUBDIRS = $(SUBDIRS)
103all: 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
110Makefile: $(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)
122config.h: stamp-h
123 @if test ! -f $@; then \
124 rm -f stamp-h; \
125 $(MAKE) stamp-h; \
126 else :; fi
127stamp-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
145distclean-hdr:
146 -rm -f config.h
147uninstall-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
174mostlyclean-recursive clean-recursive distclean-recursive \
175maintainer-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"
199tags-recursive:
200 list='$(SUBDIRS)'; for subdir in $$list; do \
201 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
202 done
203
204tags: TAGS
205
206ID: $(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
215TAGS: 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
233GTAGS:
234 here=`CDPATH=: && cd $(top_builddir) && pwd` \
235 && cd $(top_srcdir) \
236 && gtags -i $(GTAGS_ARGS) $$here
237
238distclean-tags:
239 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
240
241DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242
243top_distdir = .
244# Avoid unsightly `./'.
245distdir = $(PACKAGE)-$(VERSION)
246
247GZIP_ENV = --best
248
249distdir: $(DISTFILES)
250 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
251 mkdir $(distdir)
73441cf5 252 $(mkinstalldirs) $(distdir)/config
8fe44445 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)
286dist: 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.
293distcheck: 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'
321check-am: all-am
322check: check-recursive
323all-am: Makefile config.h
324installdirs: installdirs-recursive
325installdirs-am:
326
327install: install-recursive
328install-exec: install-exec-recursive
329install-data: install-data-recursive
330uninstall: uninstall-recursive
331
332install-am: all-am
333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
334
335installcheck: installcheck-recursive
336install-strip:
337 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338 `test -z '$(STRIP)' || \
339 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
340mostlyclean-generic:
341
342clean-generic:
343
344distclean-generic:
345 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
346
347maintainer-clean-generic:
348 @echo "This command is intended for maintainers to use"
349 @echo "it deletes files that may require special tools to rebuild."
350clean: clean-recursive
351
352clean-am: clean-generic mostlyclean-am
353
354dist-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)
357distclean: distclean-recursive
358 -rm -f config.status config.cache config.log
359distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
360
361dvi: dvi-recursive
362
363dvi-am:
364
365info: info-recursive
366
367info-am:
368
369install-data-am:
370
371install-exec-am:
372
373install-info: install-info-recursive
374
375install-man:
376
377installcheck-am:
378
379maintainer-clean: maintainer-clean-recursive
380
381maintainer-clean-am: distclean-am maintainer-clean-generic
382
383mostlyclean: mostlyclean-recursive
384
385mostlyclean-am: mostlyclean-generic
386
387uninstall-am: uninstall-info-am
388
389uninstall-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
155af98d 406.PHONY: test
407test:
408 cd test; ${MAKE}
409
8fe44445 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.10372 seconds and 5 git commands to generate.