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