]> andersk Git - splint.git/blame - lib/Makefile.in
Committed my changes (but there are several splintme errors currently).
[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
f9264521 16### Make phony, always remake everything.
17
8fe44445 18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
f7bbce9e 60build_alias = @build_alias@
61build_triplet = @build@
8fe44445 62host_alias = @host_alias@
63host_triplet = @host@
f7bbce9e 64target_alias = @target_alias@
65target_triplet = @target@
1810fe2a 66AMTAR = @AMTAR@
67AWK = @AWK@
8fe44445 68BISON = @BISON@
69CAT = @CAT@
70CC = @CC@
71CP = @CP@
72CPP = @CPP@
1810fe2a 73DEPDIR = @DEPDIR@
8fe44445 74DIFF = @DIFF@
1810fe2a 75EXEEXT = @EXEEXT@
8fe44445 76GREP = @GREP@
1810fe2a 77INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 78LCLOBJ = @LCLOBJ@
79LEX = @LEX@
80LN_S = @LN_S@
81MV = @MV@
1810fe2a 82OBJEXT = @OBJEXT@
83PACKAGE = @PACKAGE@
8fe44445 84RM = @RM@
6fcd0b1e 85SED = @SED@
1810fe2a 86VERSION = @VERSION@
87am__include = @am__include@
88am__quote = @am__quote@
89install_sh = @install_sh@
8fe44445 90
91AUTOMAKE_OPTIONS = 1.5 foreign
92
11db3170 93splintlibdir = $(pkgdatadir)/lib
8fe44445 94
4aadc959 95UnixHeaders = stdio.h stdlib.h
96
11db3170 97splintlib_DATA = \
155af98d 98 standard.h standard.lcd standardstrict.lcd posix.h posix.lcd posixstrict.lcd \
8fe44445 99 unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
100 file.mts file.xh filerw.mts filerw.xh \
3be9a165 101 lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
4aadc959 102 stdio.h stdlib.h $(UnixHeaders)
8fe44445 103
104
11db3170 105EXTRA_DIST = $(splintlib_DATA)
8fe44445 106
5ca29538 107CLEANFILES = posix.lcd standard.lcd unix.lcd \
108 posixstrict.lcd standardstrict.lcd unixstrict.lcd
109
110
11db3170 111SPLINT = $(top_builddir)/src/splint$(EXEEXT)
8fe44445 112subdir = lib
113mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
114CONFIG_HEADER = $(top_builddir)/config.h
115CONFIG_CLEAN_FILES =
116DIST_SOURCES =
11db3170 117DATA = $(splintlib_DATA)
8fe44445 118
119DIST_COMMON = Makefile.am Makefile.in
120all: all-am
121
122.SUFFIXES:
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
124 cd $(top_srcdir) && \
125 $(AUTOMAKE) --foreign lib/Makefile
126Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127 cd $(top_builddir) && \
128 CONFIG_HEADERS= CONFIG_LINKS= \
129 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
130uninstall-info-am:
11db3170 131install-splintlibDATA: $(splintlib_DATA)
8fe44445 132 @$(NORMAL_INSTALL)
11db3170 133 $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
134 @list='$(splintlib_DATA)'; for p in $$list; do \
8fe44445 135 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
136 f="`echo $$p | sed -e 's|^.*/||'`"; \
11db3170 137 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(splintlibdir)/$$f"; \
138 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(splintlibdir)/$$f; \
8fe44445 139 done
140
11db3170 141uninstall-splintlibDATA:
8fe44445 142 @$(NORMAL_UNINSTALL)
11db3170 143 @list='$(splintlib_DATA)'; for p in $$list; do \
8fe44445 144 f="`echo $$p | sed -e 's|^.*/||'`"; \
11db3170 145 echo " rm -f $(DESTDIR)$(splintlibdir)/$$f"; \
146 rm -f $(DESTDIR)$(splintlibdir)/$$f; \
8fe44445 147 done
148tags: TAGS
149TAGS:
150
151
152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153
154top_distdir = ..
155distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
156
157distdir: $(DISTFILES)
158 @for file in $(DISTFILES); do \
159 if test -f $$file; then d=.; else d=$(srcdir); fi; \
160 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
161 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
162 $(mkinstalldirs) "$(distdir)/$$dir"; \
163 fi; \
164 if test -d $$d/$$file; then \
165 cp -pR $$d/$$file $(distdir) \
166 || exit 1; \
167 else \
168 test -f $(distdir)/$$file \
169 || cp -p $$d/$$file $(distdir)/$$file \
170 || exit 1; \
171 fi; \
172 done
173check-am: all-am
174check: check-am
175all-am: Makefile $(DATA)
176
177installdirs:
11db3170 178 $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
8fe44445 179
180install: install-am
181install-exec: install-exec-am
182install-data: install-data-am
183uninstall: uninstall-am
184
185install-am: all-am
186 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
187
188installcheck: installcheck-am
189install-strip:
190 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
191 `test -z '$(STRIP)' || \
192 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
193mostlyclean-generic:
194
195clean-generic:
5ca29538 196 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
8fe44445 197
198distclean-generic:
199 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
200
201maintainer-clean-generic:
202 @echo "This command is intended for maintainers to use"
203 @echo "it deletes files that may require special tools to rebuild."
204clean: clean-am
205
206clean-am: clean-generic mostlyclean-am
207
208distclean: distclean-am
209
210distclean-am: clean-am distclean-generic
211
212dvi: dvi-am
213
214dvi-am:
215
216info: info-am
217
218info-am:
219
11db3170 220install-data-am: install-splintlibDATA
8fe44445 221
222install-exec-am:
223
224install-info: install-info-am
225
226install-man:
227
228installcheck-am:
229
230maintainer-clean: maintainer-clean-am
231
232maintainer-clean-am: distclean-am maintainer-clean-generic
233
234mostlyclean: mostlyclean-am
235
236mostlyclean-am: mostlyclean-generic
237
11db3170 238uninstall-am: uninstall-info-am uninstall-splintlibDATA
8fe44445 239
240.PHONY: all all-am check check-am clean clean-generic distclean \
241 distclean-generic distdir dvi dvi-am info info-am install \
242 install-am install-data install-data-am install-exec \
11db3170 243 install-exec-am install-info install-info-am install-man \
244 install-splintlibDATA install-strip installcheck \
8fe44445 245 installcheck-am installdirs maintainer-clean \
246 maintainer-clean-generic mostlyclean mostlyclean-generic \
247 uninstall uninstall-am uninstall-info-am \
11db3170 248 uninstall-splintlibDATA
8fe44445 249
250
f9264521 251.PHONY: all standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
252
11db3170 253$(SPLINT):
8fe44445 254 cd $(top_builddir)/src; $(MAKE)
255
f9264521 256all: standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
257
155af98d 258standard.lcd: standard.h $(SPLINT)
259 -$(SPLINT) -nof -nolib +impconj standard.h -dump standard
8fe44445 260 @touch $@
261
155af98d 262standardstrict.lcd: standard.h $(SPLINT)
263 -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict
8fe44445 264 @touch $@
265
155af98d 266posix.lcd: standard.h posix.h $(SPLINT)
267 -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix
8fe44445 268 @touch $@
269
155af98d 270posixstrict.lcd: standard.h posix.h $(SPLINT)
271 -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict
8fe44445 272 @touch $@
273
155af98d 274unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
275 -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix
8fe44445 276 @touch $@
277
155af98d 278unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
279 -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h stdio.h stdlib.h -dump unixstrict
8fe44445 280 @touch $@
281# Tell versions [3.59,3.63) of GNU make to not export all variables.
282# Otherwise a system limit (for SysV at least) may be exceeded.
283.NOEXPORT:
This page took 0.09573 seconds and 5 git commands to generate.