]> andersk Git - splint.git/blob - lib/Makefile.in
*** empty log message ***
[splint.git] / lib / 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 BISON = @BISON@
61 CAT = @CAT@
62 CC = @CC@
63 CP = @CP@
64 CPP = @CPP@
65 CXX = @CXX@
66 DIFF = @DIFF@
67 GREP = @GREP@
68 LCLOBJ = @LCLOBJ@
69 LEX = @LEX@
70 LN_S = @LN_S@
71 MV = @MV@
72 PACKAGE = @PACKAGE@
73 RM = @RM@
74 VERSION = @VERSION@
75
76 AUTOMAKE_OPTIONS = 1.5 foreign
77
78 lclintlibdir = $(pkgdatadir)/lib
79
80 lclintlib_DATA = \
81   ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \
82   unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
83   file.mts file.xh filerw.mts filerw.xh \
84   lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh
85
86
87 EXTRA_DIST = $(lclintlib_DATA)
88
89 LCLINT = $(top_builddir)/src/lclint$(EXEEXT)
90 subdir = lib
91 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
92 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_FILES =
94 DIST_SOURCES =
95 DATA = $(lclintlib_DATA)
96
97 DIST_COMMON = Makefile.am Makefile.in
98 all: all-am
99
100 .SUFFIXES:
101 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
102         cd $(top_srcdir) && \
103           $(AUTOMAKE) --foreign  lib/Makefile
104 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
105         cd $(top_builddir) && \
106           CONFIG_HEADERS= CONFIG_LINKS= \
107           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
108 uninstall-info-am:
109 install-lclintlibDATA: $(lclintlib_DATA)
110         @$(NORMAL_INSTALL)
111         $(mkinstalldirs) $(DESTDIR)$(lclintlibdir)
112         @list='$(lclintlib_DATA)'; for p in $$list; do \
113           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
114           f="`echo $$p | sed -e 's|^.*/||'`"; \
115           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lclintlibdir)/$$f"; \
116           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lclintlibdir)/$$f; \
117         done
118
119 uninstall-lclintlibDATA:
120         @$(NORMAL_UNINSTALL)
121         @list='$(lclintlib_DATA)'; for p in $$list; do \
122           f="`echo $$p | sed -e 's|^.*/||'`"; \
123           echo " rm -f $(DESTDIR)$(lclintlibdir)/$$f"; \
124           rm -f $(DESTDIR)$(lclintlibdir)/$$f; \
125         done
126 tags: TAGS
127 TAGS:
128
129
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131
132 top_distdir = ..
133 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
134
135 distdir: $(DISTFILES)
136         @for file in $(DISTFILES); do \
137           if test -f $$file; then d=.; else d=$(srcdir); fi; \
138           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
139           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
140             $(mkinstalldirs) "$(distdir)/$$dir"; \
141           fi; \
142           if test -d $$d/$$file; then \
143             cp -pR $$d/$$file $(distdir) \
144             || exit 1; \
145           else \
146             test -f $(distdir)/$$file \
147             || cp -p $$d/$$file $(distdir)/$$file \
148             || exit 1; \
149           fi; \
150         done
151 check-am: all-am
152 check: check-am
153 all-am: Makefile $(DATA)
154
155 installdirs:
156         $(mkinstalldirs) $(DESTDIR)$(lclintlibdir)
157
158 install: install-am
159 install-exec: install-exec-am
160 install-data: install-data-am
161 uninstall: uninstall-am
162
163 install-am: all-am
164         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
165
166 installcheck: installcheck-am
167 install-strip:
168         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
169           `test -z '$(STRIP)' || \
170             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
171 mostlyclean-generic:
172
173 clean-generic:
174
175 distclean-generic:
176         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
177
178 maintainer-clean-generic:
179         @echo "This command is intended for maintainers to use"
180         @echo "it deletes files that may require special tools to rebuild."
181 clean: clean-am
182
183 clean-am: clean-generic mostlyclean-am
184
185 distclean: distclean-am
186
187 distclean-am: clean-am distclean-generic
188
189 dvi: dvi-am
190
191 dvi-am:
192
193 info: info-am
194
195 info-am:
196
197 install-data-am: install-lclintlibDATA
198
199 install-exec-am:
200
201 install-info: install-info-am
202
203 install-man:
204
205 installcheck-am:
206
207 maintainer-clean: maintainer-clean-am
208
209 maintainer-clean-am: distclean-am maintainer-clean-generic
210
211 mostlyclean: mostlyclean-am
212
213 mostlyclean-am: mostlyclean-generic
214
215 uninstall-am: uninstall-info-am uninstall-lclintlibDATA
216
217 .PHONY: all all-am check check-am clean clean-generic distclean \
218         distclean-generic distdir dvi dvi-am info info-am install \
219         install-am install-data install-data-am install-exec \
220         install-exec-am install-info install-info-am \
221         install-lclintlibDATA install-man install-strip installcheck \
222         installcheck-am installdirs maintainer-clean \
223         maintainer-clean-generic mostlyclean mostlyclean-generic \
224         uninstall uninstall-am uninstall-info-am \
225         uninstall-lclintlibDATA
226
227
228 $(LCLINT):
229         cd $(top_builddir)/src; $(MAKE)
230
231 ansi.lcd: ansi.h $(LCLINT)
232         -$(LCLINT) -nolib +impconj ansi.h -dump ansi
233         @touch $@
234
235 ansistrict.lcd: ansi.h $(LCLINT)
236         -$(LCLINT) -nolib +impconj -DSTRICT ansi.h -dump ansistrict
237         @touch $@
238
239 posix.lcd: ansi.h posix.h $(LCLINT)
240         -$(LCLINT) -nolib +impconj ansi.h posix.h -dump posix
241         @touch $@
242
243 posixstrict.lcd: ansi.h posix.h $(LCLINT)
244         -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
245         @touch $@
246
247 unix.lcd: ansi.h posix.h unix.h $(LCLINT)
248         -$(LCLINT) -nolib +impconj ansi.h posix.h unix.h -dump unix
249         @touch $@
250
251 unixstrict.lcd: ansi.h posix.h unix.h $(LCLINT)
252         -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h -dump unixstrict
253         @touch $@
254 # Tell versions [3.59,3.63) of GNU make to not export all variables.
255 # Otherwise a system limit (for SysV at least) may be exceeded.
256 .NOEXPORT:
This page took 0.06239 seconds and 5 git commands to generate.