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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cpu/] [or32/] [Makefile.in] - Blame information for rev 784

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 625 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 80 jeremybenn
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 82 jeremybenn
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7 80 jeremybenn
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
# Makefile -- Makefile for OR32 dependent simulation
19
#
20
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
21
# Copyright (C) 2008 Embecosm Limited
22
#
23
# Contributor Jeremy Bennett 
24
#
25
# This file is part of OpenRISC 1000 Architectural Simulator.
26
#
27
# This program is free software; you can redistribute it and/or modify it
28
# under the terms of the GNU General Public License as published by the Free
29
# Software Foundation; either version 3 of the License, or (at your option)
30
# any later version.
31
#
32
# This program is distributed in the hope that it will be useful, but WITHOUT
33
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
34
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35
# more details.
36
#
37
# You should have received a copy of the GNU General Public License along
38
# with this program.  If not, see .
39
 
40
 
41
VPATH = @srcdir@
42
pkgdatadir = $(datadir)/@PACKAGE@
43 82 jeremybenn
pkgincludedir = $(includedir)/@PACKAGE@
44 80 jeremybenn
pkglibdir = $(libdir)/@PACKAGE@
45 82 jeremybenn
pkglibexecdir = $(libexecdir)/@PACKAGE@
46 80 jeremybenn
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
install_sh_DATA = $(install_sh) -c -m 644
48
install_sh_PROGRAM = $(install_sh) -c
49
install_sh_SCRIPT = $(install_sh) -c
50
INSTALL_HEADER = $(INSTALL_DATA)
51
transform = $(program_transform_name)
52
NORMAL_INSTALL = :
53
PRE_INSTALL = :
54
POST_INSTALL = :
55
NORMAL_UNINSTALL = :
56
PRE_UNINSTALL = :
57
POST_UNINSTALL = :
58
build_triplet = @build@
59
host_triplet = @host@
60
target_triplet = @target@
61
subdir = cpu/or32
62
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64 82 jeremybenn
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
65
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67
        $(top_srcdir)/configure.ac
68 80 jeremybenn
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
        $(ACLOCAL_M4)
70
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71
CONFIG_HEADER = $(top_builddir)/config.h
72
CONFIG_CLEAN_FILES =
73 82 jeremybenn
CONFIG_CLEAN_VPATH_FILES =
74 80 jeremybenn
LTLIBRARIES = $(noinst_LTLIBRARIES)
75
libarch_la_LIBADD =
76 552 julius
am__libarch_la_SOURCES_DIST = execute.c or32.c simpl32-defs.h
77
@GENERATE_NEEDED_FALSE@am_libarch_la_OBJECTS = execute.lo or32.lo
78
@GENERATE_NEEDED_TRUE@am_libarch_la_OBJECTS = execute.lo or32.lo
79 80 jeremybenn
am__dist_EXTRA_libarch_la_SOURCES_DIST = insnset.c
80 552 julius
libarch_la_OBJECTS = $(am_libarch_la_OBJECTS)
81 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
82
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
83
am__v_lt_0 = --silent
84 80 jeremybenn
PROGRAMS = $(noinst_PROGRAMS)
85 552 julius
am__generate_SOURCES_DIST = or32.c generate.c simpl32-defs.h
86
@GENERATE_NEEDED_TRUE@am_generate_OBJECTS = generate-or32.$(OBJEXT) \
87
@GENERATE_NEEDED_TRUE@  generate-generate.$(OBJEXT)
88 80 jeremybenn
generate_OBJECTS = $(am_generate_OBJECTS)
89
generate_LDADD = $(LDADD)
90 625 jeremybenn
generate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
91
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(generate_CFLAGS) \
92
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
93 80 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
depcomp = $(SHELL) $(top_srcdir)/depcomp
95
am__depfiles_maybe = depfiles
96 82 jeremybenn
am__mv = mv -f
97 80 jeremybenn
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
101
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102
        $(AM_CFLAGS) $(CFLAGS)
