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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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