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 234

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
PACKAGE_VERSION = @PACKAGE_VERSION@
268
PATH_SEPARATOR = @PATH_SEPARATOR@
269
RANLIB = @RANLIB@
270
SED = @SED@
271
SET_MAKE = @SET_MAKE@
272
SHELL = @SHELL@
273
SIM = @SIM@
274
STRIP = @STRIP@
275
VERSION = @VERSION@
276
abs_builddir = @abs_builddir@
277
abs_srcdir = @abs_srcdir@
278
abs_top_builddir = @abs_top_builddir@
279
abs_top_srcdir = @abs_top_srcdir@
280
ac_ct_CC = @ac_ct_CC@
281
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282
am__include = @am__include@
283
am__leading_dot = @am__leading_dot@
284
am__quote = @am__quote@
285
am__tar = @am__tar@
286
am__untar = @am__untar@
287
bindir = @bindir@
288
build = @build@
289
build_alias = @build_alias@
290
build_cpu = @build_cpu@
291
build_os = @build_os@
292
build_vendor = @build_vendor@
293
builddir = @builddir@
294
datadir = @datadir@
295
datarootdir = @datarootdir@
296
docdir = @docdir@
297
dvidir = @dvidir@
298
exec_prefix = @exec_prefix@
299
host = @host@
300
host_alias = @host_alias@
301
host_cpu = @host_cpu@
302
host_os = @host_os@
303
host_vendor = @host_vendor@
304
htmldir = @htmldir@
305
includedir = @includedir@
306
infodir = @infodir@
307
install_sh = @install_sh@
308
libdir = @libdir@
309
libexecdir = @libexecdir@
310
localedir = @localedir@
311
localstatedir = @localstatedir@
312
lt_ECHO = @lt_ECHO@
313
mandir = @mandir@
314
mkdir_p = @mkdir_p@
315
oldincludedir = @oldincludedir@
316
pdfdir = @pdfdir@
317
prefix = @prefix@
318
program_transform_name = @program_transform_name@
319
psdir = @psdir@
320
sbindir = @sbindir@
321
sharedstatedir = @sharedstatedir@
322
srcdir = @srcdir@
323
sysconfdir = @sysconfdir@
324
target_alias = @target_alias@
325
top_build_prefix = @top_build_prefix@
326
top_builddir = @top_builddir@
327
top_srcdir = @top_srcdir@
328
 
329 107 jeremybenn
# Tests of the instruction set. Broken out into separate tests, to avoid them
330
# getting too large. The original instruction set test is still here, but not
331
# built by default.
332 112 jeremybenn
EXTRA_DIST = inst-set-test.ld
333 107 jeremybenn
@BUILD_ALL_TESTS_FALSE@INST_SET_TEST_OLD =
334
@BUILD_ALL_TESTS_TRUE@INST_SET_TEST_OLD = inst-set-test-old
335
 
336
# Support library for use when testing the instruction set.
337
check_LTLIBRARIES = libinst-set-test.la
338
libinst_set_test_la_SOURCES = inst-set-test.S
339
 
340
# The new instruction set tests.
341 112 jeremybenn
is_add_test_SOURCES = inst-set-test.h \
342 124 jeremybenn
                        is-add-test.S
343 112 jeremybenn
 
344
is_add_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
345
is_add_test_LDADD = inst-set-test.lo
346 124 jeremybenn
is_and_test_SOURCES = inst-set-test.h \
347
                        is-and-test.S
348
 
349
is_and_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
350
is_and_test_LDADD = inst-set-test.lo
351 112 jeremybenn
is_div_test_SOURCES = inst-set-test.h \
352 124 jeremybenn
                        is-div-test.S
353 112 jeremybenn
 
354 107 jeremybenn
is_div_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
355
is_div_test_LDADD = inst-set-test.lo
356 115 jeremybenn
is_find_test_SOURCES = inst-set-test.h \
357 124 jeremybenn
                        is-find-test.S
358 115 jeremybenn
 
359
is_find_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
360
is_find_test_LDADD = inst-set-test.lo
361 121 jeremybenn
is_jump_test_SOURCES = inst-set-test.h \
362 124 jeremybenn
                        is-jump-test.S
363 121 jeremybenn
 
