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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [cache/] [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 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
# Makefile.am for or1ksim testsuite CPU test program: cache
19
 
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
check_PROGRAMS = cache$(EXEEXT)
62
subdir = cache
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
        $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
72
CONFIG_HEADER = $(top_builddir)/config.h
73
CONFIG_CLEAN_FILES =
74
CONFIG_CLEAN_VPATH_FILES =
75
am_cache_OBJECTS = cache.$(OBJEXT) cache-asm.$(OBJEXT)
76
cache_OBJECTS = $(am_cache_OBJECTS)
77
cache_DEPENDENCIES = ../support/libsupport.la
78 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
79
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
80
am__v_lt_0 = --silent
81
cache_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
82
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83
        $(cache_LDFLAGS) $(LDFLAGS) -o $@
84 90 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
86
am__depfiles_maybe = depfiles
87
am__mv = mv -f
88
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
90 625 jeremybenn
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
91
        $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
92
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
93
        $(AM_CCASFLAGS) $(CCASFLAGS)
94
AM_V_CPPAS = $(am__v_CPPAS_$(V))
95
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
96
am__v_CPPAS_0 = @echo "  CPPAS " $@;
97
AM_V_at = $(am__v_at_$(V))
98
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
99
am__v_at_0 = @
100 90 jeremybenn
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
104
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
105
        $(AM_CFLAGS) $(CFLAGS)
106
AM_V_CC = $(am__v_CC_$(V))
107
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
108
am__v_CC_0 = @echo "  CC    " $@;
109 90 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 90 jeremybenn
SOURCES = $(cache_SOURCES)
120
DIST_SOURCES = $(cache_SOURCES)
121
ETAGS = etags
122
CTAGS = ctags
123
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124
ACLOCAL = @ACLOCAL@
125
AMTAR = @AMTAR@
126 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127 90 jeremybenn
AR = @AR@
128
AUTOCONF = @AUTOCONF@
129
AUTOHEADER = @AUTOHEADER@
130
AUTOMAKE = @AUTOMAKE@
131
AWK = @AWK@
132
CC = @CC@
133
CCAS = @CCAS@
134
CCASDEPMODE = @CCASDEPMODE@
135
CCASFLAGS = @CCASFLAGS@
136
CCDEPMODE = @CCDEPMODE@
137
CFLAGS = @CFLAGS@
138
CPP = @CPP@
139
CPPFLAGS = @CPPFLAGS@
140
CYGPATH_W = @CYGPATH_W@
141
DEFS = @DEFS@
142
DEPDIR = @DEPDIR@
143 784 jeremybenn
DLLTOOL = @DLLTOOL@
144 90 jeremybenn
DSYMUTIL = @DSYMUTIL@
145
DUMPBIN = @DUMPBIN@
146
ECHO_C = @ECHO_C@
147
ECHO_N = @ECHO_N@
148
ECHO_T = @ECHO_T@
149
EGREP = @EGREP@
150
EXEEXT = @EXEEXT@
151
FGREP = @FGREP@
152
GREP = @GREP@
153
INSTALL = @INSTALL@
154
INSTALL_DATA = @INSTALL_DATA@
155
INSTALL_PROGRAM = @INSTALL_PROGRAM@
156
INSTALL_SCRIPT = @INSTALL_SCRIPT@
157
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158
LD = @LD@
159
LDFLAGS = @LDFLAGS@
160
LIBOBJS = @LIBOBJS@
161
LIBS = @LIBS@
162
LIBTOOL = @LIBTOOL@
163
LIPO = @LIPO@
164
LN_S = @LN_S@
165
LTLIBOBJS = @LTLIBOBJS@
166
MAKEINFO = @MAKEINFO@
167 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
168 90 jeremybenn
MKDIR_P = @MKDIR_P@
169
NM = @NM@
170
NMEDIT = @NMEDIT@
171
OBJDUMP = @OBJDUMP@
172
OBJEXT = @OBJEXT@
173
OTOOL = @OTOOL@
174
OTOOL64 = @OTOOL64@
175
PACKAGE = @PACKAGE@
176
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
PACKAGE_NAME = @PACKAGE_NAME@
178
PACKAGE_STRING = @PACKAGE_STRING@
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
180 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
181 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
182
PATH_SEPARATOR = @PATH_SEPARATOR@
183
RANLIB = @RANLIB@
184
SED = @SED@
185
SET_MAKE = @SET_MAKE@
186
SHELL = @SHELL@
187
SIM = @SIM@
188
STRIP = @STRIP@
189
VERSION = @VERSION@
190
abs_builddir = @abs_builddir@
191
abs_srcdir = @abs_srcdir@
192
abs_top_builddir = @abs_top_builddir@
193
abs_top_srcdir = @abs_top_srcdir@
194 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
195 90 jeremybenn
ac_ct_CC = @ac_ct_CC@
196
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
197
am__include = @am__include@
198
am__leading_dot = @am__leading_dot@
199
am__quote = @am__quote@
200
am__tar = @am__tar@
201
am__untar = @am__untar@
202
bindir = @bindir@
203
build = @build@
204
build_alias = @build_alias@
205
build_cpu = @build_cpu@
206
build_os = @build_os@
207
build_vendor = @build_vendor@
208
builddir = @builddir@
209
datadir = @datadir@
210
datarootdir = @datarootdir@
211
docdir = @docdir@
212
dvidir = @dvidir@
213
exec_prefix = @exec_prefix@
214
host = @host@
215
host_alias = @host_alias@
216
host_cpu = @host_cpu@
217
host_os = @host_os@
218
host_vendor = @host_vendor@
219
htmldir = @htmldir@
220
includedir = @includedir@
221
infodir = @infodir@
222
install_sh = @install_sh@
223
libdir = @libdir@
224
libexecdir = @libexecdir@
225
localedir = @localedir@
226
localstatedir = @localstatedir@
227
mandir = @mandir@
228
mkdir_p = @mkdir_p@
229
oldincludedir = @oldincludedir@
230
pdfdir = @pdfdir@
231
prefix = @prefix@
232
program_transform_name = @program_transform_name@
233
psdir = @psdir@
234
sbindir = @sbindir@
235
sharedstatedir = @sharedstatedir@
236
srcdir = @srcdir@
237
sysconfdir = @sysconfdir@
238
target_alias = @target_alias@
239
top_build_prefix = @top_build_prefix@
240
top_builddir = @top_builddir@
241
top_srcdir = @top_srcdir@
242
cache_SOURCES = cache.c     \
243
                 cache-asm.S
244
 
245
cache_LDFLAGS = -T$(srcdir)/cache.ld
246
cache_LDADD = ../support/libsupport.la
247
EXTRA_DIST = cache.ld
248
all: all-am
249
 
250
.SUFFIXES:
251
.SUFFIXES: .S .c .lo .o .obj
252
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
253
        @for dep in $?; do \
254
          case '$(am__configure_deps)' in \
255
            *$$dep*) \
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
257
                && { if test -f $@; then exit 0; else break; fi; }; \