103
AM_V_CC = $(am__v_CC_$(V))
104
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
105
am__v_CC_0 = @echo "  CC    " $@;
106
AM_V_at = $(am__v_at_$(V))
107
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
108
am__v_at_0 = @
109 80 jeremybenn
CCLD = $(CC)
110 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
111
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
112
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
113
AM_V_CCLD = $(am__v_CCLD_$(V))
114
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
115
am__v_CCLD_0 = @echo "  CCLD  " $@;
116
AM_V_GEN = $(am__v_GEN_$(V))
117
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118
am__v_GEN_0 = @echo "  GEN   " $@;
119 552 julius
SOURCES = $(libarch_la_SOURCES) $(dist_EXTRA_libarch_la_SOURCES) \
120 80 jeremybenn
        $(generate_SOURCES)
121
DIST_SOURCES = $(am__libarch_la_SOURCES_DIST) \
122
        $(am__dist_EXTRA_libarch_la_SOURCES_DIST) \
123 552 julius
        $(am__generate_SOURCES_DIST)
124 80 jeremybenn
ETAGS = etags
125
CTAGS = ctags
126
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127
ACLOCAL = @ACLOCAL@
128
AMTAR = @AMTAR@
129 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 80 jeremybenn
AR = @AR@
131
ARFLAGS = @ARFLAGS@
132
AUTOCONF = @AUTOCONF@
133
AUTOHEADER = @AUTOHEADER@
134
AUTOMAKE = @AUTOMAKE@
135
AWK = @AWK@
136
BUILD_DIR = @BUILD_DIR@
137
CC = @CC@
138 82 jeremybenn
CCAS = @CCAS@
139
CCASDEPMODE = @CCASDEPMODE@
140
CCASFLAGS = @CCASFLAGS@
141 80 jeremybenn
CCDEPMODE = @CCDEPMODE@
142
CFLAGS = @CFLAGS@
143
CPP = @CPP@
144
CPPFLAGS = @CPPFLAGS@
145
CPU_ARCH = @CPU_ARCH@
146
CYGPATH_W = @CYGPATH_W@
147
DEBUGFLAGS = @DEBUGFLAGS@
148
DEFS = @DEFS@
149 90 jeremybenn
DEJAGNU = @DEJAGNU@
150 80 jeremybenn
DEPDIR = @DEPDIR@
151 784 jeremybenn
DLLTOOL = @DLLTOOL@
152 82 jeremybenn
DSYMUTIL = @DSYMUTIL@
153
DUMPBIN = @DUMPBIN@
154 80 jeremybenn
ECHO_C = @ECHO_C@
155
ECHO_N = @ECHO_N@
156
ECHO_T = @ECHO_T@
157
EGREP = @EGREP@
158
EXEEXT = @EXEEXT@
159 82 jeremybenn
FGREP = @FGREP@
160 80 jeremybenn
GREP = @GREP@
161
INCLUDES = @INCLUDES@
162
INSTALL = @INSTALL@
163
INSTALL_DATA = @INSTALL_DATA@
164
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
INSTALL_SCRIPT = @INSTALL_SCRIPT@
166
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 82 jeremybenn
LD = @LD@
168 80 jeremybenn
LDFLAGS = @LDFLAGS@
169
LIBOBJS = @LIBOBJS@
170
LIBS = @LIBS@
171
LIBTOOL = @LIBTOOL@
172 82 jeremybenn
LIPO = @LIPO@
173 80 jeremybenn
LN_S = @LN_S@
174
LOCAL_CFLAGS = @LOCAL_CFLAGS@
175
LOCAL_DEFS = @LOCAL_DEFS@
176
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
177
LTLIBOBJS = @LTLIBOBJS@
178
MAKEINFO = @MAKEINFO@
179 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
180 80 jeremybenn
MKDIR_P = @MKDIR_P@
181 82 jeremybenn
NM = @NM@
182
NMEDIT = @NMEDIT@
183
OBJDUMP = @OBJDUMP@
184 80 jeremybenn
OBJEXT = @OBJEXT@
185 82 jeremybenn
OTOOL = @OTOOL@
186
OTOOL64 = @OTOOL64@
187 80 jeremybenn
PACKAGE = @PACKAGE@
188
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189
PACKAGE_NAME = @PACKAGE_NAME@
190
PACKAGE_STRING = @PACKAGE_STRING@
191
PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
193 80 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
194
PATH_SEPARATOR = @PATH_SEPARATOR@
195
POW_LIB = @POW_LIB@
196
RANLIB = @RANLIB@
197 96 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
198 80 jeremybenn
SED = @SED@
199
SET_MAKE = @SET_MAKE@
200
SHELL = @SHELL@
201
STRIP = @STRIP@
202
SUMVERSION = @SUMVERSION@
203
TERMCAP_LIB = @TERMCAP_LIB@
204
VERSION = @VERSION@
205
abs_builddir = @abs_builddir@
206
abs_srcdir = @abs_srcdir@
207
abs_top_builddir = @abs_top_builddir@
208
abs_top_srcdir = @abs_top_srcdir@
209 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
210 80 jeremybenn
ac_ct_CC = @ac_ct_CC@
211 82 jeremybenn
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
212 80 jeremybenn
am__include = @am__include@
213
am__leading_dot = @am__leading_dot@
214
am__quote = @am__quote@
215
am__tar = @am__tar@
216
am__untar = @am__untar@
217
bindir = @bindir@
218
build = @build@
219
build_alias = @build_alias@
220
build_cpu = @build_cpu@
221
build_os = @build_os@
222
build_vendor = @build_vendor@
223
builddir = @builddir@
224
datadir = @datadir@
225
datarootdir = @datarootdir@
226
docdir = @docdir@
227
dvidir = @dvidir@
228
exec_prefix = @exec_prefix@
229
host = @host@
230
host_alias = @host_alias@
231
host_cpu = @host_cpu@
232
host_os = @host_os@
233
host_vendor = @host_vendor@
234
htmldir = @htmldir@
235
includedir = @includedir@
236
infodir = @infodir@
237
install_sh = @install_sh@
238
libdir = @libdir@
239
libexecdir = @libexecdir@
240
localedir = @localedir@
241
localstatedir = @localstatedir@
242
mandir = @mandir@
243
mkdir_p = @mkdir_p@
244
oldincludedir = @oldincludedir@
245
pdfdir = @pdfdir@
246
prefix = @prefix@
247
program_transform_name = @program_transform_name@
248
psdir = @psdir@
249
sbindir = @sbindir@
250
sharedstatedir = @sharedstatedir@
251
srcdir = @srcdir@
252 82 jeremybenn
subdirs = @subdirs@
253 80 jeremybenn
sysconfdir = @sysconfdir@
254
target = @target@
255
target_alias = @target_alias@
256
target_cpu = @target_cpu@
257
target_os = @target_os@
258
target_vendor = @target_vendor@
259 82 jeremybenn
top_build_prefix = @top_build_prefix@
260 80 jeremybenn
top_builddir = @top_builddir@
261
top_srcdir = @top_srcdir@
262 552 julius
noinst_LTLIBRARIES = libarch.la
263
@GENERATE_NEEDED_TRUE@EXTRA_DIST = insnset.c
264
@GENERATE_NEEDED_FALSE@libarch_la_SOURCES = execute.c         \
265
@GENERATE_NEEDED_FALSE@                     or32.c            \
266
@GENERATE_NEEDED_FALSE@              simpl32-defs.h
267 80 jeremybenn
 
