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