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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [pcu/] [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 556 julius
# @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: pcu
19
 
20
# Contributor Julius Baxter 
21
 
22
# This file is part of OpenRISC 1000 Architectural Simulator.
23
 
24
# This program is free software; you can redistribute it and/or modify it
25
# under the terms of the GNU General Public License as published by the Free
26
# Software Foundation; either version 3 of the License, or (at your option)
27
# any later version.
28
 
29
# This program is distributed in the hope that it will be useful, but WITHOUT
30
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
31
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
32
# more details.
33
 
34
# You should have received a copy of the GNU General Public License along
35
# with this program.  If not, see .  */
36
 
37
# -----------------------------------------------------------------------------
38
# This code is commented throughout for use with Doxygen.
39
# -----------------------------------------------------------------------------
40
VPATH = @srcdir@
41
pkgdatadir = $(datadir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
43
pkglibdir = $(libdir)/@PACKAGE@
44
pkglibexecdir = $(libexecdir)/@PACKAGE@
45
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
install_sh_DATA = $(install_sh) -c -m 644
47
install_sh_PROGRAM = $(install_sh) -c
48
install_sh_SCRIPT = $(install_sh) -c
49
INSTALL_HEADER = $(INSTALL_DATA)
50
transform = $(program_transform_name)
51
NORMAL_INSTALL = :
52
PRE_INSTALL = :
53
POST_INSTALL = :
54
NORMAL_UNINSTALL = :
55
PRE_UNINSTALL = :
56
POST_UNINSTALL = :
57
build_triplet = @build@
58
host_triplet = @host@
59
check_PROGRAMS = pcu$(EXEEXT)
60
subdir = pcu
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
        $(top_srcdir)/configure.ac
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
        $(ACLOCAL_M4)
69
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
70
CONFIG_HEADER = $(top_builddir)/config.h
71
CONFIG_CLEAN_FILES =
72
CONFIG_CLEAN_VPATH_FILES =
73
am_pcu_OBJECTS = pcu.$(OBJEXT)
74
pcu_OBJECTS = $(am_pcu_OBJECTS)
75
pcu_LDADD = $(LDADD)
76 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
77
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
78
am__v_lt_0 = --silent
79
pcu_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
80
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
        $(pcu_LDFLAGS) $(LDFLAGS) -o $@
82 556 julius
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
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
88 625 jeremybenn
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
89
        $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
90
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91
        $(AM_CCASFLAGS) $(CCASFLAGS)
92
AM_V_CPPAS = $(am__v_CPPAS_$(V))
93
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
94
am__v_CPPAS_0 = @echo "  CPPAS " $@;
95
AM_V_at = $(am__v_at_$(V))
96
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
97
am__v_at_0 = @
98 556 julius
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
101
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
102
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
103
        $(AM_CFLAGS) $(CFLAGS)
104
AM_V_CC = $(am__v_CC_$(V))
105
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
106
am__v_CC_0 = @echo "  CC    " $@;
107 556 julius
CCLD = $(CC)
108 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
110
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
111
AM_V_CCLD = $(am__v_CCLD_$(V))
112
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
113
am__v_CCLD_0 = @echo "  CCLD  " $@;
114
AM_V_GEN = $(am__v_GEN_$(V))
115
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
116
am__v_GEN_0 = @echo "  GEN   " $@;
117 556 julius
SOURCES = $(pcu_SOURCES)
118
DIST_SOURCES = $(pcu_SOURCES)
119
ETAGS = etags
120
CTAGS = ctags
121
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122
ACLOCAL = @ACLOCAL@
123
AMTAR = @AMTAR@
124 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 556 julius
AR = @AR@
126
AUTOCONF = @AUTOCONF@
127
AUTOHEADER = @AUTOHEADER@
128
AUTOMAKE = @AUTOMAKE@
129
AWK = @AWK@
130
CC = @CC@
131
CCAS = @CCAS@
132
CCASDEPMODE = @CCASDEPMODE@
133
CCASFLAGS = @CCASFLAGS@
134
CCDEPMODE = @CCDEPMODE@
135
CFLAGS = @CFLAGS@
136
CPP = @CPP@
137
CPPFLAGS = @CPPFLAGS@
138
CYGPATH_W = @CYGPATH_W@
139
DEFS = @DEFS@
140
DEPDIR = @DEPDIR@
141 784 jeremybenn
DLLTOOL = @DLLTOOL@
142 556 julius
DSYMUTIL = @DSYMUTIL@
143
DUMPBIN = @DUMPBIN@
144
ECHO_C = @ECHO_C@
145
ECHO_N = @ECHO_N@
146
ECHO_T = @ECHO_T@
147
EGREP = @EGREP@
148
EXEEXT = @EXEEXT@
149
FGREP = @FGREP@
150
GREP = @GREP@
151
INSTALL = @INSTALL@
152
INSTALL_DATA = @INSTALL_DATA@
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156
LD = @LD@
157
LDFLAGS = @LDFLAGS@
158
LIBOBJS = @LIBOBJS@
159
LIBS = @LIBS@
160
LIBTOOL = @LIBTOOL@
161
LIPO = @LIPO@
162
LN_S = @LN_S@
163
LTLIBOBJS = @LTLIBOBJS@
164
MAKEINFO = @MAKEINFO@
165 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
166 556 julius
MKDIR_P = @MKDIR_P@
167
NM = @NM@
168
NMEDIT = @NMEDIT@
169
OBJDUMP = @OBJDUMP@
170
OBJEXT = @OBJEXT@
171
OTOOL = @OTOOL@
172
OTOOL64 = @OTOOL64@
173
PACKAGE = @PACKAGE@
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
PACKAGE_NAME = @PACKAGE_NAME@
176
PACKAGE_STRING = @PACKAGE_STRING@
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
178
PACKAGE_URL = @PACKAGE_URL@
179
PACKAGE_VERSION = @PACKAGE_VERSION@
180
PATH_SEPARATOR = @PATH_SEPARATOR@
181
RANLIB = @RANLIB@
182
SED = @SED@
183
SET_MAKE = @SET_MAKE@
184
SHELL = @SHELL@
185
SIM = @SIM@
186
STRIP = @STRIP@
187
VERSION = @VERSION@
188
abs_builddir = @abs_builddir@
189
abs_srcdir = @abs_srcdir@
190
abs_top_builddir = @abs_top_builddir@
191
abs_top_srcdir = @abs_top_srcdir@
192 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
193 556 julius
ac_ct_CC = @ac_ct_CC@
194
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195
am__include = @am__include@
196
am__leading_dot = @am__leading_dot@
197
am__quote = @am__quote@
198
am__tar = @am__tar@
199
am__untar = @am__untar@
200
bindir = @bindir@
201
build = @build@
202
build_alias = @build_alias@
203
build_cpu = @build_cpu@
204
build_os = @build_os@
205
build_vendor = @build_vendor@
206
builddir = @builddir@
207
datadir = @datadir@
208
datarootdir = @datarootdir@
209
docdir = @docdir@
210
dvidir = @dvidir@
211
exec_prefix = @exec_prefix@
212
host = @host@
213
host_alias = @host_alias@
214
host_cpu = @host_cpu@
215
host_os = @host_os@
216
host_vendor = @host_vendor@
217
htmldir = @htmldir@
218
includedir = @includedir@
219
infodir = @infodir@
220
install_sh = @install_sh@
221
libdir = @libdir@
222
libexecdir = @libexecdir@
223
localedir = @localedir@
224
localstatedir = @localstatedir@
225
mandir = @mandir@
226
mkdir_p = @mkdir_p@
227
oldincludedir = @oldincludedir@
228
pdfdir = @pdfdir@
229
prefix = @prefix@
230
program_transform_name = @program_transform_name@
231
psdir = @psdir@
232
sbindir = @sbindir@
233
sharedstatedir = @sharedstatedir@
234
srcdir = @srcdir@
235
sysconfdir = @sysconfdir@
236
target_alias = @target_alias@
237
top_build_prefix = @top_build_prefix@
238
top_builddir = @top_builddir@
239
top_srcdir = @top_srcdir@
240
pcu_SOURCES = pcu.S
241
pcu_LDFLAGS = -T$(srcdir)/../default.ld
242
all: all-am
243
 
244
.SUFFIXES:
245
.SUFFIXES: .S .lo .o .obj
246
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
247
        @for dep in $?; do \
248
          case '$(am__configure_deps)' in \
249
            *$$dep*) \
250
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
251
                && { if test -f $@; then exit 0; else break; fi; }; \
252
              exit 1;; \
253
          esac; \
254
        done; \
255
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pcu/Makefile'; \
256
        $(am__cd) $(top_srcdir) && \
257
          $(AUTOMAKE) --gnu pcu/Makefile
258
.PRECIOUS: Makefile
259
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260
        @case '$?' in \
261
          *config.status*) \
