OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [inst-set-test/] [Makefile.in] - Blame information for rev 346

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
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 107 jeremybenn
# Makefile.am for or1ksim instruction set test programs:
19 90 jeremybenn
 
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 124 jeremybenn
check_PROGRAMS = is-add-test$(EXEEXT) is-and-test$(EXEEXT) \
62
        is-div-test$(EXEEXT) is-find-test$(EXEEXT) \
63
        is-jump-test$(EXEEXT) is-lws-test$(EXEEXT) \
64
        is-mac-test$(EXEEXT) is-mul-test$(EXEEXT) is-or-test$(EXEEXT) \
65
        is-ror-test$(EXEEXT) is-shift-test$(EXEEXT) \
66
        is-spr-test$(EXEEXT) is-sub-test$(EXEEXT) is-xor-test$(EXEEXT) \
67
        $(am__EXEEXT_1)
68 90 jeremybenn
subdir = inst-set-test
69
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
70
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
72
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
73
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
74
        $(top_srcdir)/configure.ac
75
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76
        $(ACLOCAL_M4)
77
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
78
CONFIG_HEADER = $(top_builddir)/config.h
79
CONFIG_CLEAN_FILES =
80
CONFIG_CLEAN_VPATH_FILES =
81 107 jeremybenn
libinst_set_test_la_LIBADD =
82
am_libinst_set_test_la_OBJECTS = inst-set-test.lo
83
libinst_set_test_la_OBJECTS = $(am_libinst_set_test_la_OBJECTS)
84
@BUILD_ALL_TESTS_TRUE@am__EXEEXT_1 = inst-set-test-old$(EXEEXT)
85
am_inst_set_test_old_OBJECTS = inst-set-test-old.$(OBJEXT)
86
inst_set_test_old_OBJECTS = $(am_inst_set_test_old_OBJECTS)
87
inst_set_test_old_DEPENDENCIES = ../except/except.lo \
88 90 jeremybenn
        ../support/libsupport.la
89 107 jeremybenn
inst_set_test_old_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
90 90 jeremybenn
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
91 107 jeremybenn
        $(inst_set_test_old_LDFLAGS) $(LDFLAGS) -o $@
92 112 jeremybenn
am_is_add_test_OBJECTS = is-add-test.$(OBJEXT)
93
is_add_test_OBJECTS = $(am_is_add_test_OBJECTS)
94
is_add_test_DEPENDENCIES = inst-set-test.lo
95
is_add_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
96
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
97
        $(is_add_test_LDFLAGS) $(LDFLAGS) -o $@
98 124 jeremybenn
am_is_and_test_OBJECTS = is-and-test.$(OBJEXT)
99
is_and_test_OBJECTS = $(am_is_and_test_OBJECTS)
100
is_and_test_DEPENDENCIES = inst-set-test.lo
101
is_and_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
102
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103
        $(is_and_test_LDFLAGS) $(LDFLAGS) -o $@
104 107 jeremybenn
am_is_div_test_OBJECTS = is-div-test.$(OBJEXT)
105
is_div_test_OBJECTS = $(am_is_div_test_OBJECTS)
106
is_div_test_DEPENDENCIES = inst-set-test.lo
107
is_div_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
        $(is_div_test_LDFLAGS) $(LDFLAGS) -o $@
110 115 jeremybenn
am_is_find_test_OBJECTS = is-find-test.$(OBJEXT)
111
is_find_test_OBJECTS = $(am_is_find_test_OBJECTS)
112
is_find_test_DEPENDENCIES = inst-set-test.lo
113
is_find_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
114
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115
        $(is_find_test_LDFLAGS) $(LDFLAGS) -o $@
116 121 jeremybenn
am_is_jump_test_OBJECTS = is-jump-test.$(OBJEXT)
117
is_jump_test_OBJECTS = $(am_is_jump_test_OBJECTS)
118
is_jump_test_DEPENDENCIES = inst-set-test.lo
119
is_jump_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
120
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
121
        $(is_jump_test_LDFLAGS) $(LDFLAGS) -o $@
