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