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