]> andersk Git - splint.git/blame - lib/Makefile.in
Updated README version number. (Testing sourceforge)
[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@
73b29173 67DEPDIR = @DEPDIR@
8fe44445 68DIFF = @DIFF@
73b29173 69EXEEXT = @EXEEXT@
8fe44445 70GREP = @GREP@
73b29173 71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 72LCLOBJ = @LCLOBJ@
73LEX = @LEX@
74LN_S = @LN_S@
75MV = @MV@
73b29173 76OBJEXT = @OBJEXT@
8fe44445 77PACKAGE = @PACKAGE@
78RM = @RM@
79VERSION = @VERSION@
73b29173 80am__include = @am__include@
81am__quote = @am__quote@
82install_sh = @install_sh@
8fe44445 83
84AUTOMAKE_OPTIONS = 1.5 foreign
85
86lclintlibdir = $(pkgdatadir)/lib
87
88lclintlib_DATA = \
89 ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \
90 unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
91 file.mts file.xh filerw.mts filerw.xh \
3be9a165 92 lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
93 stdio.h stdlib.h
8fe44445 94
95
96EXTRA_DIST = $(lclintlib_DATA)
97
e5f31c00 98LCLINT = $(top_builddir)/src/lclint$(EXEEXT)
8fe44445 99subdir = lib
100mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103DIST_SOURCES =
104DATA = $(lclintlib_DATA)
105
106DIST_COMMON = Makefile.am Makefile.in
107all: 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
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) && \
115 CONFIG_HEADERS= CONFIG_LINKS= \
116 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
117uninstall-info-am:
118install-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
128uninstall-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
135tags: TAGS
136TAGS:
137
138
139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
141top_distdir = ..
142distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
143
144distdir: $(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
160check-am: all-am
161check: check-am
162all-am: Makefile $(DATA)
163
164installdirs:
165 $(mkinstalldirs) $(DESTDIR)$(lclintlibdir)
166
167install: install-am
168install-exec: install-exec-am
169install-data: install-data-am
170uninstall: uninstall-am
171
172install-am: all-am
173 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174
175installcheck: installcheck-am
176install-strip:
177 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
178 `test -z '$(STRIP)' || \
179 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
180mostlyclean-generic:
181
182clean-generic:
183
184distclean-generic:
185 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
186
187maintainer-clean-generic:
188 @echo "This command is intended for maintainers to use"
189 @echo "it deletes files that may require special tools to rebuild."
190clean: clean-am
191
192clean-am: clean-generic mostlyclean-am
193
194distclean: distclean-am
195
196distclean-am: clean-am distclean-generic
197
198dvi: dvi-am
199
200dvi-am:
201
202info: info-am
203
204info-am:
205
206install-data-am: install-lclintlibDATA
207
208install-exec-am:
209
210install-info: install-info-am
211
212install-man:
213
214installcheck-am:
215
216maintainer-clean: maintainer-clean-am
217
218maintainer-clean-am: distclean-am maintainer-clean-generic
219
220mostlyclean: mostlyclean-am
221
222mostlyclean-am: mostlyclean-generic
223
224uninstall-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
240ansi.lcd: ansi.h $(LCLINT)
241 -$(LCLINT) -nolib +impconj ansi.h -dump ansi
242 @touch $@
243
244ansistrict.lcd: ansi.h $(LCLINT)
245 -$(LCLINT) -nolib +impconj -DSTRICT ansi.h -dump ansistrict
246 @touch $@
247
248posix.lcd: ansi.h posix.h $(LCLINT)
249 -$(LCLINT) -nolib +impconj ansi.h posix.h -dump posix
250 @touch $@
251
252posixstrict.lcd: ansi.h posix.h $(LCLINT)
253 -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
254 @touch $@
255
256unix.lcd: ansi.h posix.h unix.h $(LCLINT)
6c9a3167 257 -$(LCLINT) -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix
8fe44445 258 @touch $@
259
260unixstrict.lcd: ansi.h posix.h unix.h $(LCLINT)
6c9a3167 261 -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h stdio.h stdlib.h -dump unixstrict
8fe44445 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.147115 seconds and 5 git commands to generate.