1 |
234 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
90 |
jeremybenn |
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
# Makefile.am for or1ksim testsuite test-code-or1k
|
19 |
|
|
|
20 |
|
|
# Copyright (C) Embecosm Limited, 2010
|
21 |
|
|
|
22 |
|
|
# Contributor Jeremy Bennett
|
23 |
|
|
|
24 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
25 |
|
|
|
26 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
27 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
28 |
|
|
# Software Foundation; either version 3 of the License, or (at your option)
|
29 |
|
|
# any later version.
|
30 |
|
|
|
31 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
32 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
33 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
34 |
|
|
# more details.
|
35 |
|
|
|
36 |
|
|
# You should have received a copy of the GNU General Public License along
|
37 |
|
|
# with this program. If not, see . */
|
38 |
|
|
|
39 |
|
|
# -----------------------------------------------------------------------------
|
40 |
|
|
# This code is commented throughout for use with Doxygen.
|
41 |
|
|
# -----------------------------------------------------------------------------
|
42 |
|
|
VPATH = @srcdir@
|
43 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
44 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
45 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
46 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
47 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
48 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
49 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
50 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
51 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
52 |
|
|
transform = $(program_transform_name)
|
53 |
|
|
NORMAL_INSTALL = :
|
54 |
|
|
PRE_INSTALL = :
|
55 |
|
|
POST_INSTALL = :
|
56 |
|
|
NORMAL_UNINSTALL = :
|
57 |
|
|
PRE_UNINSTALL = :
|
58 |
|
|
POST_UNINSTALL = :
|
59 |
|
|
build_triplet = @build@
|
60 |
|
|
host_triplet = @host@
|
61 |
|
|
subdir = .
|
62 |
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/../../compile \
|
63 |
|
|
$(srcdir)/../../config.guess $(srcdir)/../../config.sub \
|
64 |
|
|
$(srcdir)/../../install-sh $(srcdir)/../../ltmain.sh \
|
65 |
|
|
$(srcdir)/../../missing $(srcdir)/../../mkinstalldirs \
|
66 |
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
67 |
|
|
$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
|
68 |
|
|
ChangeLog INSTALL NEWS
|
69 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
70 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
71 |
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
72 |
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
73 |
|
|
$(top_srcdir)/configure.ac
|
74 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
75 |
|
|
$(ACLOCAL_M4)
|
76 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
77 |
|
|
configure.lineno config.status.lineno
|
78 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
79 |
|
|
CONFIG_HEADER = config.h
|
80 |
|
|
CONFIG_CLEAN_FILES =
|
81 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
82 |
|
|
SOURCES =
|
83 |
|
|
DIST_SOURCES =
|
84 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
85 |
|
|
html-recursive info-recursive install-data-recursive \
|
86 |
|
|
install-dvi-recursive install-exec-recursive \
|
87 |
|
|
install-html-recursive install-info-recursive \
|
88 |
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
89 |
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
90 |
|
|
ps-recursive uninstall-recursive
|
91 |
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
92 |
|
|
distclean-recursive maintainer-clean-recursive
|
93 |
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
94 |
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
95 |
|
|
distdir dist dist-all distcheck
|
96 |
|
|
ETAGS = etags
|
97 |
|
|
CTAGS = ctags
|
98 |
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
99 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
100 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
101 |
|
|
top_distdir = $(distdir)
|
102 |
|
|
am__remove_distdir = \
|
103 |
|
|
{ test ! -d "$(distdir)" \
|
104 |
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
105 |
|
|
&& rm -fr "$(distdir)"; }; }
|
106 |
|
|
am__relativize = \
|
107 |
|
|
dir0=`pwd`; \
|
108 |
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
109 |
|
|
sed_rest='s,^[^/]*/*,,'; \
|
110 |
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
111 |
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
112 |
|
|
while test -n "$$dir1"; do \
|
113 |
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
114 |
|
|
if test "$$first" != "."; then \
|
115 |
|
|
if test "$$first" = ".."; then \
|
116 |
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
117 |
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
118 |
|
|
else \
|
119 |
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
120 |
|
|
if test "$$first2" = "$$first"; then \
|
121 |
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
122 |
|
|
else \
|
123 |
|
|
dir2="../$$dir2"; \
|
124 |
|
|
fi; \
|
125 |
|
|
dir0="$$dir0"/"$$first"; \
|
126 |
|
|
fi; \
|
127 |
|
|
fi; \
|
128 |
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
129 |
|
|
done; \
|
130 |
|
|
reldir="$$dir2"
|
131 |
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
132 |
|
|
GZIP_ENV = --best
|
133 |
|
|
distuninstallcheck_listfiles = find . -type f -print
|
134 |
|
|
distcleancheck_listfiles = find . -type f -print
|
135 |
|
|
ACLOCAL = @ACLOCAL@
|
136 |
|
|
AMTAR = @AMTAR@
|
137 |
|
|
AR = @AR@
|
138 |
|
|
AUTOCONF = @AUTOCONF@
|
139 |
|
|
AUTOHEADER = @AUTOHEADER@
|
140 |
|
|
AUTOMAKE = @AUTOMAKE@
|
141 |
|
|
AWK = @AWK@
|
142 |
|
|
CC = @CC@
|
143 |
|
|
CCAS = @CCAS@
|
144 |
|
|
CCASDEPMODE = @CCASDEPMODE@
|
145 |
|
|
CCASFLAGS = @CCASFLAGS@
|
146 |
|
|
CCDEPMODE = @CCDEPMODE@
|
147 |
|
|
CFLAGS = @CFLAGS@
|
148 |
|
|
CPP = @CPP@
|
149 |
|
|
CPPFLAGS = @CPPFLAGS@
|
150 |
|
|
CYGPATH_W = @CYGPATH_W@
|
151 |
|
|
DEFS = @DEFS@
|
152 |
|
|
DEPDIR = @DEPDIR@
|
153 |
|
|
DSYMUTIL = @DSYMUTIL@
|
154 |
|
|
DUMPBIN = @DUMPBIN@
|
155 |
|
|
ECHO_C = @ECHO_C@
|
156 |
|
|
ECHO_N = @ECHO_N@
|
157 |
|
|
ECHO_T = @ECHO_T@
|
158 |
|
|
EGREP = @EGREP@
|
159 |
|
|
EXEEXT = @EXEEXT@
|
160 |
|
|
FGREP = @FGREP@
|
161 |
|
|
GREP = @GREP@
|
162 |
|
|
INSTALL = @INSTALL@
|
163 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
164 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
165 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
166 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
167 |
|
|
LD = @LD@
|
168 |
|
|
LDFLAGS = @LDFLAGS@
|
169 |
|
|
LIBOBJS = @LIBOBJS@
|
170 |
|
|
LIBS = @LIBS@
|
171 |
|
|
LIBTOOL = @LIBTOOL@
|
172 |
|
|
LIPO = @LIPO@
|
173 |
|
|
LN_S = @LN_S@
|
174 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
175 |
|
|
MAKEINFO = @MAKEINFO@
|
176 |
|
|
MKDIR_P = @MKDIR_P@
|
177 |
|
|
NM = @NM@
|
178 |
|
|
NMEDIT = @NMEDIT@
|
179 |
|
|
OBJDUMP = @OBJDUMP@
|
180 |
|
|
OBJEXT = @OBJEXT@
|
181 |
|
|
OTOOL = @OTOOL@
|
182 |
|
|
OTOOL64 = @OTOOL64@
|
183 |
|
|
PACKAGE = @PACKAGE@
|
184 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
185 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
186 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
187 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
188 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
189 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
190 |
|
|
RANLIB = @RANLIB@
|
191 |
|
|
SED = @SED@
|
192 |
|
|
SET_MAKE = @SET_MAKE@
|
193 |
|
|
SHELL = @SHELL@
|
194 |
|
|
SIM = @SIM@
|
195 |
|
|
STRIP = @STRIP@
|
196 |
|
|
VERSION = @VERSION@
|
197 |
|
|
abs_builddir = @abs_builddir@
|
198 |
|
|
abs_srcdir = @abs_srcdir@
|
199 |
|
|
abs_top_builddir = @abs_top_builddir@
|
200 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
201 |
|
|
ac_ct_CC = @ac_ct_CC@
|
202 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
203 |
|
|
am__include = @am__include@
|
204 |
|
|
am__leading_dot = @am__leading_dot@
|
205 |
|
|
am__quote = @am__quote@
|
206 |
|
|
am__tar = @am__tar@
|
207 |
|
|
am__untar = @am__untar@
|
208 |
|
|
bindir = @bindir@
|
209 |
|
|
build = @build@
|
210 |
|
|
build_alias = @build_alias@
|
211 |
|
|
build_cpu = @build_cpu@
|
212 |
|
|
build_os = @build_os@
|
213 |
|
|
build_vendor = @build_vendor@
|
214 |
|
|
builddir = @builddir@
|
215 |
|
|
datadir = @datadir@
|
216 |
|
|
datarootdir = @datarootdir@
|
217 |
|
|
docdir = @docdir@
|
218 |
|
|
dvidir = @dvidir@
|
219 |
|
|
exec_prefix = @exec_prefix@
|
220 |
|
|
host = @host@
|
221 |
|
|
host_alias = @host_alias@
|
222 |
|
|
host_cpu = @host_cpu@
|
223 |
|
|
host_os = @host_os@
|
224 |
|
|
host_vendor = @host_vendor@
|
225 |
|
|
htmldir = @htmldir@
|
226 |
|
|
includedir = @includedir@
|
227 |
|
|
infodir = @infodir@
|
228 |
|
|
install_sh = @install_sh@
|
229 |
|
|
libdir = @libdir@
|
230 |
|
|
libexecdir = @libexecdir@
|
231 |
|
|
localedir = @localedir@
|
232 |
|
|
localstatedir = @localstatedir@
|
233 |
|
|
lt_ECHO = @lt_ECHO@
|
234 |
|
|
mandir = @mandir@
|
235 |
|
|
mkdir_p = @mkdir_p@
|
236 |
|
|
oldincludedir = @oldincludedir@
|
237 |
|
|
pdfdir = @pdfdir@
|
238 |
|
|
prefix = @prefix@
|
239 |
|
|
program_transform_name = @program_transform_name@
|
240 |
|
|
psdir = @psdir@
|
241 |
|
|
sbindir = @sbindir@
|
242 |
|
|
sharedstatedir = @sharedstatedir@
|
243 |
|
|
srcdir = @srcdir@
|
244 |
|
|
sysconfdir = @sysconfdir@
|
245 |
|
|
target_alias = @target_alias@
|
246 |
|
|
top_build_prefix = @top_build_prefix@
|
247 |
|
|
top_builddir = @top_builddir@
|
248 |
|
|
top_srcdir = @top_srcdir@
|
249 |
|
|
|
250 |
|
|
# Local macros
|
251 |
|
|
ACLOCAL_AMFLAGS = -I m4
|
252 |
|
|
|
253 |
|
|
# Subdirs for each test program. Support, exception and common machine code
|
254 |
|
|
# handling libraries must be first.
|
255 |
|
|
|
256 |
|
|
# The following test will not build without warning, so its Makefile does
|
257 |
|
|
# nothing, unless the --enable-all-tests flag is used with configure.
|
258 |
|
|
# - inst-set-test
|
259 |
|
|
EXTRA_DIST = default.ld \
|
260 |
|
|
except-mc.ld
|
261 |
|
|
|
262 |
|
|
SUBDIRS = support \
|
263 |
|
|
except \
|
264 |
|
|
mc-common \
|
265 |
|
|
acv-gpio \
|
266 |
|
|
acv-uart \
|
267 |
|
|
basic \
|
268 |
|
|
cache \
|
269 |
|
|
cbasic \
|
270 |
|
|
cfg \
|
271 |
|
|
dhry \
|
272 |
|
|
dmatest \
|
273 |
|
|
eth \
|
274 |
|
|
except-test \
|
275 |
|
|
exit \
|
276 |
|
|
ext \
|
277 |
|
|
fbtest \
|
278 |
104 |
jeremybenn |
fp \
|
279 |
233 |
julius |
testfloat \
|
280 |
90 |
jeremybenn |
functest \
|
281 |
|
|
flag \
|
282 |
|
|
inst-set-test \
|
283 |
93 |
jeremybenn |
int-logger \
|
284 |
90 |
jeremybenn |
int-test \
|
285 |
|
|
kbdtest \
|
286 |
|
|
local-global \
|
287 |
|
|
loop \
|
288 |
|
|
mc-async \
|
289 |
|
|
mc-dram \
|
290 |
|
|
mc-ssram \
|
291 |
|
|
mc-sync \
|
292 |
|
|
mem-test \
|
293 |
|
|
mmu \
|
294 |
|
|
mul \
|
295 |
|
|
mycompress \
|
296 |
|
|
tick \
|
297 |
93 |
jeremybenn |
uos \
|
298 |
|
|
upcalls
|
299 |
90 |
jeremybenn |
|
300 |
|
|
all: config.h
|
301 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
302 |
|
|
|
303 |
|
|
.SUFFIXES:
|
304 |
|
|
am--refresh:
|
305 |
|
|
@:
|
306 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
307 |
|
|
@for dep in $?; do \
|
308 |
|
|
case '$(am__configure_deps)' in \
|
309 |
|
|
*$$dep*) \
|
310 |
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
|
311 |
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
|
312 |
|
|
&& exit 0; \
|
313 |
|
|
exit 1;; \
|
314 |
|
|
esac; \
|
315 |
|
|
done; \
|
316 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
317 |
|
|
$(am__cd) $(top_srcdir) && \
|
318 |
|
|
$(AUTOMAKE) --gnu Makefile
|
319 |
|
|
.PRECIOUS: Makefile
|
320 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
321 |
|
|
@case '$?' in \
|
322 |
|
|
*config.status*) \
|
323 |
|
|
echo ' $(SHELL) ./config.status'; \
|
324 |
|
|
$(SHELL) ./config.status;; \
|
325 |
|
|
*) \
|
326 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
327 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
328 |
|
|
esac;
|
329 |
|
|
|
330 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
331 |
|
|
$(SHELL) ./config.status --recheck
|
332 |
|
|
|
333 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
334 |
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
335 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
336 |
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
337 |
|
|
$(am__aclocal_m4_deps):
|
338 |
|
|
|
339 |
|
|
config.h: stamp-h1
|
340 |
|
|
@if test ! -f $@; then \
|
341 |
|
|
rm -f stamp-h1; \
|
342 |
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
343 |
|
|
else :; fi
|
344 |
|
|
|
345 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
346 |
|
|
@rm -f stamp-h1
|
347 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
348 |
|
|
$(srcdir)/config.h.in: $(am__configure_deps)
|
349 |
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
350 |
|
|
rm -f stamp-h1
|
351 |
|
|
touch $@
|
352 |
|
|
|
353 |
|
|
distclean-hdr:
|
354 |
|
|
-rm -f config.h stamp-h1
|
355 |
|
|
|
356 |
|
|
mostlyclean-libtool:
|
357 |
|
|
-rm -f *.lo
|
358 |
|
|
|
359 |
|
|
clean-libtool:
|
360 |
|
|
-rm -rf .libs _libs
|
361 |
|
|
|
362 |
|
|
distclean-libtool:
|
363 |
|
|
-rm -f libtool config.lt
|
364 |
|
|
|
365 |
|
|
# This directory's subdirectories are mostly independent; you can cd
|
366 |
|
|
# into them and run `make' without going through this Makefile.
|
367 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
368 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
369 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
370 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
371 |
|
|
$(RECURSIVE_TARGETS):
|
372 |
234 |
jeremybenn |
@fail= failcom='exit 1'; \
|
373 |
90 |
jeremybenn |
for f in x $$MAKEFLAGS; do \
|
374 |
|
|
case $$f in \
|
375 |
|
|
*=* | --[!k]*);; \
|
376 |
|
|
*k*) failcom='fail=yes';; \
|
377 |
|
|
esac; \
|
378 |
|
|
done; \
|
379 |
|
|
dot_seen=no; \
|
380 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
381 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
382 |
|
|
echo "Making $$target in $$subdir"; \
|
383 |
|
|
if test "$$subdir" = "."; then \
|
384 |
|
|
dot_seen=yes; \
|
385 |
|
|
local_target="$$target-am"; \
|
386 |
|
|
else \
|
387 |
|
|
local_target="$$target"; \
|
388 |
|
|
fi; \
|
389 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
390 |
|
|
|| eval $$failcom; \
|
391 |
|
|
done; \
|
392 |
|
|
if test "$$dot_seen" = "no"; then \
|
393 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
394 |
|
|
fi; test -z "$$fail"
|
395 |
|
|
|
396 |
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
397 |
234 |
jeremybenn |
@fail= failcom='exit 1'; \
|
398 |
90 |
jeremybenn |
for f in x $$MAKEFLAGS; do \
|
399 |
|
|
case $$f in \
|
400 |
|
|
*=* | --[!k]*);; \
|
401 |
|
|
*k*) failcom='fail=yes';; \
|
402 |
|
|
esac; \
|
403 |
|
|
done; \
|
404 |
|
|
dot_seen=no; \
|
405 |
|
|
case "$@" in \
|
406 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
407 |
|
|
*) list='$(SUBDIRS)' ;; \
|
408 |
|
|
esac; \
|
409 |
|
|
rev=''; for subdir in $$list; do \
|
410 |
|
|
if test "$$subdir" = "."; then :; else \
|
411 |
|
|
rev="$$subdir $$rev"; \
|
412 |
|
|
fi; \
|
413 |
|
|
done; \
|
414 |
|
|
rev="$$rev ."; \
|
415 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
416 |
|
|
for subdir in $$rev; do \
|
417 |
|
|
echo "Making $$target in $$subdir"; \
|
418 |
|
|
if test "$$subdir" = "."; then \
|
419 |
|
|
local_target="$$target-am"; \
|
420 |
|
|
else \
|
421 |
|
|
local_target="$$target"; \
|
422 |
|
|
fi; \
|
423 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
424 |
|
|
|| eval $$failcom; \
|
425 |
|
|
done && test -z "$$fail"
|
426 |
|
|
tags-recursive:
|
427 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
428 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
429 |
|
|
done
|
430 |
|
|
ctags-recursive:
|
431 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
432 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
433 |
|
|
done
|
434 |
|
|
|
435 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
436 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
437 |
|
|
unique=`for i in $$list; do \
|
438 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
439 |
|
|
done | \
|
440 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
441 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
442 |
|
|
mkid -fID $$unique
|
443 |
|
|
tags: TAGS
|
444 |
|
|
|
445 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
446 |
|
|
$(TAGS_FILES) $(LISP)
|
447 |
|
|
set x; \
|
448 |
|
|
here=`pwd`; \
|
449 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
450 |
|
|
include_option=--etags-include; \
|
451 |
|
|
empty_fix=.; \
|
452 |
|
|
else \
|
453 |
|
|
include_option=--include; \
|
454 |
|
|
empty_fix=; \
|
455 |
|
|
fi; \
|
456 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
457 |
|
|
if test "$$subdir" = .; then :; else \
|
458 |
|
|
test ! -f $$subdir/TAGS || \
|
459 |
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
460 |
|
|
fi; \
|
461 |
|
|
done; \
|
462 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
463 |
|
|
unique=`for i in $$list; do \
|
464 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
465 |
|
|
done | \
|
466 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
467 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
468 |
|
|
shift; \
|
469 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
470 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
471 |
|
|
if test $$# -gt 0; then \
|
472 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
473 |
|
|
"$$@" $$unique; \
|
474 |
|
|
else \
|
475 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
476 |
|
|
$$unique; \
|
477 |
|
|
fi; \
|
478 |
|
|
fi
|
479 |
|
|
ctags: CTAGS
|
480 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
481 |
|
|
$(TAGS_FILES) $(LISP)
|
482 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
483 |
|
|
unique=`for i in $$list; do \
|
484 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
485 |
|
|
done | \
|
486 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
487 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
488 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
489 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
490 |
|
|
$$unique
|
491 |
|
|
|
492 |
|
|
GTAGS:
|
493 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
494 |
|
|
&& $(am__cd) $(top_srcdir) \
|
495 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
496 |
|
|
|
497 |
|
|
distclean-tags:
|
498 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
499 |
|
|
|
500 |
|
|
distdir: $(DISTFILES)
|
501 |
|
|
$(am__remove_distdir)
|
502 |
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
503 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
504 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
505 |
|
|
list='$(DISTFILES)'; \
|
506 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
507 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
508 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
509 |
|
|
case $$dist_files in \
|
510 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
511 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
512 |
|
|
sort -u` ;; \
|
513 |
|
|
esac; \
|
514 |
|
|
for file in $$dist_files; do \
|
515 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
516 |
|
|
if test -d $$d/$$file; then \
|
517 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
518 |
|
|
if test -d "$(distdir)/$$file"; then \
|
519 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
520 |
|
|
fi; \
|
521 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
522 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
523 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
524 |
|
|
fi; \
|
525 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
526 |
|
|
else \
|
527 |
|
|
test -f "$(distdir)/$$file" \
|
528 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
529 |
|
|
|| exit 1; \
|
530 |
|
|
fi; \
|
531 |
|
|
done
|
532 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
533 |
|
|
if test "$$subdir" = .; then :; else \
|
534 |
|
|
test -d "$(distdir)/$$subdir" \
|
535 |
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
536 |
|
|
|| exit 1; \
|
537 |
|
|
fi; \
|
538 |
|
|
done
|
539 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
540 |
|
|
if test "$$subdir" = .; then :; else \
|
541 |
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
542 |
|
|
$(am__relativize); \
|
543 |
|
|
new_distdir=$$reldir; \
|
544 |
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
545 |
|
|
$(am__relativize); \
|
546 |
|
|
new_top_distdir=$$reldir; \
|
547 |
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
548 |
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
549 |
|
|
($(am__cd) $$subdir && \
|
550 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
551 |
|
|
top_distdir="$$new_top_distdir" \
|
552 |
|
|
distdir="$$new_distdir" \
|
553 |
|
|
am__remove_distdir=: \
|
554 |
|
|
am__skip_length_check=: \
|
555 |
|
|
am__skip_mode_fix=: \
|
556 |
|
|
distdir) \
|
557 |
|
|
|| exit 1; \
|
558 |
|
|
fi; \
|
559 |
|
|
done
|
560 |
|
|
-test -n "$(am__skip_mode_fix)" \
|
561 |
234 |
jeremybenn |
|| find "$(distdir)" -type d ! -perm -755 \
|
562 |
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
563 |
90 |
jeremybenn |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
564 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
565 |
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
566 |
|
|
|| chmod -R a+r "$(distdir)"
|
567 |
|
|
dist-gzip: distdir
|
568 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
569 |
|
|
$(am__remove_distdir)
|
570 |
|
|
|
571 |
|
|
dist-bzip2: distdir
|
572 |
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
573 |
|
|
$(am__remove_distdir)
|
574 |
|
|
|
575 |
|
|
dist-lzma: distdir
|
576 |
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
577 |
|
|
$(am__remove_distdir)
|
578 |
|
|
|
579 |
|
|
dist-xz: distdir
|
580 |
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
581 |
|
|
$(am__remove_distdir)
|
582 |
|
|
|
583 |
|
|
dist-tarZ: distdir
|
584 |
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
585 |
|
|
$(am__remove_distdir)
|
586 |
|
|
|
587 |
|
|
dist-shar: distdir
|
588 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
589 |
|
|
$(am__remove_distdir)
|
590 |
|
|
|
591 |
|
|
dist-zip: distdir
|
592 |
|
|
-rm -f $(distdir).zip
|
593 |
|
|
zip -rq $(distdir).zip $(distdir)
|
594 |
|
|
$(am__remove_distdir)
|
595 |
|
|
|
596 |
|
|
dist dist-all: distdir
|
597 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
598 |
|
|
$(am__remove_distdir)
|
599 |
|
|
|
600 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
601 |
|
|
# it guarantees that the distribution is self-contained by making another
|
602 |
|
|
# tarfile.
|
603 |
|
|
distcheck: dist
|
604 |
|
|
case '$(DIST_ARCHIVES)' in \
|
605 |
|
|
*.tar.gz*) \
|
606 |
234 |
jeremybenn |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
607 |
90 |
jeremybenn |
*.tar.bz2*) \
|
608 |
234 |
jeremybenn |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
609 |
90 |
jeremybenn |
*.tar.lzma*) \
|
610 |
234 |
jeremybenn |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
611 |
90 |
jeremybenn |
*.tar.xz*) \
|
612 |
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
613 |
|
|
*.tar.Z*) \
|
614 |
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
615 |
|
|
*.shar.gz*) \
|
616 |
234 |
jeremybenn |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
617 |
90 |
jeremybenn |
*.zip*) \
|
618 |
|
|
unzip $(distdir).zip ;;\
|
619 |
|
|
esac
|
620 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
621 |
|
|
mkdir $(distdir)/_build
|
622 |
|
|
mkdir $(distdir)/_inst
|
623 |
|
|
chmod a-w $(distdir)
|
624 |
|
|
test -d $(distdir)/_build || exit 0; \
|
625 |
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
626 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
627 |
|
|
&& am__cwd=`pwd` \
|
628 |
|
|
&& $(am__cd) $(distdir)/_build \
|
629 |
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
630 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
631 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
632 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
633 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
634 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
635 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
636 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
637 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
638 |
|
|
distuninstallcheck \
|
639 |
|
|
&& chmod -R a-w "$$dc_install_base" \
|
640 |
|
|
&& ({ \
|
641 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
642 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
643 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
644 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
645 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
646 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
647 |
|
|
&& rm -rf "$$dc_destdir" \
|
648 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
649 |
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
650 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
651 |
|
|
&& cd "$$am__cwd" \
|
652 |
|
|
|| exit 1
|
653 |
|
|
$(am__remove_distdir)
|
654 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
655 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
656 |
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
657 |
|
|
distuninstallcheck:
|
658 |
|
|
@$(am__cd) '$(distuninstallcheck_dir)' \
|
659 |
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
660 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
661 |
|
|
if test -n "$(DESTDIR)"; then \
|
662 |
|
|
echo " (check DESTDIR support)"; \
|
663 |
|
|
fi ; \
|
664 |
|
|
$(distuninstallcheck_listfiles) ; \
|
665 |
|
|
exit 1; } >&2
|
666 |
|
|
distcleancheck: distclean
|
667 |
|
|
@if test '$(srcdir)' = . ; then \
|
668 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
669 |
|
|
exit 1 ; \
|
670 |
|
|
fi
|
671 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
672 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
673 |
|
|
$(distcleancheck_listfiles) ; \
|
674 |
|
|
exit 1; } >&2
|
675 |
|
|
check-am: all-am
|
676 |
|
|
check: check-recursive
|
677 |
|
|
all-am: Makefile config.h
|
678 |
|
|
installdirs: installdirs-recursive
|
679 |
|
|
installdirs-am:
|
680 |
|
|
install: install-recursive
|
681 |
|
|
install-exec: install-exec-recursive
|
682 |
|
|
install-data: install-data-recursive
|
683 |
|
|
uninstall: uninstall-recursive
|
684 |
|
|
|
685 |
|
|
install-am: all-am
|
686 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
687 |
|
|
|
688 |
|
|
installcheck: installcheck-recursive
|
689 |
|
|
install-strip:
|
690 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
691 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
692 |
|
|
`test -z '$(STRIP)' || \
|
693 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
694 |
|
|
mostlyclean-generic:
|
695 |
|
|
|
696 |
|
|
clean-generic:
|
697 |
|
|
|
698 |
|
|
distclean-generic:
|
699 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
700 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
701 |
|
|
|
702 |
|
|
maintainer-clean-generic:
|
703 |
|
|
@echo "This command is intended for maintainers to use"
|
704 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
705 |
|
|
clean: clean-recursive
|
706 |
|
|
|
707 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
708 |
|
|
|
709 |
|
|
distclean: distclean-recursive
|
710 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
711 |
|
|
-rm -f Makefile
|
712 |
|
|
distclean-am: clean-am distclean-generic distclean-hdr \
|
713 |
|
|
distclean-libtool distclean-tags
|
714 |
|
|
|
715 |
|
|
dvi: dvi-recursive
|
716 |
|
|
|
717 |
|
|
dvi-am:
|
718 |
|
|
|
719 |
|
|
html: html-recursive
|
720 |
|
|
|
721 |
|
|
html-am:
|
722 |
|
|
|
723 |
|
|
info: info-recursive
|
724 |
|
|
|
725 |
|
|
info-am:
|
726 |
|
|
|
727 |
|
|
install-data-am:
|
728 |
|
|
|
729 |
|
|
install-dvi: install-dvi-recursive
|
730 |
|
|
|
731 |
|
|
install-dvi-am:
|
732 |
|
|
|
733 |
|
|
install-exec-am:
|
734 |
|
|
|
735 |
|
|
install-html: install-html-recursive
|
736 |
|
|
|
737 |
|
|
install-html-am:
|
738 |
|
|
|
739 |
|
|
install-info: install-info-recursive
|
740 |
|
|
|
741 |
|
|
install-info-am:
|
742 |
|
|
|
743 |
|
|
install-man:
|
744 |
|
|
|
745 |
|
|
install-pdf: install-pdf-recursive
|
746 |
|
|
|
747 |
|
|
install-pdf-am:
|
748 |
|
|
|
749 |
|
|
install-ps: install-ps-recursive
|
750 |
|
|
|
751 |
|
|
install-ps-am:
|
752 |
|
|
|
753 |
|
|
installcheck-am:
|
754 |
|
|
|
755 |
|
|
maintainer-clean: maintainer-clean-recursive
|
756 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
757 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
758 |
|
|
-rm -f Makefile
|
759 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
760 |
|
|
|
761 |
|
|
mostlyclean: mostlyclean-recursive
|
762 |
|
|
|
763 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
764 |
|
|
|
765 |
|
|
pdf: pdf-recursive
|
766 |
|
|
|
767 |
|
|
pdf-am:
|
768 |
|
|
|
769 |
|
|
ps: ps-recursive
|
770 |
|
|
|
771 |
|
|
ps-am:
|
772 |
|
|
|
773 |
|
|
uninstall-am:
|
774 |
|
|
|
775 |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
776 |
|
|
ctags-recursive install-am install-strip tags-recursive
|
777 |
|
|
|
778 |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
779 |
|
|
all all-am am--refresh check check-am clean clean-generic \
|
780 |
|
|
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
781 |
|
|
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
|
782 |
|
|
distcheck distclean distclean-generic distclean-hdr \
|
783 |
|
|
distclean-libtool distclean-tags distcleancheck distdir \
|
784 |
|
|
distuninstallcheck dvi dvi-am html html-am info info-am \
|
785 |
|
|
install install-am install-data install-data-am install-dvi \
|
786 |
|
|
install-dvi-am install-exec install-exec-am install-html \
|
787 |
|
|
install-html-am install-info install-info-am install-man \
|
788 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
789 |
|
|
install-strip installcheck installcheck-am installdirs \
|
790 |
|
|
installdirs-am maintainer-clean maintainer-clean-generic \
|
791 |
|
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
792 |
|
|
ps ps-am tags tags-recursive uninstall uninstall-am
|
793 |
|
|
|
794 |
|
|
|
795 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
796 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
797 |
|
|
.NOEXPORT:
|