268 552 julius
@GENERATE_NEEDED_TRUE@libarch_la_SOURCES = execute.c         \
269
@GENERATE_NEEDED_TRUE@                     or32.c            \
270
@GENERATE_NEEDED_TRUE@               simpl32-defs.h
271 80 jeremybenn
 
272 552 julius
@GENERATE_NEEDED_TRUE@BUILT_SOURCES = execgen.c
273
@GENERATE_NEEDED_TRUE@noinst_PROGRAMS = generate$(EXEEXT)
274
@GENERATE_NEEDED_TRUE@generate_SOURCES = or32.c            \
275
@GENERATE_NEEDED_TRUE@                     generate.c        \
276
@GENERATE_NEEDED_TRUE@                     simpl32-defs.h
277 80 jeremybenn
 
278 552 julius
@GENERATE_NEEDED_TRUE@generate_CFLAGS = $(AM_CFLAGS)
279
@GENERATE_NEEDED_FALSE@dist_EXTRA_libarch_la_SOURCES = insnset.c
280 80 jeremybenn
 
281
# If the simulator was first built without --enable-simple and then with it,
282
# then also remove these two files
283
CLEANFILES = execgen.c \
284 552 julius
             generate
285 80 jeremybenn
 
286
all: $(BUILT_SOURCES)
287
        $(MAKE) $(AM_MAKEFLAGS) all-am
