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