262
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263
          *) \
264
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266
        esac;
267
 
268
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
 
271
$(top_srcdir)/configure:  $(am__configure_deps)
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
$(am__aclocal_m4_deps):
276
 
277
clean-checkPROGRAMS:
278
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
279
        echo " rm -f" $$list; \
280
        rm -f $$list || exit $$?; \
281
        test -n "$(EXEEXT)" || exit 0; \
282
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
283
        echo " rm -f" $$list; \
284
        rm -f $$list
285
pcu$(EXEEXT): $(pcu_OBJECTS) $(pcu_DEPENDENCIES)
286
        @rm -f pcu$(EXEEXT)
287 625 jeremybenn
        $(AM_V_CCLD)$(pcu_LINK) $(pcu_OBJECTS) $(pcu_LDADD) $(LIBS)
288 556 julius
 
289
mostlyclean-compile:
290
        -rm -f *.$(OBJEXT)
291
 
292
distclean-compile:
293
        -rm -f *.tab.c
294
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcu.Po@am__quote@
296
 
297
.S.o:
298 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
301 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
304
 
305
.S.obj:
306 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
307
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
309 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
312
 
313
.S.lo:
314 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
315
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
316
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
317 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
318
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
320
 
321
mostlyclean-libtool:
322
        -rm -f *.lo
323
 