288
 
289
.SUFFIXES:
290
.SUFFIXES: .c .lo .o .obj
291
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
292
        @for dep in $?; do \
293
          case '$(am__configure_deps)' in \
294
            *$$dep*) \
295 82 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296
                && { if test -f $@; then exit 0; else break; fi; }; \
297 80 jeremybenn
              exit 1;; \
298
          esac; \
299
        done; \
300 82 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cpu/or32/Makefile'; \
301
        $(am__cd) $(top_srcdir) && \
302
          $(AUTOMAKE) --gnu cpu/or32/Makefile
303 80 jeremybenn
.PRECIOUS: Makefile
304
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305
        @case '$?' in \
306
          *config.status*) \
307
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308
          *) \
309
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311
        esac;
312
 
313
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
 
316
$(top_srcdir)/configure:  $(am__configure_deps)
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 82 jeremybenn
$(am__aclocal_m4_deps):
321 80 jeremybenn
 
322
clean-noinstLTLIBRARIES:
323
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
324
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
325
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
326
          test "$$dir" != "$$p" || dir=.; \
327
          echo "rm -f \"$${dir}/so_locations\""; \
328
          rm -f "$${dir}/so_locations"; \
329
        done
330
libarch.la: $(libarch_la_OBJECTS) $(libarch_la_DEPENDENCIES)
331 625 jeremybenn
        $(AM_V_CCLD)$(LINK)  $(libarch_la_OBJECTS) $(libarch_la_LIBADD) $(LIBS)
332 80 jeremybenn
 
333
clean-noinstPROGRAMS:
334 82 jeremybenn
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
335
        echo " rm -f" $$list; \
336
        rm -f $$list || exit $$?; \
337
        test -n "$(EXEEXT)" || exit 0; \
338
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
339
        echo " rm -f" $$list; \
340
        rm -f $$list
341 80 jeremybenn
generate$(EXEEXT): $(generate_OBJECTS) $(generate_DEPENDENCIES)
342
        @rm -f generate$(EXEEXT)
343 625 jeremybenn
        $(AM_V_CCLD)$(generate_LINK) $(generate_OBJECTS) $(generate_LDADD) $(LIBS)
344 80 jeremybenn
 
345
mostlyclean-compile:
346
        -rm -f *.$(OBJEXT)
347
 
348
distclean-compile:
349
        -rm -f *.tab.c
350
 
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-generate.Po@am__quote@
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-or32.Po@am__quote@
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insnset.Plo@am__quote@
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32.Plo@am__quote@
356
 
357
.c.o:
358 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
360
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
361 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
364
 
365
.c.obj:
366 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
367
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
369 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
372
 
373
.c.lo:
374 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
376
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
377 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
380
 
381
generate-or32.o: or32.c
382 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-or32.o -MD -MP -MF $(DEPDIR)/generate-or32.Tpo -c -o generate-or32.o `test -f 'or32.c' || echo '$(srcdir)/'`or32.c
383
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/generate-or32.Tpo $(DEPDIR)/generate-or32.Po
384
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
385 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='or32.c' object='generate-or32.o' libtool=no @AMDEPBACKSLASH@
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -c -o generate-or32.o `test -f 'or32.c' || echo '$(srcdir)/'`or32.c
388
 
389
generate-or32.obj: or32.c
390 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-or32.obj -MD -MP -MF $(DEPDIR)/generate-or32.Tpo -c -o generate-or32.obj `if test -f 'or32.c'; then $(CYGPATH_W) 'or32.c'; else $(CYGPATH_W) '$(srcdir)/or32.c'; fi`
391
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/generate-or32.Tpo $(DEPDIR)/generate-or32.Po
392
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
393 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='or32.c' object='generate-or32.obj' libtool=no @AMDEPBACKSLASH@
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -c -o generate-or32.obj `if test -f 'or32.c'; then $(CYGPATH_W) 'or32.c'; else $(CYGPATH_W) '$(srcdir)/or32.c'; fi`
396
 
