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