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