122 107 jeremybenn
am_is_lws_test_OBJECTS = is-lws-test.$(OBJEXT)
123
is_lws_test_OBJECTS = $(am_is_lws_test_OBJECTS)
124
is_lws_test_DEPENDENCIES = inst-set-test.lo
125
is_lws_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
126
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127
        $(is_lws_test_LDFLAGS) $(LDFLAGS) -o $@
128 116 jeremybenn
am_is_mac_test_OBJECTS = is-mac-test.$(OBJEXT)
129
is_mac_test_OBJECTS = $(am_is_mac_test_OBJECTS)
130
is_mac_test_DEPENDENCIES = inst-set-test.lo
131
is_mac_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
132
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133
        $(is_mac_test_LDFLAGS) $(LDFLAGS) -o $@
134 118 jeremybenn
am_is_mul_test_OBJECTS = is-mul-test.$(OBJEXT)
135
is_mul_test_OBJECTS = $(am_is_mul_test_OBJECTS)
136
is_mul_test_DEPENDENCIES = inst-set-test.lo
137
is_mul_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
138
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139
        $(is_mul_test_LDFLAGS) $(LDFLAGS) -o $@
140 124 jeremybenn
am_is_or_test_OBJECTS = is-or-test.$(OBJEXT)
141
is_or_test_OBJECTS = $(am_is_or_test_OBJECTS)
142
is_or_test_DEPENDENCIES = inst-set-test.lo
143
is_or_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
144
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145
        $(is_or_test_LDFLAGS) $(LDFLAGS) -o $@
146 122 jeremybenn
am_is_ror_test_OBJECTS = is-ror-test.$(OBJEXT)
147
is_ror_test_OBJECTS = $(am_is_ror_test_OBJECTS)
148
is_ror_test_DEPENDENCIES = inst-set-test.lo
149
is_ror_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
150
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151
        $(is_ror_test_LDFLAGS) $(LDFLAGS) -o $@
152 124 jeremybenn
am_is_shift_test_OBJECTS = is-shift-test.$(OBJEXT)
153
is_shift_test_OBJECTS = $(am_is_shift_test_OBJECTS)
154
is_shift_test_DEPENDENCIES = inst-set-test.lo
155
is_shift_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
156
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157
        $(is_shift_test_LDFLAGS) $(LDFLAGS) -o $@
158 123 jeremybenn
am_is_spr_test_OBJECTS = is-spr-test.$(OBJEXT)
159
is_spr_test_OBJECTS = $(am_is_spr_test_OBJECTS)
160
is_spr_test_DEPENDENCIES = inst-set-test.lo
161
is_spr_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
162
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163
        $(is_spr_test_LDFLAGS) $(LDFLAGS) -o $@
164 124 jeremybenn
am_is_sub_test_OBJECTS = is-sub-test.$(OBJEXT)
165
is_sub_test_OBJECTS = $(am_is_sub_test_OBJECTS)
166
is_sub_test_DEPENDENCIES = inst-set-test.lo
167
is_sub_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
168
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169
        $(is_sub_test_LDFLAGS) $(LDFLAGS) -o $@
170
am_is_xor_test_OBJECTS = is-xor-test.$(OBJEXT)
171
is_xor_test_OBJECTS = $(am_is_xor_test_OBJECTS)
172
is_xor_test_DEPENDENCIES = inst-set-test.lo
173
is_xor_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
174
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175
        $(is_xor_test_LDFLAGS) $(LDFLAGS) -o $@
176 90 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
177
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
178
am__depfiles_maybe = depfiles
179
am__mv = mv -f
180 107 jeremybenn
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
181
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
182
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
183
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
184
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
185 90 jeremybenn
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
186
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
187
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
188
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
189
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190
CCLD = $(CC)
191
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
192
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
193
        $(LDFLAGS) -o $@
194 107 jeremybenn
SOURCES = $(libinst_set_test_la_SOURCES) $(inst_set_test_old_SOURCES) \
195 124 jeremybenn
        $(is_add_test_SOURCES) $(is_and_test_SOURCES) \
196 115 jeremybenn
        $(is_div_test_SOURCES) $(is_find_test_SOURCES) \
