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