258
              exit 1;; \
259
          esac; \
260
        done; \
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cache/Makefile'; \
262
        $(am__cd) $(top_srcdir) && \
263
          $(AUTOMAKE) --gnu cache/Makefile
264
.PRECIOUS: Makefile
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
        @case '$?' in \
267
          *config.status*) \
268
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269
          *) \
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272
        esac;
273
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
$(am__aclocal_m4_deps):
282
 
283
clean-checkPROGRAMS:
284
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
285
        echo " rm -f" $$list; \
286
        rm -f $$list || exit $$?; \
287
        test -n "$(EXEEXT)" || exit 0; \
288
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
289
        echo " rm -f" $$list; \
290
        rm -f $$list
291
cache$(EXEEXT): $(cache_OBJECTS) $(cache_DEPENDENCIES)
292
        @rm -f cache$(EXEEXT)
293 625 jeremybenn
        $(AM_V_CCLD)$(cache_LINK) $(cache_OBJECTS) $(cache_LDADD) $(LIBS)
294 90 jeremybenn
 
295
mostlyclean-compile:
296
        -rm -f *.$(OBJEXT)
297
 
298
distclean-compile:
299
        -rm -f *.tab.c
300
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache-asm.Po@am__quote@
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
303
 
304
.S.o:
305 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
308 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
311
 
312
.S.obj:
313 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
316 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
319
 
320
.S.lo:
321 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
323
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
324 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
327
 
328
.c.o:
329 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
330
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
331
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
332 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
335
 
336
.c.obj:
337 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
338
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
340 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
 
344
.c.lo:
345 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
347
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
348 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
351
 
352
mostlyclean-libtool:
353
        -rm -f *.lo
354
 
355
clean-libtool:
356
        -rm -rf .libs _libs
357
 
358
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360
        unique=`for i in $$list; do \
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362
          done | \
363
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364
              END { if (nonempty) { for (i in files) print i; }; }'`; \
365
        mkid -fID $$unique
366
tags: TAGS
367
 
368
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
                $(TAGS_FILES) $(LISP)
370
        set x; \
371
        here=`pwd`; \