197 121 jeremybenn
        $(is_jump_test_SOURCES) $(is_lws_test_SOURCES) \
198 122 jeremybenn
        $(is_mac_test_SOURCES) $(is_mul_test_SOURCES) \
199 124 jeremybenn
        $(is_or_test_SOURCES) $(is_ror_test_SOURCES) \
200
        $(is_shift_test_SOURCES) $(is_spr_test_SOURCES) \
201
        $(is_sub_test_SOURCES) $(is_xor_test_SOURCES)
202
DIST_SOURCES = $(libinst_set_test_la_SOURCES) \
203
        $(inst_set_test_old_SOURCES) $(is_add_test_SOURCES) \
204
        $(is_and_test_SOURCES) $(is_div_test_SOURCES) \
205
        $(is_find_test_SOURCES) $(is_jump_test_SOURCES) \
206
        $(is_lws_test_SOURCES) $(is_mac_test_SOURCES) \
207
        $(is_mul_test_SOURCES) $(is_or_test_SOURCES) \
208
        $(is_ror_test_SOURCES) $(is_shift_test_SOURCES) \
209
        $(is_spr_test_SOURCES) $(is_sub_test_SOURCES) \
210
        $(is_xor_test_SOURCES)
211 90 jeremybenn
ETAGS = etags
212
CTAGS = ctags
213
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214
ACLOCAL = @ACLOCAL@
215
AMTAR = @AMTAR@
216
AR = @AR@
217
AUTOCONF = @AUTOCONF@
218
AUTOHEADER = @AUTOHEADER@
219
AUTOMAKE = @AUTOMAKE@
220
AWK = @AWK@
221
CC = @CC@
222
CCAS = @CCAS@
223
CCASDEPMODE = @CCASDEPMODE@
224
CCASFLAGS = @CCASFLAGS@
225
CCDEPMODE = @CCDEPMODE@
226
CFLAGS = @CFLAGS@
227
CPP = @CPP@
228
CPPFLAGS = @CPPFLAGS@
229
CYGPATH_W = @CYGPATH_W@
230
DEFS = @DEFS@
231
DEPDIR = @DEPDIR@
232
DSYMUTIL = @DSYMUTIL@
233
DUMPBIN = @DUMPBIN@
234
ECHO_C = @ECHO_C@
235
ECHO_N = @ECHO_N@
236
ECHO_T = @ECHO_T@
237
EGREP = @EGREP@
238
EXEEXT = @EXEEXT@
239
FGREP = @FGREP@
240
GREP = @GREP@
241
INSTALL = @INSTALL@
242
INSTALL_DATA = @INSTALL_DATA@
243
INSTALL_PROGRAM = @INSTALL_PROGRAM@
244
INSTALL_SCRIPT = @INSTALL_SCRIPT@
245
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246
LD = @LD@
247
LDFLAGS = @LDFLAGS@
248
LIBOBJS = @LIBOBJS@
249
LIBS = @LIBS@
250
LIBTOOL = @LIBTOOL@
251
LIPO = @LIPO@
252
LN_S = @LN_S@
253
LTLIBOBJS = @LTLIBOBJS@
254
MAKEINFO = @MAKEINFO@
255
MKDIR_P = @MKDIR_P@
256
NM = @NM@
257
NMEDIT = @NMEDIT@
258
OBJDUMP = @OBJDUMP@
259
OBJEXT = @OBJEXT@
260
OTOOL = @OTOOL@
261
OTOOL64 = @OTOOL64@
262
PACKAGE = @PACKAGE@
263
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264
PACKAGE_NAME = @PACKAGE_NAME@
265
PACKAGE_STRING = @PACKAGE_STRING@
266
PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
268 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
269
PATH_SEPARATOR = @PATH_SEPARATOR@
270
RANLIB = @RANLIB@
271
SED = @SED@
272
SET_MAKE = @SET_MAKE@
273
SHELL = @SHELL@
274
SIM = @SIM@
275
STRIP = @STRIP@
276
VERSION = @VERSION@
277
abs_builddir = @abs_builddir@
278
abs_srcdir = @abs_srcdir@
279
abs_top_builddir = @abs_top_builddir@
280
abs_top_srcdir = @abs_top_srcdir@
281
ac_ct_CC = @ac_ct_CC@
282
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283
am__include = @am__include@
284
am__leading_dot = @am__leading_dot@
285
am__quote = @am__quote@
286
am__tar = @am__tar@
287
am__untar = @am__untar@
288
bindir = @bindir@
289
build = @build@
290
build_alias = @build_alias@
291
build_cpu = @build_cpu@
292
build_os = @build_os@
293
build_vendor = @build_vendor@
294
builddir = @builddir@
295
datadir = @datadir@
296
datarootdir = @datarootdir@
297
docdir = @docdir@
298
dvidir = @dvidir@
299
exec_prefix = @exec_prefix@
300
host = @host@
301
host_alias = @host_alias@
302
host_cpu = @host_cpu@
303
host_os = @host_os@
304
host_vendor = @host_vendor@
305
htmldir = @htmldir@
306
includedir = @includedir@
307
infodir = @infodir@
308
install_sh = @install_sh@
309
libdir = @libdir@
310
libexecdir = @libexecdir@
311
localedir = @localedir@
312
localstatedir = @localstatedir@
313
lt_ECHO = @lt_ECHO@
314
mandir = @mandir@
315
mkdir_p = @mkdir_p@
316
oldincludedir = @oldincludedir@
317
pdfdir = @pdfdir@
318
prefix = @prefix@
319
program_transform_name = @program_transform_name@
320
psdir = @psdir@
321
sbindir = @sbindir@
322
sharedstatedir = @sharedstatedir@
323
srcdir = @srcdir@
324
sysconfdir = @sysconfdir@
325
target_alias = @target_alias@
326
top_build_prefix = @top_build_prefix@
327
top_builddir = @top_builddir@
328
top_srcdir = @top_srcdir@
329
 
