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 121

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

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

powered by: WebSVN 2.1.0

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