]> andersk Git - splint.git/blame - lib/Makefile.in
Committing Evans's update of man page to fix problems reported by ESR.
[splint.git] / lib / Makefile.in
CommitLineData
a8a71ab5 1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
8fe44445 3
a8a71ab5 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
8fe44445 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
f9264521 17### Make phony, always remake everything.
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
a8a71ab5 48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8fe44445 49INSTALL = @INSTALL@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@
51INSTALL_DATA = @INSTALL_DATA@
a8a71ab5 52install_sh_DATA = $(install_sh) -c -m 644
53install_sh_PROGRAM = $(install_sh) -c
54install_sh_SCRIPT = $(install_sh) -c
8fe44445 55INSTALL_SCRIPT = @INSTALL_SCRIPT@
56INSTALL_HEADER = $(INSTALL_DATA)
57transform = @program_transform_name@
58NORMAL_INSTALL = :
59PRE_INSTALL = :
60POST_INSTALL = :
61NORMAL_UNINSTALL = :
62PRE_UNINSTALL = :
63POST_UNINSTALL = :
f7bbce9e 64build_alias = @build_alias@
65build_triplet = @build@
8fe44445 66host_alias = @host_alias@
67host_triplet = @host@
f7bbce9e 68target_alias = @target_alias@
69target_triplet = @target@
a8a71ab5 70
71EXEEXT = @EXEEXT@
72OBJEXT = @OBJEXT@
73PATH_SEPARATOR = @PATH_SEPARATOR@
1810fe2a 74AMTAR = @AMTAR@
75AWK = @AWK@
8fe44445 76BISON = @BISON@
77CAT = @CAT@
78CC = @CC@
79CP = @CP@
80CPP = @CPP@
1810fe2a 81DEPDIR = @DEPDIR@
8fe44445 82DIFF = @DIFF@
8fe44445 83GREP = @GREP@
1810fe2a 84INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 85LCLOBJ = @LCLOBJ@
86LEX = @LEX@
a8a71ab5 87LEXLIB = @LEXLIB@
88LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
8fe44445 89LN_S = @LN_S@
90MV = @MV@
1810fe2a 91PACKAGE = @PACKAGE@
8fe44445 92RM = @RM@
6fcd0b1e 93SED = @SED@
a8a71ab5 94STRIP = @STRIP@
1810fe2a 95VERSION = @VERSION@
96am__include = @am__include@
97am__quote = @am__quote@
98install_sh = @install_sh@
8fe44445 99
100AUTOMAKE_OPTIONS = 1.5 foreign
101
11db3170 102splintlibdir = $(pkgdatadir)/lib
8fe44445 103
4aadc959 104UnixHeaders = stdio.h stdlib.h
105
11db3170 106splintlib_DATA = \
155af98d 107 standard.h standard.lcd standardstrict.lcd posix.h posix.lcd posixstrict.lcd \
8fe44445 108 unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
109 file.mts file.xh filerw.mts filerw.xh \
3be9a165 110 lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
4aadc959 111 stdio.h stdlib.h $(UnixHeaders)
8fe44445 112
113
11db3170 114EXTRA_DIST = $(splintlib_DATA)
8fe44445 115
5ca29538 116CLEANFILES = posix.lcd standard.lcd unix.lcd \
117 posixstrict.lcd standardstrict.lcd unixstrict.lcd
118
119
11db3170 120SPLINT = $(top_builddir)/src/splint$(EXEEXT)
8fe44445 121subdir = lib
122mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125DIST_SOURCES =
11db3170 126DATA = $(splintlib_DATA)
8fe44445 127
128DIST_COMMON = Makefile.am Makefile.in
129all: all-am
130
131.SUFFIXES:
132$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133 cd $(top_srcdir) && \
134 $(AUTOMAKE) --foreign lib/Makefile
135Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
a8a71ab5 136 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
8fe44445 137uninstall-info-am:
a8a71ab5 138splintlibDATA_INSTALL = $(INSTALL_DATA)
11db3170 139install-splintlibDATA: $(splintlib_DATA)
8fe44445 140 @$(NORMAL_INSTALL)
11db3170 141 $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
142 @list='$(splintlib_DATA)'; for p in $$list; do \
8fe44445 143 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
144 f="`echo $$p | sed -e 's|^.*/||'`"; \
a8a71ab5 145 echo " $(splintlibDATA_INSTALL) $$d$$p $(DESTDIR)$(splintlibdir)/$$f"; \
146 $(splintlibDATA_INSTALL) $$d$$p $(DESTDIR)$(splintlibdir)/$$f; \
8fe44445 147 done
148
11db3170 149uninstall-splintlibDATA:
8fe44445 150 @$(NORMAL_UNINSTALL)
11db3170 151 @list='$(splintlib_DATA)'; for p in $$list; do \
8fe44445 152 f="`echo $$p | sed -e 's|^.*/||'`"; \
11db3170 153 echo " rm -f $(DESTDIR)$(splintlibdir)/$$f"; \
154 rm -f $(DESTDIR)$(splintlibdir)/$$f; \
8fe44445 155 done
156tags: TAGS
157TAGS:
158
8fe44445 159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160
161top_distdir = ..
162distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
163
164distdir: $(DISTFILES)
a8a71ab5 165 @list='$(DISTFILES)'; for file in $$list; do \
166 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8fe44445 167 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
168 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
a8a71ab5 169 dir="/$$dir"; \
170 $(mkinstalldirs) "$(distdir)$$dir"; \
171 else \
172 dir=''; \
8fe44445 173 fi; \
174 if test -d $$d/$$file; then \
a8a71ab5 175 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
176 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
177 fi; \
178 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
8fe44445 179 else \
180 test -f $(distdir)/$$file \
181 || cp -p $$d/$$file $(distdir)/$$file \
182 || exit 1; \
183 fi; \
184 done
185check-am: all-am
186check: check-am
187all-am: Makefile $(DATA)
188
189installdirs:
11db3170 190 $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
8fe44445 191
192install: install-am
193install-exec: install-exec-am
194install-data: install-data-am
195uninstall: uninstall-am
196
197install-am: all-am
198 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
199
200installcheck: installcheck-am
201install-strip:
202 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a8a71ab5 203 INSTALL_STRIP_FLAG=-s \
8fe44445 204 `test -z '$(STRIP)' || \
205 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
206mostlyclean-generic:
207
208clean-generic:
5ca29538 209 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
8fe44445 210
211distclean-generic:
a8a71ab5 212 -rm -f Makefile $(CONFIG_CLEAN_FILES)
8fe44445 213
214maintainer-clean-generic:
215 @echo "This command is intended for maintainers to use"
216 @echo "it deletes files that may require special tools to rebuild."
217clean: clean-am
218
219clean-am: clean-generic mostlyclean-am
220
221distclean: distclean-am
222
223distclean-am: clean-am distclean-generic
224
225dvi: dvi-am
226
227dvi-am:
228
229info: info-am
230
231info-am:
232
11db3170 233install-data-am: install-splintlibDATA
8fe44445 234
235install-exec-am:
236
237install-info: install-info-am
238
239install-man:
240
241installcheck-am:
242
243maintainer-clean: maintainer-clean-am
244
245maintainer-clean-am: distclean-am maintainer-clean-generic
246
247mostlyclean: mostlyclean-am
248
249mostlyclean-am: mostlyclean-generic
250
11db3170 251uninstall-am: uninstall-info-am uninstall-splintlibDATA
8fe44445 252
253.PHONY: all all-am check check-am clean clean-generic distclean \
254 distclean-generic distdir dvi dvi-am info info-am install \
255 install-am install-data install-data-am install-exec \
11db3170 256 install-exec-am install-info install-info-am install-man \
257 install-splintlibDATA install-strip installcheck \
8fe44445 258 installcheck-am installdirs maintainer-clean \
259 maintainer-clean-generic mostlyclean mostlyclean-generic \
260 uninstall uninstall-am uninstall-info-am \
11db3170 261 uninstall-splintlibDATA
8fe44445 262
263
f9264521 264.PHONY: all standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
265
11db3170 266$(SPLINT):
8fe44445 267 cd $(top_builddir)/src; $(MAKE)
268
f9264521 269all: standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
270
155af98d 271standard.lcd: standard.h $(SPLINT)
272 -$(SPLINT) -nof -nolib +impconj standard.h -dump standard
8fe44445 273 @touch $@
274
155af98d 275standardstrict.lcd: standard.h $(SPLINT)
276 -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict
8fe44445 277 @touch $@
278
155af98d 279posix.lcd: standard.h posix.h $(SPLINT)
280 -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix
8fe44445 281 @touch $@
282
155af98d 283posixstrict.lcd: standard.h posix.h $(SPLINT)
284 -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict
8fe44445 285 @touch $@
286
155af98d 287unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
288 -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix
8fe44445 289 @touch $@
290
155af98d 291unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
292 -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h stdio.h stdlib.h -dump unixstrict
8fe44445 293 @touch $@
294# Tell versions [3.59,3.63) of GNU make to not export all variables.
295# Otherwise a system limit (for SysV at least) may be exceeded.
296.NOEXPORT:
This page took 0.827671 seconds and 5 git commands to generate.