330 107 jeremybenn
# Tests of the instruction set. Broken out into separate tests, to avoid them
331
# getting too large. The original instruction set test is still here, but not
332
# built by default.
333 112 jeremybenn
EXTRA_DIST = inst-set-test.ld
334 107 jeremybenn
@BUILD_ALL_TESTS_FALSE@INST_SET_TEST_OLD =
335
@BUILD_ALL_TESTS_TRUE@INST_SET_TEST_OLD = inst-set-test-old
336
 
337
# Support library for use when testing the instruction set.
338
check_LTLIBRARIES = libinst-set-test.la
339
libinst_set_test_la_SOURCES = inst-set-test.S
340
 
341
# The new instruction set tests.
342 112 jeremybenn
is_add_test_SOURCES = inst-set-test.h \
343 124 jeremybenn
                        is-add-test.S
344 112 jeremybenn
 
345
is_add_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
346
is_add_test_LDADD = inst-set-test.lo
347 124 jeremybenn
is_and_test_SOURCES = inst-set-test.h \
348
                        is-and-test.S
349
 
350
is_and_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
351
is_and_test_LDADD = inst-set-test.lo
352 112 jeremybenn
is_div_test_SOURCES = inst-set-test.h \
353 124 jeremybenn
                        is-div-test.S
354 112 jeremybenn
 
355 107 jeremybenn
is_div_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
356
is_div_test_LDADD = inst-set-test.lo
357 115 jeremybenn
is_find_test_SOURCES = inst-set-test.h \
358 124 jeremybenn
                        is-find-test.S
359 115 jeremybenn
 
360
is_find_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
361
is_find_test_LDADD = inst-set-test.lo
362 121 jeremybenn
is_jump_test_SOURCES = inst-set-test.h \
363 124 jeremybenn
                        is-jump-test.S
364 121 jeremybenn
 
365
is_jump_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
366
is_jump_test_LDADD = inst-set-test.lo
367 118 jeremybenn
is_lws_test_SOURCES = inst-set-test.h \
368 124 jeremybenn
                        is-lws-test.S
369 118 jeremybenn
 
370
is_lws_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
371
is_lws_test_LDADD = inst-set-test.lo
372 116 jeremybenn
is_mac_test_SOURCES = inst-set-test.h \
373 124 jeremybenn
                        is-mac-test.S
