]> andersk Git - splint.git/blame - imports/Makefile.in
Fixed off by one bug involving arrays initialized with a block of values.
[splint.git] / imports / 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@
8fe44445 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
a8a71ab5 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8fe44445 47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
a8a71ab5 50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
8fe44445 53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
f7bbce9e 62build_alias = @build_alias@
63build_triplet = @build@
8fe44445 64host_alias = @host_alias@
65host_triplet = @host@
f7bbce9e 66target_alias = @target_alias@
67target_triplet = @target@
a8a71ab5 68
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
1810fe2a 72AMTAR = @AMTAR@
73AWK = @AWK@
8fe44445 74BISON = @BISON@
75CAT = @CAT@
76CC = @CC@
77CP = @CP@
78CPP = @CPP@
1810fe2a 79DEPDIR = @DEPDIR@
8fe44445 80DIFF = @DIFF@
8fe44445 81GREP = @GREP@
1810fe2a 82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 83LCLOBJ = @LCLOBJ@
84LEX = @LEX@
a8a71ab5 85LEXLIB = @LEXLIB@
86LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
8fe44445 87LN_S = @LN_S@
88MV = @MV@
1810fe2a 89PACKAGE = @PACKAGE@
8fe44445 90RM = @RM@
cf38ca4d 91SED = @SED@
a8a71ab5 92STRIP = @STRIP@
1810fe2a 93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
8fe44445 97
98AUTOMAKE_OPTIONS = 1.5 foreign
99
100importsdir = $(pkgdatadir)/imports
101
102imports_DATA = \
103 assert.lcl assert.lcs ctype.lcl ctype.lcs errno.lcl errno.lcs \
104 limits.lcl limits.lcs locale.lcl locale.lcs math.lcl math.lcs \
105 setjmp.lcl setjmp.lcs signal.lcl signal.lcs stdarg.lcl stdarg.lcs \
106 stdio.lcl stdio.lcs stdlib.lcl stdlib.lcs string.lcl string.lcs \
107 strings.lcl strings.lcs time.lcl time.lcs
108
109
110EXTRA_DIST = $(imports_DATA)
111subdir = imports
112mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
113CONFIG_HEADER = $(top_builddir)/config.h
114CONFIG_CLEAN_FILES =
115DIST_SOURCES =
116DATA = $(imports_DATA)
117
118DIST_COMMON = Makefile.am Makefile.in
119all: all-am
120
121.SUFFIXES:
122$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
123 cd $(top_srcdir) && \
124 $(AUTOMAKE) --foreign imports/Makefile
125Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
a8a71ab5 126 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
8fe44445 127uninstall-info-am:
a8a71ab5 128importsDATA_INSTALL = $(INSTALL_DATA)
8fe44445 129install-importsDATA: $(imports_DATA)
130 @$(NORMAL_INSTALL)
131 $(mkinstalldirs) $(DESTDIR)$(importsdir)
132 @list='$(imports_DATA)'; for p in $$list; do \
133 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
134 f="`echo $$p | sed -e 's|^.*/||'`"; \
a8a71ab5 135 echo " $(importsDATA_INSTALL) $$d$$p $(DESTDIR)$(importsdir)/$$f"; \
136 $(importsDATA_INSTALL) $$d$$p $(DESTDIR)$(importsdir)/$$f; \
8fe44445 137 done
138
139uninstall-importsDATA:
140 @$(NORMAL_UNINSTALL)
141 @list='$(imports_DATA)'; for p in $$list; do \
142 f="`echo $$p | sed -e 's|^.*/||'`"; \
143 echo " rm -f $(DESTDIR)$(importsdir)/$$f"; \
144 rm -f $(DESTDIR)$(importsdir)/$$f; \
145 done
146tags: TAGS
147TAGS:
148
8fe44445 149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
151top_distdir = ..
152distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
153
154distdir: $(DISTFILES)
a8a71ab5 155 @list='$(DISTFILES)'; for file in $$list; do \
156 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8fe44445 157 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
158 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
a8a71ab5 159 dir="/$$dir"; \
160 $(mkinstalldirs) "$(distdir)$$dir"; \
161 else \
162 dir=''; \
8fe44445 163 fi; \
164 if test -d $$d/$$file; then \
a8a71ab5 165 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
166 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
167 fi; \
168 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
8fe44445 169 else \
170 test -f $(distdir)/$$file \
171 || cp -p $$d/$$file $(distdir)/$$file \
172 || exit 1; \
173 fi; \
174 done
175check-am: all-am
176check: check-am
177all-am: Makefile $(DATA)
178
179installdirs:
180 $(mkinstalldirs) $(DESTDIR)$(importsdir)
181
182install: install-am
183install-exec: install-exec-am
184install-data: install-data-am
185uninstall: uninstall-am
186
187install-am: all-am
188 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
189
190installcheck: installcheck-am
191install-strip:
192 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a8a71ab5 193 INSTALL_STRIP_FLAG=-s \
8fe44445 194 `test -z '$(STRIP)' || \
195 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
196mostlyclean-generic:
197
198clean-generic:
199
200distclean-generic:
a8a71ab5 201 -rm -f Makefile $(CONFIG_CLEAN_FILES)
8fe44445 202
203maintainer-clean-generic:
204 @echo "This command is intended for maintainers to use"
205 @echo "it deletes files that may require special tools to rebuild."
206clean: clean-am
207
208clean-am: clean-generic mostlyclean-am
209
210distclean: distclean-am
211
212distclean-am: clean-am distclean-generic
213
214dvi: dvi-am
215
216dvi-am:
217
218info: info-am
219
220info-am:
221
222install-data-am: install-importsDATA
223
224install-exec-am:
225
226install-info: install-info-am
227
228install-man:
229
230installcheck-am:
231
232maintainer-clean: maintainer-clean-am
233
234maintainer-clean-am: distclean-am maintainer-clean-generic
235
236mostlyclean: mostlyclean-am
237
238mostlyclean-am: mostlyclean-generic
239
240uninstall-am: uninstall-importsDATA uninstall-info-am
241
242.PHONY: all all-am check check-am clean clean-generic distclean \
243 distclean-generic distdir dvi dvi-am info info-am install \
244 install-am install-data install-data-am install-exec \
245 install-exec-am install-importsDATA install-info \
246 install-info-am install-man install-strip installcheck \
247 installcheck-am installdirs maintainer-clean \
248 maintainer-clean-generic mostlyclean mostlyclean-generic \
249 uninstall uninstall-am uninstall-importsDATA uninstall-info-am
250
251# Tell versions [3.59,3.63) of GNU make to not export all variables.
252# Otherwise a system limit (for SysV at least) may be exceeded.
253.NOEXPORT:
This page took 0.311521 seconds and 5 git commands to generate.