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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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