374 116 jeremybenn
 
375
is_mac_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
376
is_mac_test_LDADD = inst-set-test.lo
377 118 jeremybenn
is_mul_test_SOURCES = inst-set-test.h \
378 124 jeremybenn
                        is-mul-test.S
379 112 jeremybenn
 
380 118 jeremybenn
is_mul_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
381
is_mul_test_LDADD = inst-set-test.lo
382 124 jeremybenn
is_or_test_SOURCES = inst-set-test.h \
383
                        is-or-test.S
384
 
385
is_or_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
386
is_or_test_LDADD = inst-set-test.lo
387 122 jeremybenn
is_ror_test_SOURCES = inst-set-test.h \
388 124 jeremybenn
                        is-ror-test.S
389 107 jeremybenn
 
390 122 jeremybenn
is_ror_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
391
is_ror_test_LDADD = inst-set-test.lo
392 124 jeremybenn
is_shift_test_SOURCES = inst-set-test.h \
393
                         is-shift-test.S
394
 
395
is_shift_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
396
is_shift_test_LDADD = inst-set-test.lo
397 123 jeremybenn
is_spr_test_SOURCES = inst-set-test.h \
398 124 jeremybenn
                        is-spr-test.S
399 122 jeremybenn
 
400 123 jeremybenn
is_spr_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
401
is_spr_test_LDADD = inst-set-test.lo
402 124 jeremybenn
is_sub_test_SOURCES = inst-set-test.h \
403
                        is-sub-test.S
404 123 jeremybenn
 
405 124 jeremybenn
is_sub_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
406
is_sub_test_LDADD = inst-set-test.lo
407
is_xor_test_SOURCES = inst-set-test.h \
408
                        is-xor-test.S
409
 
410
is_xor_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
411
is_xor_test_LDADD = inst-set-test.lo
412
 
413 107 jeremybenn
# The old test which builds with warnings and runs with errors
414
inst_set_test_old_SOURCES = inst-set-test-old.c
415
inst_set_test_old_LDFLAGS = -T$(srcdir)/../default.ld
416
inst_set_test_old_LDADD = ../except/except.lo      \
417
                            ../support/libsupport.la
418
 
419 90 jeremybenn
all: all-am
420
 
421
.SUFFIXES:
422 107 jeremybenn
.SUFFIXES: .S .c .lo .o .obj
423 90 jeremybenn
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
424
        @for dep in $?; do \
425
          case '$(am__configure_deps)' in \
426
            *$$dep*) \
427
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
428
                && { if test -f $@; then exit 0; else break; fi; }; \
429
              exit 1;; \
430
          esac; \
431
        done; \
432
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inst-set-test/Makefile'; \
433
        $(am__cd) $(top_srcdir) && \
434
          $(AUTOMAKE) --gnu inst-set-test/Makefile
435
.PRECIOUS: Makefile
436
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437
        @case '$?' in \
438
          *config.status*) \
439
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440
          *) \
441
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
442
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
443
        esac;
444
 
445
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
 
448
$(top_srcdir)/configure:  $(am__configure_deps)
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452
$(am__aclocal_m4_deps):
453
 
454 107 jeremybenn
clean-checkLTLIBRARIES:
455
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
456
        @list='$(check_LTLIBRARIES)'; for p in $$list; do \
457
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
458
          test "$$dir" != "$$p" || dir=.; \
459
          echo "rm -f \"$${dir}/so_locations\""; \
460
          rm -f "$${dir}/so_locations"; \
461
        done
462
libinst-set-test.la: $(libinst_set_test_la_OBJECTS) $(libinst_set_test_la_DEPENDENCIES)
463
        $(LINK)  $(libinst_set_test_la_OBJECTS) $(libinst_set_test_la_LIBADD) $(LIBS)
464
 
465 90 jeremybenn
clean-checkPROGRAMS:
466
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
467
        echo " rm -f" $$list; \
468
        rm -f $$list || exit $$?; \
469
        test -n "$(EXEEXT)" || exit 0; \
470
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
471
        echo " rm -f" $$list; \
