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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [mc-common/] [Makefile.in] - Blame information for rev 625

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

powered by: WebSVN 2.1.0

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