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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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