472
        rm -f $$list
473 107 jeremybenn
inst-set-test-old$(EXEEXT): $(inst_set_test_old_OBJECTS) $(inst_set_test_old_DEPENDENCIES)
474
        @rm -f inst-set-test-old$(EXEEXT)
475
        $(inst_set_test_old_LINK) $(inst_set_test_old_OBJECTS) $(inst_set_test_old_LDADD) $(LIBS)
476 112 jeremybenn
is-add-test$(EXEEXT): $(is_add_test_OBJECTS) $(is_add_test_DEPENDENCIES)
477
        @rm -f is-add-test$(EXEEXT)
478
        $(is_add_test_LINK) $(is_add_test_OBJECTS) $(is_add_test_LDADD) $(LIBS)
479 124 jeremybenn
is-and-test$(EXEEXT): $(is_and_test_OBJECTS) $(is_and_test_DEPENDENCIES)
480
        @rm -f is-and-test$(EXEEXT)
481
        $(is_and_test_LINK) $(is_and_test_OBJECTS) $(is_and_test_LDADD) $(LIBS)
482 107 jeremybenn
is-div-test$(EXEEXT): $(is_div_test_OBJECTS) $(is_div_test_DEPENDENCIES)
483
        @rm -f is-div-test$(EXEEXT)
484
        $(is_div_test_LINK) $(is_div_test_OBJECTS) $(is_div_test_LDADD) $(LIBS)
485 115 jeremybenn
is-find-test$(EXEEXT): $(is_find_test_OBJECTS) $(is_find_test_DEPENDENCIES)
486
        @rm -f is-find-test$(EXEEXT)
487
        $(is_find_test_LINK) $(is_find_test_OBJECTS) $(is_find_test_LDADD) $(LIBS)
488 121 jeremybenn
is-jump-test$(EXEEXT): $(is_jump_test_OBJECTS) $(is_jump_test_DEPENDENCIES)
489
        @rm -f is-jump-test$(EXEEXT)
490
        $(is_jump_test_LINK) $(is_jump_test_OBJECTS) $(is_jump_test_LDADD) $(LIBS)
491 107 jeremybenn
is-lws-test$(EXEEXT): $(is_lws_test_OBJECTS) $(is_lws_test_DEPENDENCIES)
492
        @rm -f is-lws-test$(EXEEXT)
493
        $(is_lws_test_LINK) $(is_lws_test_OBJECTS) $(is_lws_test_LDADD) $(LIBS)
494 116 jeremybenn
is-mac-test$(EXEEXT): $(is_mac_test_OBJECTS) $(is_mac_test_DEPENDENCIES)
495
        @rm -f is-mac-test$(EXEEXT)
496
        $(is_mac_test_LINK) $(is_mac_test_OBJECTS) $(is_mac_test_LDADD) $(LIBS)
497 118 jeremybenn
is-mul-test$(EXEEXT): $(is_mul_test_OBJECTS) $(is_mul_test_DEPENDENCIES)
498
        @rm -f is-mul-test$(EXEEXT)
499
        $(is_mul_test_LINK) $(is_mul_test_OBJECTS) $(is_mul_test_LDADD) $(LIBS)
500 124 jeremybenn
is-or-test$(EXEEXT): $(is_or_test_OBJECTS) $(is_or_test_DEPENDENCIES)
501
        @rm -f is-or-test$(EXEEXT)
502
        $(is_or_test_LINK) $(is_or_test_OBJECTS) $(is_or_test_LDADD) $(LIBS)
503 122 jeremybenn
is-ror-test$(EXEEXT): $(is_ror_test_OBJECTS) $(is_ror_test_DEPENDENCIES)
504
        @rm -f is-ror-test$(EXEEXT)
505
        $(is_ror_test_LINK) $(is_ror_test_OBJECTS) $(is_ror_test_LDADD) $(LIBS)
506 124 jeremybenn
is-shift-test$(EXEEXT): $(is_shift_test_OBJECTS) $(is_shift_test_DEPENDENCIES)
507
        @rm -f is-shift-test$(EXEEXT)