364
is_jump_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
365
is_jump_test_LDADD = inst-set-test.lo
366 118 jeremybenn
is_lws_test_SOURCES = inst-set-test.h \
367 124 jeremybenn
                        is-lws-test.S
368 118 jeremybenn
 
369
is_lws_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
370
is_lws_test_LDADD = inst-set-test.lo
371 116 jeremybenn
is_mac_test_SOURCES = inst-set-test.h \
372 124 jeremybenn
                        is-mac-test.S
373 116 jeremybenn
 
374
is_mac_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
375
is_mac_test_LDADD = inst-set-test.lo
376 118 jeremybenn
is_mul_test_SOURCES = inst-set-test.h \
377 124 jeremybenn
                        is-mul-test.S
378 112 jeremybenn
 
379 118 jeremybenn
is_mul_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
380
is_mul_test_LDADD = inst-set-test.lo
381 124 jeremybenn
is_or_test_SOURCES = inst-set-test.h \
382
                        is-or-test.S
383
 
384
is_or_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
385
is_or_test_LDADD = inst-set-test.lo
386 122 jeremybenn
is_ror_test_SOURCES = inst-set-test.h \
387 124 jeremybenn
                        is-ror-test.S
388 107 jeremybenn
 
389 122 jeremybenn
is_ror_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
390
is_ror_test_LDADD = inst-set-test.lo
391 124 jeremybenn
is_shift_test_SOURCES = inst-set-test.h \
392
                         is-shift-test.S
393
 
394
is_shift_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
395
is_shift_test_LDADD = inst-set-test.lo
396 123 jeremybenn
is_spr_test_SOURCES = inst-set-test.h \
397 124 jeremybenn
                        is-spr-test.S
398 122 jeremybenn
 
399 123 jeremybenn
is_spr_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
400
is_spr_test_LDADD = inst-set-test.lo
401 124 jeremybenn
is_sub_test_SOURCES = inst-set-test.h \
402
                        is-sub-test.S
403 123 jeremybenn
 
404 124 jeremybenn
is_sub_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
405
is_sub_test_LDADD = inst-set-test.lo
406
is_xor_test_SOURCES = inst-set-test.h \
407
                        is-xor-test.S
408
 
409
is_xor_test_LDFLAGS = -T$(srcdir)/inst-set-test.ld
410
is_xor_test_LDADD = inst-set-test.lo
411
 
412 107 jeremybenn
# The old test which builds with warnings and runs with errors
413
inst_set_test_old_SOURCES = inst-set-test-old.c
414
inst_set_test_old_LDFLAGS = -T$(srcdir)/../default.ld
415
inst_set_test_old_LDADD = ../except/except.lo      \
416
                            ../support/libsupport.la
417
 
418 90 jeremybenn
all: all-am
419
 
420
.SUFFIXES:
421 107 jeremybenn
.SUFFIXES: .S .c .lo .o .obj
422 90 jeremybenn
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
423
        @for dep in $?; do \
424
          case '$(am__configure_deps)' in \
425
            *$$dep*) \
426
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
427
                && { if test -f $@; then exit 0; else break; fi; }; \
428
              exit 1;; \
429
          esac; \
430
        done; \
431
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu inst-set-test/Makefile'; \
432
        $(am__cd) $(top_srcdir) && \
433
          $(AUTOMAKE) --gnu inst-set-test/Makefile
434
.PRECIOUS: Makefile
435
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436
        @case '$?' in \
437
          *config.status*) \
438
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
439
          *) \
440
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
441
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
442
        esac;
443
 
444
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446
 
447
$(top_srcdir)/configure:  $(am__configure_deps)
448
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
450
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
$(am__aclocal_m4_deps):
452
 
453 107 jeremybenn
clean-checkLTLIBRARIES:
454
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
455
        @list='$(check_LTLIBRARIES)'; for p in $$list; do \
456
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
457
          test "$$dir" != "$$p" || dir=.; \
458
          echo "rm -f \"$${dir}/so_locations\""; \
459
          rm -f "$${dir}/so_locations"; \
460
        done
461
libinst-set-test.la: $(libinst_set_test_la_OBJECTS) $(libinst_set_test_la_DEPENDENCIES)
462
        $(LINK)  $(libinst_set_test_la_OBJECTS) $(libinst_set_test_la_LIBADD) $(LIBS)
