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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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