508
        $(is_shift_test_LINK) $(is_shift_test_OBJECTS) $(is_shift_test_LDADD) $(LIBS)
509 123 jeremybenn
is-spr-test$(EXEEXT): $(is_spr_test_OBJECTS) $(is_spr_test_DEPENDENCIES)
510
        @rm -f is-spr-test$(EXEEXT)
511
        $(is_spr_test_LINK) $(is_spr_test_OBJECTS) $(is_spr_test_LDADD) $(LIBS)
512 124 jeremybenn
is-sub-test$(EXEEXT): $(is_sub_test_OBJECTS) $(is_sub_test_DEPENDENCIES)
513
        @rm -f is-sub-test$(EXEEXT)
514
        $(is_sub_test_LINK) $(is_sub_test_OBJECTS) $(is_sub_test_LDADD) $(LIBS)
515
is-xor-test$(EXEEXT): $(is_xor_test_OBJECTS) $(is_xor_test_DEPENDENCIES)
516
        @rm -f is-xor-test$(EXEEXT)
517
        $(is_xor_test_LINK) $(is_xor_test_OBJECTS) $(is_xor_test_LDADD) $(LIBS)
518 90 jeremybenn
 
519
mostlyclean-compile:
520
        -rm -f *.$(OBJEXT)
521
 
522
distclean-compile:
523
        -rm -f *.tab.c
524
 
525 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test-old.Po@am__quote@
526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test.Plo@am__quote@
527 112 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-add-test.Po@am__quote@
528 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-and-test.Po@am__quote@
529 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-div-test.Po@am__quote@
530 115 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-find-test.Po@am__quote@
531 121 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-jump-test.Po@am__quote@
532 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-lws-test.Po@am__quote@
533 116 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-mac-test.Po@am__quote@
534 118 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-mul-test.Po@am__quote@
535 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-or-test.Po@am__quote@
536 122 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-ror-test.Po@am__quote@
537 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-shift-test.Po@am__quote@
538 123 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-spr-test.Po@am__quote@
539 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-sub-test.Po@am__quote@
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-xor-test.Po@am__quote@
541 90 jeremybenn
 
542 107 jeremybenn
.S.o:
543
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
544
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
545
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
546
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
548
 
549
.S.obj:
550
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
551
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
552
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
553
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
555
 
556
.S.lo:
557
@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
559
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
560
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
562
 
563 90 jeremybenn
.c.o:
564
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
565
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
569
 
570
.c.obj:
571
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
572
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
576
 
577
.c.lo:
578
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
579
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
583
 
584
mostlyclean-libtool:
585
        -rm -f *.lo
586
 
587
clean-libtool:
588
        -rm -rf .libs _libs
589
 
590
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
591
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592
        unique=`for i in $$list; do \
593
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
          done | \
595
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596
              END { if (nonempty) { for (i in files) print i; }; }'`; \
597
        mkid -fID $$unique
598
tags: TAGS
599
 
600
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
601
                $(TAGS_FILES) $(LISP)
602
        set x; \
603
        here=`pwd`; \
604
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605
        unique=`for i in $$list; do \
606
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607
          done | \
608
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609
              END { if (nonempty) { for (i in files) print i; }; }'`; \
610
        shift; \
611
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
612
          test -n "$$unique" || unique=$$empty_fix; \
613
          if test $$# -gt 0; then \
614
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
615
              "$$@" $$unique; \
616
          else \
617
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618
              $$unique; \
619
          fi; \
620
        fi
621
ctags: CTAGS
622
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623
                $(TAGS_FILES) $(LISP)
624
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
625
        unique=`for i in $$list; do \
626
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627
          done | \
628
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629
              END { if (nonempty) { for (i in files) print i; }; }'`; \
630
        test -z "$(CTAGS_ARGS)$$unique" \
631
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
632
             $$unique
633
 
634
GTAGS:
635
        here=`$(am__cd) $(top_builddir) && pwd` \
636
          && $(am__cd) $(top_srcdir) \
637
          && gtags -i $(GTAGS_ARGS) "$$here"
638
 
639
distclean-tags:
640
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641
 
642
distdir: $(DISTFILES)
643
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
644
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
645
        list='$(DISTFILES)'; \