463
 
464 90 jeremybenn
clean-checkPROGRAMS:
465
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
466
        echo " rm -f" $$list; \
467
        rm -f $$list || exit $$?; \
468
        test -n "$(EXEEXT)" || exit 0; \
469
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
470
        echo " rm -f" $$list; \
471
        rm -f $$list
472 107 jeremybenn
inst-set-test-old$(EXEEXT): $(inst_set_test_old_OBJECTS) $(inst_set_test_old_DEPENDENCIES)
473
        @rm -f inst-set-test-old$(EXEEXT)
474
        $(inst_set_test_old_LINK) $(inst_set_test_old_OBJECTS) $(inst_set_test_old_LDADD) $(LIBS)
475 112 jeremybenn
is-add-test$(EXEEXT): $(is_add_test_OBJECTS) $(is_add_test_DEPENDENCIES)
476
        @rm -f is-add-test$(EXEEXT)
477
        $(is_add_test_LINK) $(is_add_test_OBJECTS) $(is_add_test_LDADD) $(LIBS)
478 124 jeremybenn
is-and-test$(EXEEXT): $(is_and_test_OBJECTS) $(is_and_test_DEPENDENCIES)
479
        @rm -f is-and-test$(EXEEXT)
480
        $(is_and_test_LINK) $(is_and_test_OBJECTS) $(is_and_test_LDADD) $(LIBS)
481 107 jeremybenn
is-div-test$(EXEEXT): $(is_div_test_OBJECTS) $(is_div_test_DEPENDENCIES)
482
        @rm -f is-div-test$(EXEEXT)
483
        $(is_div_test_LINK) $(is_div_test_OBJECTS) $(is_div_test_LDADD) $(LIBS)
484 115 jeremybenn
is-find-test$(EXEEXT): $(is_find_test_OBJECTS) $(is_find_test_DEPENDENCIES)
485
        @rm -f is-find-test$(EXEEXT)
486
        $(is_find_test_LINK) $(is_find_test_OBJECTS) $(is_find_test_LDADD) $(LIBS)
487 121 jeremybenn
is-jump-test$(EXEEXT): $(is_jump_test_OBJECTS) $(is_jump_test_DEPENDENCIES)
488
        @rm -f is-jump-test$(EXEEXT)
489
        $(is_jump_test_LINK) $(is_jump_test_OBJECTS) $(is_jump_test_LDADD) $(LIBS)
490 107 jeremybenn
is-lws-test$(EXEEXT): $(is_lws_test_OBJECTS) $(is_lws_test_DEPENDENCIES)
491
        @rm -f is-lws-test$(EXEEXT)
492
        $(is_lws_test_LINK) $(is_lws_test_OBJECTS) $(is_lws_test_LDADD) $(LIBS)
493 116 jeremybenn
is-mac-test$(EXEEXT): $(is_mac_test_OBJECTS) $(is_mac_test_DEPENDENCIES)
494
        @rm -f is-mac-test$(EXEEXT)
495
        $(is_mac_test_LINK) $(is_mac_test_OBJECTS) $(is_mac_test_LDADD) $(LIBS)
496 118 jeremybenn
is-mul-test$(EXEEXT): $(is_mul_test_OBJECTS) $(is_mul_test_DEPENDENCIES)
497
        @rm -f is-mul-test$(EXEEXT)
498
        $(is_mul_test_LINK) $(is_mul_test_OBJECTS) $(is_mul_test_LDADD) $(LIBS)
499 124 jeremybenn
is-or-test$(EXEEXT): $(is_or_test_OBJECTS) $(is_or_test_DEPENDENCIES)
500
        @rm -f is-or-test$(EXEEXT)
501
        $(is_or_test_LINK) $(is_or_test_OBJECTS) $(is_or_test_LDADD) $(LIBS)
502 122 jeremybenn
is-ror-test$(EXEEXT): $(is_ror_test_OBJECTS) $(is_ror_test_DEPENDENCIES)
503
        @rm -f is-ror-test$(EXEEXT)
504
        $(is_ror_test_LINK) $(is_ror_test_OBJECTS) $(is_ror_test_LDADD) $(LIBS)
