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