372
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
        unique=`for i in $$list; do \
374
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
          done | \
376
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
        shift; \
379
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
380
          test -n "$$unique" || unique=$$empty_fix; \
381
          if test $$# -gt 0; then \
382
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383
              "$$@" $$unique; \
384
          else \
385
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
              $$unique; \
387
          fi; \
388
        fi
389
ctags: CTAGS
390
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391
                $(TAGS_FILES) $(LISP)
392
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
        unique=`for i in $$list; do \
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
          done | \
396
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
        test -z "$(CTAGS_ARGS)$$unique" \
399
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400
             $$unique
401
 
402
GTAGS:
403
        here=`$(am__cd) $(top_builddir) && pwd` \
404
          && $(am__cd) $(top_srcdir) \
405
          && gtags -i $(GTAGS_ARGS) "$$here"
406
 
407
distclean-tags:
408
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
 
410
distdir: $(DISTFILES)
411
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413
        list='$(DISTFILES)'; \
414
          dist_files=`for file in $$list; do echo $$file; done | \
415
          sed -e "s|^$$srcdirstrip/||;t" \
416
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
417
        case $$dist_files in \
418
          */*) $(MKDIR_P) `echo "$$dist_files" | \
419
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420
                           sort -u` ;; \
421
        esac; \
422
        for file in $$dist_files; do \
423
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424
          if test -d $$d/$$file; then \
425
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
426
            if test -d "$(distdir)/$$file"; then \
427
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428
            fi; \
429
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
431
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432
            fi; \
433
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434
          else \
435
            test -f "$(distdir)/$$file" \
436
            || cp -p $$d/$$file "$(distdir)/$$file" \
437
            || exit 1; \
438
          fi; \
439
        done
440
check-am: all-am
441
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
442
check: check-am
443
all-am: Makefile
444
installdirs:
445
install: install-am
446
install-exec: install-exec-am
447
install-data: install-data-am
448
uninstall: uninstall-am
449
 
450
install-am: all-am
451
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
 
453
installcheck: installcheck-am
454
install-strip:
455
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457
          `test -z '$(STRIP)' || \
458
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459
mostlyclean-generic:
460
 
461
clean-generic:
462
 
463
distclean-generic:
464
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
466
 
467
maintainer-clean-generic:
468
        @echo "This command is intended for maintainers to use"
469
        @echo "it deletes files that may require special tools to rebuild."
470
clean: clean-am
471
 
472
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
473
        mostlyclean-am
474
 
475
distclean: distclean-am
476
        -rm -rf ./$(DEPDIR)
477
        -rm -f Makefile
478
distclean-am: clean-am distclean-compile distclean-generic \
479
        distclean-tags
480
 
481
dvi: dvi-am
482
 
483
dvi-am:
484
 
485
html: html-am
486
 
487
html-am:
488
 
489
info: info-am
490
 
491
info-am:
492
 
493
install-data-am:
494
 
495
install-dvi: install-dvi-am
496
 
497
install-dvi-am:
498
 
499
install-exec-am:
500
 
501
install-html: install-html-am
502
 
503
install-html-am:
504
 
505
install-info: install-info-am
506
 
507
install-info-am:
508
 
509
install-man:
510
 
511
install-pdf: install-pdf-am
512
 
513
install-pdf-am:
514
 
515
install-ps: install-ps-am
516
 
517
install-ps-am:
518
 
519
installcheck-am:
520
 
521
maintainer-clean: maintainer-clean-am
522
        -rm -rf ./$(DEPDIR)
523
        -rm -f Makefile
524
maintainer-clean-am: distclean-am maintainer-clean-generic
525
 
526
mostlyclean: mostlyclean-am
527
 
528
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
529
        mostlyclean-libtool
530
 
531
pdf: pdf-am
532
 
533
pdf-am:
534
 
535
ps: ps-am
536
 
537
ps-am:
538
 
539
uninstall-am:
540
 
541
.MAKE: check-am install-am install-strip
542
 
543
.PHONY: CTAGS GTAGS all all-am check check-am clean \
544
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
545
        distclean distclean-compile distclean-generic \
546
        distclean-libtool distclean-tags distdir dvi dvi-am html \
547
        html-am info info-am install install-am install-data \
548
        install-data-am install-dvi install-dvi-am install-exec \
549
        install-exec-am install-html install-html-am install-info \
550
        install-info-am install-man install-pdf install-pdf-am \
551
        install-ps install-ps-am install-strip installcheck \
552
        installcheck-am installdirs maintainer-clean \
553
        maintainer-clean-generic mostlyclean mostlyclean-compile \
554
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
555
        tags uninstall uninstall-am
556
 
557
 
558
# Tell versions [3.59,3.63) of GNU make to not export all variables.
559
# Otherwise a system limit (for SysV at least) may be exceeded.
560
.NOEXPORT:

powered by: WebSVN 2.1.0

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