505 124 jeremybenn
is-shift-test$(EXEEXT): $(is_shift_test_OBJECTS) $(is_shift_test_DEPENDENCIES)
506
        @rm -f is-shift-test$(EXEEXT)
507
        $(is_shift_test_LINK) $(is_shift_test_OBJECTS) $(is_shift_test_LDADD) $(LIBS)
508 123 jeremybenn
is-spr-test$(EXEEXT): $(is_spr_test_OBJECTS) $(is_spr_test_DEPENDENCIES)
509
        @rm -f is-spr-test$(EXEEXT)
510
        $(is_spr_test_LINK) $(is_spr_test_OBJECTS) $(is_spr_test_LDADD) $(LIBS)
511 124 jeremybenn
is-sub-test$(EXEEXT): $(is_sub_test_OBJECTS) $(is_sub_test_DEPENDENCIES)
512
        @rm -f is-sub-test$(EXEEXT)
513
        $(is_sub_test_LINK) $(is_sub_test_OBJECTS) $(is_sub_test_LDADD) $(LIBS)
514
is-xor-test$(EXEEXT): $(is_xor_test_OBJECTS) $(is_xor_test_DEPENDENCIES)
515
        @rm -f is-xor-test$(EXEEXT)
516
        $(is_xor_test_LINK) $(is_xor_test_OBJECTS) $(is_xor_test_LDADD) $(LIBS)
517 90 jeremybenn
 
518
mostlyclean-compile:
519
        -rm -f *.$(OBJEXT)
520
 
521
distclean-compile:
522
        -rm -f *.tab.c
523
 
524 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test-old.Po@am__quote@
525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inst-set-test.Plo@am__quote@
526 112 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-add-test.Po@am__quote@
527 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-and-test.Po@am__quote@
528 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-div-test.Po@am__quote@
529 115 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-find-test.Po@am__quote@
530 121 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-jump-test.Po@am__quote@
531 107 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-lws-test.Po@am__quote@
532 116 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-mac-test.Po@am__quote@
533 118 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-mul-test.Po@am__quote@
534 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-or-test.Po@am__quote@
535 122 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-ror-test.Po@am__quote@
536 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-shift-test.Po@am__quote@
537 123 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-spr-test.Po@am__quote@
538 124 jeremybenn
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-sub-test.Po@am__quote@
539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is-xor-test.Po@am__quote@
540 90 jeremybenn
 
541 107 jeremybenn
.S.o:
542
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
543
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
547
 
548
.S.obj:
549
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
550
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
551
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
552
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
554
 
555
.S.lo:
556
@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
557
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
558
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
559
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
561
 
562 90 jeremybenn
.c.o:
563
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
564
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
568
 
569
.c.obj:
570
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
571
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
575
 
576
.c.lo:
577
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
578
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
582
 
583
mostlyclean-libtool:
584
        -rm -f *.lo
585
 
586
clean-libtool:
587
        -rm -rf .libs _libs
588
 
589
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
590
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
591
        unique=`for i in $$list; do \
592
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593
          done | \
594
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595
              END { if (nonempty) { for (i in files) print i; }; }'`; \
596
        mkid -fID $$unique
597
tags: TAGS
598
 
599
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
600
                $(TAGS_FILES) $(LISP)
601
        set x; \
602
        here=`pwd`; \
603
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
604
        unique=`for i in $$list; do \
605
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
606
          done | \
607
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
608
              END { if (nonempty) { for (i in files) print i; }; }'`; \
609
        shift; \
610
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
611
          test -n "$$unique" || unique=$$empty_fix; \
612
          if test $$# -gt 0; then \
613
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614
              "$$@" $$unique; \
615
          else \
616
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
617
              $$unique; \
618
          fi; \
619
        fi
620
ctags: CTAGS
621
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
622
                $(TAGS_FILES) $(LISP)
623
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
624
        unique=`for i in $$list; do \
625
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
          done | \
627
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628
              END { if (nonempty) { for (i in files) print i; }; }'`; \
629
        test -z "$(CTAGS_ARGS)$$unique" \
630
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
631
             $$unique
632
 
633
GTAGS:
634
        here=`$(am__cd) $(top_builddir) && pwd` \
635
          && $(am__cd) $(top_srcdir) \
636
          && gtags -i $(GTAGS_ARGS) "$$here"
637
 
