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