646
          dist_files=`for file in $$list; do echo $$file; done | \
647
          sed -e "s|^$$srcdirstrip/||;t" \
648
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
649
        case $$dist_files in \
650
          */*) $(MKDIR_P) `echo "$$dist_files" | \
651
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
652
                           sort -u` ;; \
653
        esac; \
654
        for file in $$dist_files; do \
655
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
656
          if test -d $$d/$$file; then \
657
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
658
            if test -d "$(distdir)/$$file"; then \
659
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660
            fi; \
661
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
662
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
663
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
664
            fi; \
665
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
666
          else \
667
            test -f "$(distdir)/$$file" \
668
            || cp -p $$d/$$file "$(distdir)/$$file" \
669
            || exit 1; \
670
          fi; \
671
        done
672
check-am: all-am
673 107 jeremybenn
        $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
674 90 jeremybenn
check: check-am
675
all-am: Makefile
676
installdirs:
677
install: install-am
678
install-exec: install-exec-am
679
install-data: install-data-am
680
uninstall: uninstall-am
681
 
682
install-am: all-am
683
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684
 
685
installcheck: installcheck-am
686
install-strip:
687
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689
          `test -z '$(STRIP)' || \
690
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
691
mostlyclean-generic:
692
 
693
clean-generic:
694
 
695
distclean-generic:
696
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698
 
699
maintainer-clean-generic:
700
        @echo "This command is intended for maintainers to use"
701
        @echo "it deletes files that may require special tools to rebuild."
702
clean: clean-am
703
 
704 107 jeremybenn
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
705
        clean-libtool mostlyclean-am
706 90 jeremybenn
 
707
distclean: distclean-am
708
        -rm -rf ./$(DEPDIR)
709
        -rm -f Makefile
710
distclean-am: clean-am distclean-compile distclean-generic \
711
        distclean-tags
712
 
713
dvi: dvi-am
714
 
715
dvi-am:
716
 
717
html: html-am
718
 
719
html-am:
720
 
721
info: info-am
722
 
723
info-am:
724
 
725
install-data-am:
726
 
727
install-dvi: install-dvi-am
728
 
729
install-dvi-am:
730
 
731
install-exec-am:
732
 
733
install-html: install-html-am
734
 
735
install-html-am:
736
 
737
install-info: install-info-am
738
 
739
install-info-am:
740
 
741
install-man:
742
 
743
install-pdf: install-pdf-am
744
 
745
install-pdf-am:
746
 
747
install-ps: install-ps-am
748
 
749
install-ps-am:
750
 
751
installcheck-am:
752
 
753
maintainer-clean: maintainer-clean-am
754
        -rm -rf ./$(DEPDIR)
755
        -rm -f Makefile
756
maintainer-clean-am: distclean-am maintainer-clean-generic
757
 
758
mostlyclean: mostlyclean-am
759
 
760
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
761
        mostlyclean-libtool
762
 
763
pdf: pdf-am
764
 
765
pdf-am:
766
 
767
ps: ps-am
768
 
769
ps-am:
770
 
771
uninstall-am:
772
 
773
.MAKE: check-am install-am install-strip
774
 
775
.PHONY: CTAGS GTAGS all all-am check check-am clean \
776 107 jeremybenn
        clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
777
        clean-libtool ctags distclean distclean-compile \
778
        distclean-generic distclean-libtool distclean-tags distdir dvi \
779
        dvi-am html html-am info info-am install install-am \
780
        install-data install-data-am install-dvi install-dvi-am \
781
        install-exec install-exec-am install-html install-html-am \
782
        install-info install-info-am install-man install-pdf \
783
        install-pdf-am install-ps install-ps-am install-strip \
784
        installcheck installcheck-am installdirs maintainer-clean \
785 90 jeremybenn
        maintainer-clean-generic mostlyclean mostlyclean-compile \
786
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
787
        tags uninstall uninstall-am
788
 
789
 
790
# Tell versions [3.59,3.63) of GNU make to not export all variables.
791
# Otherwise a system limit (for SysV at least) may be exceeded.
792
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.