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