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