]> andersk Git - splint.git/blame - imports/Makefile
Manual flags.
[splint.git] / imports / Makefile
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
15
16SHELL = /bin/sh
17
18srcdir = .
19top_srcdir = ..
20
21prefix = /usr/local
22exec_prefix = ${prefix}
23
24bindir = ${exec_prefix}/bin
25sbindir = ${exec_prefix}/sbin
26libexecdir = ${exec_prefix}/libexec
27datadir = ${prefix}/share
28sysconfdir = ${prefix}/etc
29sharedstatedir = ${prefix}/com
30localstatedir = ${prefix}/var
31libdir = ${exec_prefix}/lib
32infodir = ${prefix}/info
33mandir = ${prefix}/man
34includedir = ${prefix}/include
35oldincludedir = /usr/include
11db3170 36pkgdatadir = $(datadir)/splint
37pkglibdir = $(libdir)/splint
38pkgincludedir = $(includedir)/splint
8fe44445 39top_builddir = ..
40
11db3170 41ACLOCAL = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run aclocal
42AUTOCONF = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoconf
43AUTOMAKE = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run automake
44AUTOHEADER = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoheader
8fe44445 45
46INSTALL = /usr/bin/install -c
47INSTALL_PROGRAM = ${INSTALL}
48INSTALL_DATA = ${INSTALL} -m 644
49INSTALL_SCRIPT = ${INSTALL}
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = s,x,x,
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias =
59host_triplet = i686-pc-linux-gnu
11db3170 60AMTAR = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run tar
73b29173 61AWK = gawk
8fe44445 62BISON = bison
63CAT = cat
64CC = gcc
65CP = cp
66CPP = gcc -E
73b29173 67DEPDIR = .deps
8fe44445 68DIFF = diff
73b29173 69EXEEXT =
8fe44445 70GREP = grep
73b29173 71INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
8fe44445 72LCLOBJ = $(lcl_OBJECTS)
73LEX = flex
74LN_S = ln -s
75MV = mv
73b29173 76OBJEXT = o
11db3170 77PACKAGE = splint
8fe44445 78RM = rm
982cc10b 79VERSION = 3.0.0.21
73b29173 80am__include = include
81am__quote =
11db3170 82install_sh = /net/af10/evans/LCLintDev/config/install-sh
8fe44445 83
84AUTOMAKE_OPTIONS = 1.5 foreign
85
86importsdir = $(pkgdatadir)/imports
87
88imports_DATA = \
89 assert.lcl assert.lcs ctype.lcl ctype.lcs errno.lcl errno.lcs \
90 limits.lcl limits.lcs locale.lcl locale.lcs math.lcl math.lcs \
91 setjmp.lcl setjmp.lcs signal.lcl signal.lcs stdarg.lcl stdarg.lcs \
92 stdio.lcl stdio.lcs stdlib.lcl stdlib.lcs string.lcl string.lcs \
93 strings.lcl strings.lcs time.lcl time.lcs
94
95
96EXTRA_DIST = $(imports_DATA)
97subdir = imports
98mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101DIST_SOURCES =
102DATA = $(imports_DATA)
103
104DIST_COMMON = Makefile.am Makefile.in
105all: all-am
106
107.SUFFIXES:
108$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
109 cd $(top_srcdir) && \
110 $(AUTOMAKE) --foreign imports/Makefile
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) && \
113 CONFIG_HEADERS= CONFIG_LINKS= \
114 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
115uninstall-info-am:
116install-importsDATA: $(imports_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(importsdir)
119 @list='$(imports_DATA)'; for p in $$list; do \
120 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
121 f="`echo $$p | sed -e 's|^.*/||'`"; \
122 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f"; \
123 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f; \
124 done
125
126uninstall-importsDATA:
127 @$(NORMAL_UNINSTALL)
128 @list='$(imports_DATA)'; for p in $$list; do \
129 f="`echo $$p | sed -e 's|^.*/||'`"; \
130 echo " rm -f $(DESTDIR)$(importsdir)/$$f"; \
131 rm -f $(DESTDIR)$(importsdir)/$$f; \
132 done
133tags: TAGS
134TAGS:
135
136
137DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
139top_distdir = ..
140distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
141
142distdir: $(DISTFILES)
143 @for file in $(DISTFILES); do \
144 if test -f $$file; then d=.; else d=$(srcdir); fi; \
145 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
146 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
147 $(mkinstalldirs) "$(distdir)/$$dir"; \
148 fi; \
149 if test -d $$d/$$file; then \
150 cp -pR $$d/$$file $(distdir) \
151 || exit 1; \
152 else \
153 test -f $(distdir)/$$file \
154 || cp -p $$d/$$file $(distdir)/$$file \
155 || exit 1; \
156 fi; \
157 done
158check-am: all-am
159check: check-am
160all-am: Makefile $(DATA)
161
162installdirs:
163 $(mkinstalldirs) $(DESTDIR)$(importsdir)
164
165install: install-am
166install-exec: install-exec-am
167install-data: install-data-am
168uninstall: uninstall-am
169
170install-am: all-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172
173installcheck: installcheck-am
174install-strip:
175 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
176 `test -z '$(STRIP)' || \
177 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
178mostlyclean-generic:
179
180clean-generic:
181
182distclean-generic:
183 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
184
185maintainer-clean-generic:
186 @echo "This command is intended for maintainers to use"
187 @echo "it deletes files that may require special tools to rebuild."
188clean: clean-am
189
190clean-am: clean-generic mostlyclean-am
191
192distclean: distclean-am
193
194distclean-am: clean-am distclean-generic
195
196dvi: dvi-am
197
198dvi-am:
199
200info: info-am
201
202info-am:
203
204install-data-am: install-importsDATA
205
206install-exec-am:
207
208install-info: install-info-am
209
210install-man:
211
212installcheck-am:
213
214maintainer-clean: maintainer-clean-am
215
216maintainer-clean-am: distclean-am maintainer-clean-generic
217
218mostlyclean: mostlyclean-am
219
220mostlyclean-am: mostlyclean-generic
221
222uninstall-am: uninstall-importsDATA uninstall-info-am
223
224.PHONY: all all-am check check-am clean clean-generic distclean \
225 distclean-generic distdir dvi dvi-am info info-am install \
226 install-am install-data install-data-am install-exec \
227 install-exec-am install-importsDATA install-info \
228 install-info-am install-man install-strip installcheck \
229 installcheck-am installdirs maintainer-clean \
230 maintainer-clean-generic mostlyclean mostlyclean-generic \
231 uninstall uninstall-am uninstall-importsDATA uninstall-info-am
232
233# Tell versions [3.59,3.63) of GNU make to not export all variables.
234# Otherwise a system limit (for SysV at least) may be exceeded.
235.NOEXPORT:
This page took 0.080359 seconds and 5 git commands to generate.