397
generate-generate.o: generate.c
398 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-generate.o -MD -MP -MF $(DEPDIR)/generate-generate.Tpo -c -o generate-generate.o `test -f 'generate.c' || echo '$(srcdir)/'`generate.c
399
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/generate-generate.Tpo $(DEPDIR)/generate-generate.Po
400
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
401 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='generate.c' object='generate-generate.o' libtool=no @AMDEPBACKSLASH@
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -c -o generate-generate.o `test -f 'generate.c' || echo '$(srcdir)/'`generate.c
404
 
405
generate-generate.obj: generate.c
406 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-generate.obj -MD -MP -MF $(DEPDIR)/generate-generate.Tpo -c -o generate-generate.obj `if test -f 'generate.c'; then $(CYGPATH_W) 'generate.c'; else $(CYGPATH_W) '$(srcdir)/generate.c'; fi`
407
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/generate-generate.Tpo $(DEPDIR)/generate-generate.Po
408
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
409 80 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='generate.c' object='generate-generate.obj' libtool=no @AMDEPBACKSLASH@
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -c -o generate-generate.obj `if test -f 'generate.c'; then $(CYGPATH_W) 'generate.c'; else $(CYGPATH_W) '$(srcdir)/generate.c'; fi`
412
 
413
mostlyclean-libtool:
414
        -rm -f *.lo
415
 
416
clean-libtool:
417
        -rm -rf .libs _libs
418
 
419
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421
        unique=`for i in $$list; do \
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
          done | \
424 82 jeremybenn
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425 80 jeremybenn
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
        mkid -fID $$unique
427
tags: TAGS
428
 
429
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
                $(TAGS_FILES) $(LISP)
431 82 jeremybenn
        set x; \
432 80 jeremybenn
        here=`pwd`; \
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
        unique=`for i in $$list; do \
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
          done | \
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439 82 jeremybenn
        shift; \
440
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441 80 jeremybenn
          test -n "$$unique" || unique=$$empty_fix; \
442 82 jeremybenn
          if test $$# -gt 0; then \
443
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444
              "$$@" $$unique; \
445
          else \
446
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447
              $$unique; \
448
          fi; \
449 80 jeremybenn
        fi
450
ctags: CTAGS
451
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
                $(TAGS_FILES) $(LISP)
453
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454
        unique=`for i in $$list; do \
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
          done | \
457
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
              END { if (nonempty) { for (i in files) print i; }; }'`; \
459 82 jeremybenn
        test -z "$(CTAGS_ARGS)$$unique" \
460 80 jeremybenn
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461 82 jeremybenn
             $$unique
462 80 jeremybenn
 
463
GTAGS:
464
        here=`$(am__cd) $(top_builddir) && pwd` \
465 82 jeremybenn
          && $(am__cd) $(top_srcdir) \
466
          && gtags -i $(GTAGS_ARGS) "$$here"
467 80 jeremybenn
 
468
distclean-tags:
469
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
 
471
distdir: $(DISTFILES)
472
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
        list='$(DISTFILES)'; \
475
          dist_files=`for file in $$list; do echo $$file; done | \
476
          sed -e "s|^$$srcdirstrip/||;t" \
477
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478
        case $$dist_files in \
479
          */*) $(MKDIR_P) `echo "$$dist_files" | \