638
distclean-tags:
639
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640
 
641
distdir: $(DISTFILES)
642
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
644
        list='$(DISTFILES)'; \
645
          dist_files=`for file in $$list; do echo $$file; done | \
646
          sed -e "s|^$$srcdirstrip/||;t" \
647
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
648
        case $$dist_files in \
649
          */*) $(MKDIR_P) `echo "$$dist_files" | \
650
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
651
                           sort -u` ;; \
652
        esac; \
653
        for file in $$dist_files; do \
654
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
655
          if test -d $$d/$$file; then \
656
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
657
            if test -d "$(distdir)/$$file"; then \
658
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659
            fi; \
660
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
661
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
662
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663
            fi; \
664
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
665
          else \
666
            test -f "$(distdir)/$$file" \
667
            || cp -p $$d/$$file "$(distdir)/$$file" \
668
            || exit 1; \
669
          fi; \
670
        done
671
check-am: all-am
672 107 jeremybenn
        $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
673 90 jeremybenn
check: check-am
674
all-am: Makefile
675
installdirs:
676
install: install-am
677
install-exec: install-exec-am
678
install-data: install-data-am
679
uninstall: uninstall-am
680
 
681
install-am: all-am
682
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
683
 
684
installcheck: installcheck-am
685
install-strip:
686
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688
          `test -z '$(STRIP)' || \
689
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
690
mostlyclean-generic:
691
 
692
clean-generic:
693
 
694
distclean-generic:
695
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697
 
698
maintainer-clean-generic:
699
        @echo "This command is intended for maintainers to use"
700
        @echo "it deletes files that may require special tools to rebuild."
701
clean: clean-am
702
 
703 107 jeremybenn
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
704
        clean-libtool mostlyclean-am
705 90 jeremybenn
 
706
distclean: distclean-am
707
        -rm -rf ./$(DEPDIR)
708
        -rm -f Makefile
709
distclean-am: clean-am distclean-compile distclean-generic \
710
        distclean-tags
711
 
712
dvi: dvi-am
713
 
714
dvi-am:
715
 
716
html: html-am
717
 
718
html-am:
719
 
720
info: info-am
721
 
722
info-am:
723
 
724
install-data-am:
725
 
726
install-dvi: install-dvi-am
727
 
728
install-dvi-am:
729
 
730
install-exec-am:
731
 
732
install-html: install-html-am
733
 
734
install-html-am:
735
 
736
install-info: install-info-am
737
 
738
install-info-am:
739
 
740
install-man:
741
 
742
install-pdf: install-pdf-am
743
 
744
install-pdf-am:
745
 
746
install-ps: install-ps-am
747
 
748
install-ps-am:
749
 
750
installcheck-am:
751
 
752
maintainer-clean: maintainer-clean-am
753
        -rm -rf ./$(DEPDIR)
754
        -rm -f Makefile
755
maintainer-clean-am: distclean-am maintainer-clean-generic
756
 
757
mostlyclean: mostlyclean-am
758
 
759
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
760
        mostlyclean-libtool
761
 
762
pdf: pdf-am
763
 
764
pdf-am:
765
 
766
ps: ps-am
767
 
768
ps-am:
769
 
770
uninstall-am:
771
 
772
.MAKE: check-am install-am install-strip
773
 
774
.PHONY: CTAGS GTAGS all all-am check check-am clean \
775 107 jeremybenn
        clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
776
        clean-libtool ctags distclean distclean-compile \
777
        distclean-generic distclean-libtool distclean-tags distdir dvi \
778
        dvi-am html html-am info info-am install install-am \
779
        install-data install-data-am install-dvi install-dvi-am \
780
        install-exec install-exec-am install-html install-html-am \
781
        install-info install-info-am install-man install-pdf \
782
        install-pdf-am install-ps install-ps-am install-strip \
783
        installcheck installcheck-am installdirs maintainer-clean \
784 90 jeremybenn
        maintainer-clean-generic mostlyclean mostlyclean-compile \
785
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
786
        tags uninstall uninstall-am
787
 
788
 
789
# Tell versions [3.59,3.63) of GNU make to not export all variables.
790
# Otherwise a system limit (for SysV at least) may be exceeded.
791
.NOEXPORT:

powered by: WebSVN 2.1.0

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