1 |
90 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
|
|
# @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 libor1ksim DejaGNU tests
|
19 |
|
|
|
20 |
|
|
# Copyright (C) Marko Mlinar, 2001
|
21 |
|
|
# Copyright (C) Embecosm Limited, 2010
|
22 |
|
|
|
23 |
|
|
# Contributor Jeremy Bennett
|
24 |
|
|
|
25 |
|
|
# To add new test, edit between marked areas only
|
26 |
|
|
|
27 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
28 |
|
|
|
29 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
30 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
31 |
|
|
# Software Foundation; either version 3 of the License, or (at your option)
|
32 |
|
|
# any later version.
|
33 |
|
|
|
34 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
35 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
36 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
37 |
|
|
# more details.
|
38 |
|
|
|
39 |
|
|
# You should have received a copy of the GNU General Public License along
|
40 |
|
|
# with this program. If not, see . */
|
41 |
|
|
|
42 |
|
|
# -----------------------------------------------------------------------------
|
43 |
|
|
# This code is commented throughout for use with Doxygen.
|
44 |
|
|
# -----------------------------------------------------------------------------
|
45 |
|
|
VPATH = @srcdir@
|
46 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
47 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
48 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
49 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
50 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
51 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
52 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
53 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
54 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
55 |
|
|
transform = $(program_transform_name)
|
56 |
|
|
NORMAL_INSTALL = :
|
57 |
|
|
PRE_INSTALL = :
|
58 |
|
|
POST_INSTALL = :
|
59 |
|
|
NORMAL_UNINSTALL = :
|
60 |
|
|
PRE_UNINSTALL = :
|
61 |
|
|
POST_UNINSTALL = :
|
62 |
|
|
build_triplet = @build@
|
63 |
|
|
host_triplet = @host@
|
64 |
|
|
target_triplet = @target@
|
65 |
|
|
subdir = testsuite/libsim.tests
|
66 |
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
67 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
68 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
69 |
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
70 |
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
71 |
|
|
$(top_srcdir)/configure.ac
|
72 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
73 |
|
|
$(ACLOCAL_M4)
|
74 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
75 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
76 |
|
|
CONFIG_CLEAN_FILES =
|
77 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
78 |
|
|
SOURCES =
|
79 |
|
|
DIST_SOURCES =
|
80 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
81 |
|
|
ACLOCAL = @ACLOCAL@
|
82 |
|
|
AMTAR = @AMTAR@
|
83 |
|
|
AR = @AR@
|
84 |
|
|
ARFLAGS = @ARFLAGS@
|
85 |
|
|
AUTOCONF = @AUTOCONF@
|
86 |
|
|
AUTOHEADER = @AUTOHEADER@
|
87 |
|
|
AUTOMAKE = @AUTOMAKE@
|
88 |
|
|
AWK = @AWK@
|
89 |
|
|
BUILD_DIR = @BUILD_DIR@
|
90 |
|
|
CC = @CC@
|
91 |
|
|
CCAS = @CCAS@
|
92 |
|
|
CCASDEPMODE = @CCASDEPMODE@
|
93 |
|
|
CCASFLAGS = @CCASFLAGS@
|
94 |
|
|
CCDEPMODE = @CCDEPMODE@
|
95 |
|
|
CFLAGS = @CFLAGS@
|
96 |
|
|
CPP = @CPP@
|
97 |
|
|
CPPFLAGS = @CPPFLAGS@
|
98 |
|
|
CPU_ARCH = @CPU_ARCH@
|
99 |
|
|
CYGPATH_W = @CYGPATH_W@
|
100 |
|
|
DEBUGFLAGS = @DEBUGFLAGS@
|
101 |
|
|
DEFS = @DEFS@
|
102 |
|
|
DEJAGNU = @DEJAGNU@
|
103 |
|
|
DEPDIR = @DEPDIR@
|
104 |
|
|
DSYMUTIL = @DSYMUTIL@
|
105 |
|
|
DUMPBIN = @DUMPBIN@
|
106 |
|
|
ECHO_C = @ECHO_C@
|
107 |
|
|
ECHO_N = @ECHO_N@
|
108 |
|
|
ECHO_T = @ECHO_T@
|
109 |
|
|
EGREP = @EGREP@
|
110 |
|
|
EXEEXT = @EXEEXT@
|
111 |
|
|
FGREP = @FGREP@
|
112 |
|
|
GREP = @GREP@
|
113 |
|
|
INCLUDES = @INCLUDES@
|
114 |
|
|
INSTALL = @INSTALL@
|
115 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
116 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
117 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
118 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
119 |
|
|
LD = @LD@
|
120 |
|
|
LDFLAGS = @LDFLAGS@
|
121 |
|
|
LIBOBJS = @LIBOBJS@
|
122 |
|
|
LIBS = @LIBS@
|
123 |
|
|
LIBTOOL = @LIBTOOL@
|
124 |
|
|
LIPO = @LIPO@
|
125 |
|
|
LN_S = @LN_S@
|
126 |
|
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
127 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
128 |
|
|
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
129 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
130 |
|
|
MAKEINFO = @MAKEINFO@
|
131 |
|
|
MKDIR_P = @MKDIR_P@
|
132 |
|
|
NM = @NM@
|
133 |
|
|
NMEDIT = @NMEDIT@
|
134 |
|
|
OBJDUMP = @OBJDUMP@
|
135 |
|
|
OBJEXT = @OBJEXT@
|
136 |
|
|
OTOOL = @OTOOL@
|
137 |
|
|
OTOOL64 = @OTOOL64@
|
138 |
|
|
PACKAGE = @PACKAGE@
|
139 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
140 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
141 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
142 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
143 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
144 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
145 |
|
|
POW_LIB = @POW_LIB@
|
146 |
|
|
RANLIB = @RANLIB@
|
147 |
95 |
jeremybenn |
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
|
148 |
90 |
jeremybenn |
SED = @SED@
|
149 |
|
|
SET_MAKE = @SET_MAKE@
|
150 |
|
|
SHELL = @SHELL@
|
151 |
|
|
STRIP = @STRIP@
|
152 |
|
|
SUMVERSION = @SUMVERSION@
|
153 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
154 |
|
|
VERSION = @VERSION@
|
155 |
|
|
abs_builddir = @abs_builddir@
|
156 |
|
|
abs_srcdir = @abs_srcdir@
|
157 |
|
|
abs_top_builddir = @abs_top_builddir@
|
158 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
159 |
|
|
ac_ct_CC = @ac_ct_CC@
|
160 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
161 |
|
|
am__include = @am__include@
|
162 |
|
|
am__leading_dot = @am__leading_dot@
|
163 |
|
|
am__quote = @am__quote@
|
164 |
|
|
am__tar = @am__tar@
|
165 |
|
|
am__untar = @am__untar@
|
166 |
|
|
bindir = @bindir@
|
167 |
|
|
build = @build@
|
168 |
|
|
build_alias = @build_alias@
|
169 |
|
|
build_cpu = @build_cpu@
|
170 |
|
|
build_os = @build_os@
|
171 |
|
|
build_vendor = @build_vendor@
|
172 |
|
|
builddir = @builddir@
|
173 |
|
|
datadir = @datadir@
|
174 |
|
|
datarootdir = @datarootdir@
|
175 |
|
|
docdir = @docdir@
|
176 |
|
|
dvidir = @dvidir@
|
177 |
|
|
exec_prefix = @exec_prefix@
|
178 |
|
|
host = @host@
|
179 |
|
|
host_alias = @host_alias@
|
180 |
|
|
host_cpu = @host_cpu@
|
181 |
|
|
host_os = @host_os@
|
182 |
|
|
host_vendor = @host_vendor@
|
183 |
|
|
htmldir = @htmldir@
|
184 |
|
|
includedir = @includedir@
|
185 |
|
|
infodir = @infodir@
|
186 |
|
|
install_sh = @install_sh@
|
187 |
|
|
libdir = @libdir@
|
188 |
|
|
libexecdir = @libexecdir@
|
189 |
|
|
localedir = @localedir@
|
190 |
|
|
localstatedir = @localstatedir@
|
191 |
|
|
lt_ECHO = @lt_ECHO@
|
192 |
|
|
mandir = @mandir@
|
193 |
|
|
mkdir_p = @mkdir_p@
|
194 |
|
|
oldincludedir = @oldincludedir@
|
195 |
|
|
pdfdir = @pdfdir@
|
196 |
|
|
prefix = @prefix@
|
197 |
|
|
program_transform_name = @program_transform_name@
|
198 |
|
|
psdir = @psdir@
|
199 |
|
|
sbindir = @sbindir@
|
200 |
|
|
sharedstatedir = @sharedstatedir@
|
201 |
|
|
srcdir = @srcdir@
|
202 |
|
|
subdirs = @subdirs@
|
203 |
|
|
sysconfdir = @sysconfdir@
|
204 |
|
|
target = @target@
|
205 |
|
|
target_alias = @target_alias@
|
206 |
|
|
target_cpu = @target_cpu@
|
207 |
|
|
target_os = @target_os@
|
208 |
|
|
target_vendor = @target_vendor@
|
209 |
|
|
top_build_prefix = @top_build_prefix@
|
210 |
|
|
top_builddir = @top_builddir@
|
211 |
|
|
top_srcdir = @top_srcdir@
|
212 |
|
|
|
213 |
|
|
# Just distribute this stuff
|
214 |
98 |
jeremybenn |
EXTRA_DIST = default.cfg \
|
215 |
|
|
int-edge.cfg \
|
216 |
|
|
int-edge.exp \
|
217 |
|
|
int-level.cfg \
|
218 |
|
|
int-level.exp \
|
219 |
|
|
jtag-basic.exp \
|
220 |
|
|
jtag-go-command-read.exp \
|
221 |
|
|
jtag-go-command-write.exp \
|
222 |
|
|
jtag-read-command.exp \
|
223 |
|
|
jtag-read-control.exp \
|
224 |
|
|
jtag-select-module.exp \
|
225 |
|
|
jtag-write-control.exp \
|
226 |
|
|
jtag-write-command.exp \
|
227 |
|
|
lib-iftest.exp \
|
228 |
|
|
upcalls.exp \
|
229 |
93 |
jeremybenn |
upcalls.cfg
|
230 |
90 |
jeremybenn |
|
231 |
|
|
all: all-am
|
232 |
|
|
|
233 |
|
|
.SUFFIXES:
|
234 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
235 |
|
|
@for dep in $?; do \
|
236 |
|
|
case '$(am__configure_deps)' in \
|
237 |
|
|
*$$dep*) \
|
238 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
239 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
240 |
|
|
exit 1;; \
|
241 |
|
|
esac; \
|
242 |
|
|
done; \
|
243 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/libsim.tests/Makefile'; \
|
244 |
|
|
$(am__cd) $(top_srcdir) && \
|
245 |
|
|
$(AUTOMAKE) --gnu testsuite/libsim.tests/Makefile
|
246 |
|
|
.PRECIOUS: Makefile
|
247 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
248 |
|
|
@case '$?' in \
|
249 |
|
|
*config.status*) \
|
250 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
251 |
|
|
*) \
|
252 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
253 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
254 |
|
|
esac;
|
255 |
|
|
|
256 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
257 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
258 |
|
|
|
259 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
260 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
261 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
262 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
263 |
|
|
$(am__aclocal_m4_deps):
|
264 |
|
|
|
265 |
|
|
mostlyclean-libtool:
|
266 |
|
|
-rm -f *.lo
|
267 |
|
|
|
268 |
|
|
clean-libtool:
|
269 |
|
|
-rm -rf .libs _libs
|
270 |
|
|
tags: TAGS
|
271 |
|
|
TAGS:
|
272 |
|
|
|
273 |
|
|
ctags: CTAGS
|
274 |
|
|
CTAGS:
|
275 |
|
|
|
276 |
|
|
|
277 |
|
|
distdir: $(DISTFILES)
|
278 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
279 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
280 |
|
|
list='$(DISTFILES)'; \
|
281 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
282 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
283 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
284 |
|
|
case $$dist_files in \
|
285 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
286 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
287 |
|
|
sort -u` ;; \
|
288 |
|
|
esac; \
|
289 |
|
|
for file in $$dist_files; do \
|
290 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
291 |
|
|
if test -d $$d/$$file; then \
|
292 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
293 |
|
|
if test -d "$(distdir)/$$file"; then \
|
294 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
295 |
|
|
fi; \
|
296 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
297 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
298 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
299 |
|
|
fi; \
|
300 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
301 |
|
|
else \
|
302 |
|
|
test -f "$(distdir)/$$file" \
|
303 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
304 |
|
|
|| exit 1; \
|
305 |
|
|
fi; \
|
306 |
|
|
done
|
307 |
|
|
check-am: all-am
|
308 |
|
|
check: check-am
|
309 |
|
|
all-am: Makefile
|
310 |
|
|
installdirs:
|
311 |
|
|
install: install-am
|
312 |
|
|
install-exec: install-exec-am
|
313 |
|
|
install-data: install-data-am
|
314 |
|
|
uninstall: uninstall-am
|
315 |
|
|
|
316 |
|
|
install-am: all-am
|
317 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
318 |
|
|
|
319 |
|
|
installcheck: installcheck-am
|
320 |
|
|
install-strip:
|
321 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
322 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
323 |
|
|
`test -z '$(STRIP)' || \
|
324 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
325 |
|
|
mostlyclean-generic:
|
326 |
|
|
|
327 |
|
|
clean-generic:
|
328 |
|
|
|
329 |
|
|
distclean-generic:
|
330 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
331 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
332 |
|
|
|
333 |
|
|
maintainer-clean-generic:
|
334 |
|
|
@echo "This command is intended for maintainers to use"
|
335 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
336 |
|
|
clean: clean-am
|
337 |
|
|
|
338 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
339 |
|
|
|
340 |
|
|
distclean: distclean-am
|
341 |
|
|
-rm -f Makefile
|
342 |
|
|
distclean-am: clean-am distclean-generic
|
343 |
|
|
|
344 |
|
|
dvi: dvi-am
|
345 |
|
|
|
346 |
|
|
dvi-am:
|
347 |
|
|
|
348 |
|
|
html: html-am
|
349 |
|
|
|
350 |
|
|
html-am:
|
351 |
|
|
|
352 |
|
|
info: info-am
|
353 |
|
|
|
354 |
|
|
info-am:
|
355 |
|
|
|
356 |
|
|
install-data-am:
|
357 |
|
|
|
358 |
|
|
install-dvi: install-dvi-am
|
359 |
|
|
|
360 |
|
|
install-dvi-am:
|
361 |
|
|
|
362 |
|
|
install-exec-am:
|
363 |
|
|
|
364 |
|
|
install-html: install-html-am
|
365 |
|
|
|
366 |
|
|
install-html-am:
|
367 |
|
|
|
368 |
|
|
install-info: install-info-am
|
369 |
|
|
|
370 |
|
|
install-info-am:
|
371 |
|
|
|
372 |
|
|
install-man:
|
373 |
|
|
|
374 |
|
|
install-pdf: install-pdf-am
|
375 |
|
|
|
376 |
|
|
install-pdf-am:
|
377 |
|
|
|
378 |
|
|
install-ps: install-ps-am
|
379 |
|
|
|
380 |
|
|
install-ps-am:
|
381 |
|
|
|
382 |
|
|
installcheck-am:
|
383 |
|
|
|
384 |
|
|
maintainer-clean: maintainer-clean-am
|
385 |
|
|
-rm -f Makefile
|
386 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
387 |
|
|
|
388 |
|
|
mostlyclean: mostlyclean-am
|
389 |
|
|
|
390 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
391 |
|
|
|
392 |
|
|
pdf: pdf-am
|
393 |
|
|
|
394 |
|
|
pdf-am:
|
395 |
|
|
|
396 |
|
|
ps: ps-am
|
397 |
|
|
|
398 |
|
|
ps-am:
|
399 |
|
|
|
400 |
|
|
uninstall-am:
|
401 |
|
|
|
402 |
|
|
.MAKE: install-am install-strip
|
403 |
|
|
|
404 |
|
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
405 |
|
|
distclean distclean-generic distclean-libtool distdir dvi \
|
406 |
|
|
dvi-am html html-am info info-am install install-am \
|
407 |
|
|
install-data install-data-am install-dvi install-dvi-am \
|
408 |
|
|
install-exec install-exec-am install-html install-html-am \
|
409 |
|
|
install-info install-info-am install-man install-pdf \
|
410 |
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
411 |
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
412 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
413 |
|
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
414 |
|
|
|
415 |
|
|
|
416 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
417 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
418 |
|
|
.NOEXPORT:
|