480
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481
                           sort -u` ;; \
482
        esac; \
483
        for file in $$dist_files; do \
484
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485
          if test -d $$d/$$file; then \
486
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487 82 jeremybenn
            if test -d "$(distdir)/$$file"; then \
488
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489
            fi; \
490 80 jeremybenn
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491 82 jeremybenn
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493 80 jeremybenn
            fi; \
494 82 jeremybenn
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495 80 jeremybenn
          else \
496 82 jeremybenn
            test -f "$(distdir)/$$file" \
497
            || cp -p $$d/$$file "$(distdir)/$$file" \
498 80 jeremybenn
            || exit 1; \
499
          fi; \
500
        done
501
check-am: all-am
502
check: $(BUILT_SOURCES)
503
        $(MAKE) $(AM_MAKEFLAGS) check-am
504
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
505
installdirs:
506
install: $(BUILT_SOURCES)
507
        $(MAKE) $(AM_MAKEFLAGS) install-am
508
install-exec: install-exec-am
509
install-data: install-data-am
510
uninstall: uninstall-am
511
 
512
install-am: all-am
513
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514
 
515
installcheck: installcheck-am
516
install-strip:
517
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519
          `test -z '$(STRIP)' || \
520
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
521
mostlyclean-generic:
522
 
523
clean-generic:
524
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
525
 
526
distclean-generic:
527
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528 82 jeremybenn
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529 80 jeremybenn
 
530
maintainer-clean-generic:
531
        @echo "This command is intended for maintainers to use"
532
        @echo "it deletes files that may require special tools to rebuild."
533
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
534
clean: clean-am
535
 
536
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
537
        clean-noinstPROGRAMS mostlyclean-am
538
 
539
distclean: distclean-am
540
        -rm -rf ./$(DEPDIR)
541
        -rm -f Makefile
542
distclean-am: clean-am distclean-compile distclean-generic \
543
        distclean-tags
544
 
545
dvi: dvi-am
546
 
547
dvi-am:
548
 
549
html: html-am
550
 
551 82 jeremybenn
html-am:
552
 
553 80 jeremybenn
info: info-am
554
 
555
info-am:
556
 
557
install-data-am:
558
 
559
install-dvi: install-dvi-am
560
 
561 82 jeremybenn
install-dvi-am:
562
 
563 80 jeremybenn
install-exec-am:
564
 
565
install-html: install-html-am
566
 
567 82 jeremybenn
install-html-am:
568
 
569 80 jeremybenn
install-info: install-info-am
570
 
571 82 jeremybenn
install-info-am:
572
 
573 80 jeremybenn
install-man:
574
 
575
install-pdf: install-pdf-am
576
 
577 82 jeremybenn
install-pdf-am:
578
 
579 80 jeremybenn
install-ps: install-ps-am
580
 
581 82 jeremybenn
install-ps-am:
582
 
583 80 jeremybenn
installcheck-am:
584
 
585
maintainer-clean: maintainer-clean-am
586
        -rm -rf ./$(DEPDIR)
587
        -rm -f Makefile
588
maintainer-clean-am: distclean-am maintainer-clean-generic
589
 
590
mostlyclean: mostlyclean-am
591
 
592
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593
        mostlyclean-libtool
594
 
595
pdf: pdf-am
596
 
597
pdf-am:
598
 
599
ps: ps-am
600
 
601
ps-am:
602
 
603
uninstall-am:
604
 
605 82 jeremybenn
.MAKE: all check install install-am install-strip
606 80 jeremybenn
 
607
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
608
        clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
609
        ctags distclean distclean-compile distclean-generic \
610
        distclean-libtool distclean-tags distdir dvi dvi-am html \
611
        html-am info info-am install install-am install-data \
612
        install-data-am install-dvi install-dvi-am install-exec \
613
        install-exec-am install-html install-html-am install-info \
614
        install-info-am install-man install-pdf install-pdf-am \
615
        install-ps install-ps-am install-strip installcheck \
616
        installcheck-am installdirs maintainer-clean \
617
        maintainer-clean-generic mostlyclean mostlyclean-compile \
618
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
619
        tags uninstall uninstall-am
620
 
621
 
622 552 julius
@GENERATE_NEEDED_TRUE@execgen.c: generate$(EXEEXT) insnset.c
623
@GENERATE_NEEDED_TRUE@  ./generate$(EXEEXT) $(srcdir)/insnset.c execgen.c
624 80 jeremybenn
 
625
# Tell versions [3.59,3.63) of GNU make to not export all variables.
626
# Otherwise a system limit (for SysV at least) may be exceeded.
627
.NOEXPORT:

powered by: WebSVN 2.1.0

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