324
clean-libtool:
325
        -rm -rf .libs _libs
326
 
327
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
        unique=`for i in $$list; do \
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
          done | \
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
        mkid -fID $$unique
335
tags: TAGS
336
 
337
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
                $(TAGS_FILES) $(LISP)
339
        set x; \
340
        here=`pwd`; \
341
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342
        unique=`for i in $$list; do \
343
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
          done | \
345
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
        shift; \
348
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
349
          test -n "$$unique" || unique=$$empty_fix; \
350
          if test $$# -gt 0; then \
351
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352
              "$$@" $$unique; \
353
          else \
354
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355
              $$unique; \
356
          fi; \
357
        fi
358
ctags: CTAGS
359
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360
                $(TAGS_FILES) $(LISP)
361
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362
        unique=`for i in $$list; do \
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
          done | \
365
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
367
        test -z "$(CTAGS_ARGS)$$unique" \
368
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369
             $$unique
370
 
371
GTAGS:
372
        here=`$(am__cd) $(top_builddir) && pwd` \
373
          && $(am__cd) $(top_srcdir) \
374
          && gtags -i $(GTAGS_ARGS) "$$here"
375
 
376
distclean-tags:
377
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
 
379
distdir: $(DISTFILES)
380
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382
        list='$(DISTFILES)'; \
383
          dist_files=`for file in $$list; do echo $$file; done | \
384
          sed -e "s|^$$srcdirstrip/||;t" \
385
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386
        case $$dist_files in \
387
          */*) $(MKDIR_P) `echo "$$dist_files" | \
388
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389
                           sort -u` ;; \
390
        esac; \
391
        for file in $$dist_files; do \
392
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393
          if test -d $$d/$$file; then \
394
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395
            if test -d "$(distdir)/$$file"; then \
396
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
397
            fi; \
398
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
400
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401
            fi; \
402
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
403
          else \
404
            test -f "$(distdir)/$$file" \
405
            || cp -p $$d/$$file "$(distdir)/$$file" \
406
            || exit 1; \
407
          fi; \
408
        done
409
check-am: all-am
410
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
411
check: check-am
412
all-am: Makefile
413
installdirs:
414
install: install-am
415
install-exec: install-exec-am
416
install-data: install-data-am
417
uninstall: uninstall-am
418
 
419
install-am: all-am
420
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
421
 
422
installcheck: installcheck-am
423
install-strip:
424
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
426
          `test -z '$(STRIP)' || \
427
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
428
mostlyclean-generic:
429
 
430
clean-generic:
431
 
432
distclean-generic:
433
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
434
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
 
436
maintainer-clean-generic:
437
        @echo "This command is intended for maintainers to use"
438
        @echo "it deletes files that may require special tools to rebuild."
439
clean: clean-am
440
 
441
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
442
        mostlyclean-am
443
 
444
distclean: distclean-am
445
        -rm -rf ./$(DEPDIR)
446
        -rm -f Makefile
447
distclean-am: clean-am distclean-compile distclean-generic \
448
        distclean-tags
449
 
450
dvi: dvi-am
451
 
452
dvi-am:
453
 
454
html: html-am
455
 
456
html-am:
457
 
458
info: info-am
459
 
460
info-am:
461
 
462
install-data-am:
463
 
464
install-dvi: install-dvi-am
465
 
466
install-dvi-am:
467
 
468
install-exec-am:
469
 
470
install-html: install-html-am
471
 
472
install-html-am:
473
 
474
install-info: install-info-am
475
 
476
install-info-am:
477
 
478
install-man:
479
 
480
install-pdf: install-pdf-am
481
 
482
install-pdf-am:
483
 
484
install-ps: install-ps-am
485
 
486
install-ps-am:
487
 
488
installcheck-am:
489
 
490
maintainer-clean: maintainer-clean-am
491
        -rm -rf ./$(DEPDIR)
492
        -rm -f Makefile
493
maintainer-clean-am: distclean-am maintainer-clean-generic
494
 
495
mostlyclean: mostlyclean-am
496
 
497
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
498
        mostlyclean-libtool
499
 
500
pdf: pdf-am
501
 
502
pdf-am:
503
 
504
ps: ps-am
505
 
506
ps-am:
507
 
508
uninstall-am:
509
 
510
.MAKE: check-am install-am install-strip
511
 
512
.PHONY: CTAGS GTAGS all all-am check check-am clean \
513
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
514
        distclean distclean-compile distclean-generic \
515
        distclean-libtool distclean-tags distdir dvi dvi-am html \
516
        html-am info info-am install install-am install-data \
517
        install-data-am install-dvi install-dvi-am install-exec \
518
        install-exec-am install-html install-html-am install-info \
519
        install-info-am install-man install-pdf install-pdf-am \
520
        install-ps install-ps-am install-strip installcheck \
521
        installcheck-am installdirs maintainer-clean \
522
        maintainer-clean-generic mostlyclean mostlyclean-compile \
523
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
524
        tags uninstall uninstall-am
525
 
526
 
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.
528
# Otherwise a system limit (for SysV at least) may be exceeded.
529
.NOEXPORT:

powered by: WebSVN 2.1.0

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