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 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 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
DSYMUTIL = @DSYMUTIL@
142
DUMPBIN = @DUMPBIN@
143
ECHO_C = @ECHO_C@
144
ECHO_N = @ECHO_N@
145
ECHO_T = @ECHO_T@
146
EGREP = @EGREP@
147
EXEEXT = @EXEEXT@
148
FGREP = @FGREP@
149
GREP = @GREP@
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
LTLIBOBJS = @LTLIBOBJS@
163
MAKEINFO = @MAKEINFO@
164
MKDIR_P = @MKDIR_P@
165
NM = @NM@
166
NMEDIT = @NMEDIT@
167
OBJDUMP = @OBJDUMP@
168
OBJEXT = @OBJEXT@
169
OTOOL = @OTOOL@
170
OTOOL64 = @OTOOL64@
171
PACKAGE = @PACKAGE@
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
PACKAGE_NAME = @PACKAGE_NAME@
174
PACKAGE_STRING = @PACKAGE_STRING@
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
176
PACKAGE_URL = @PACKAGE_URL@
177
PACKAGE_VERSION = @PACKAGE_VERSION@
178
PATH_SEPARATOR = @PATH_SEPARATOR@
179
RANLIB = @RANLIB@
180
SED = @SED@
181
SET_MAKE = @SET_MAKE@
182
SHELL = @SHELL@
183
SIM = @SIM@
184
STRIP = @STRIP@
185
VERSION = @VERSION@
186
abs_builddir = @abs_builddir@
187
abs_srcdir = @abs_srcdir@
188
abs_top_builddir = @abs_top_builddir@
189
abs_top_srcdir = @abs_top_srcdir@
190
ac_ct_CC = @ac_ct_CC@
191
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192
am__include = @am__include@
193
am__leading_dot = @am__leading_dot@
194
am__quote = @am__quote@
195
am__tar = @am__tar@
196
am__untar = @am__untar@
197
bindir = @bindir@
198
build = @build@
199
build_alias = @build_alias@
200
build_cpu = @build_cpu@
201
build_os = @build_os@
202
build_vendor = @build_vendor@
203
builddir = @builddir@
204
datadir = @datadir@
205
datarootdir = @datarootdir@
206
docdir = @docdir@
207
dvidir = @dvidir@
208
exec_prefix = @exec_prefix@
209
host = @host@
210
host_alias = @host_alias@
211
host_cpu = @host_cpu@
212
host_os = @host_os@
213
host_vendor = @host_vendor@
214
htmldir = @htmldir@
215
includedir = @includedir@
216
infodir = @infodir@
217
install_sh = @install_sh@
218
libdir = @libdir@
219
libexecdir = @libexecdir@
220
localedir = @localedir@
221
localstatedir = @localstatedir@
222
lt_ECHO = @lt_ECHO@
223
mandir = @mandir@
224
mkdir_p = @mkdir_p@
225
oldincludedir = @oldincludedir@
226
pdfdir = @pdfdir@
227
prefix = @prefix@
228
program_transform_name = @program_transform_name@
229
psdir = @psdir@
230
sbindir = @sbindir@
231
sharedstatedir = @sharedstatedir@
232
srcdir = @srcdir@
233
sysconfdir = @sysconfdir@
234
target_alias = @target_alias@
235
top_build_prefix = @top_build_prefix@
236
top_builddir = @top_builddir@
237
top_srcdir = @top_srcdir@
238
pcu_SOURCES = pcu.S
239
pcu_LDFLAGS = -T$(srcdir)/../default.ld
240
all: all-am
241
 
242
.SUFFIXES:
243
.SUFFIXES: .S .lo .o .obj
244
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
245
        @for dep in $?; do \
246
          case '$(am__configure_deps)' in \
247
            *$$dep*) \
248
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249
                && { if test -f $@; then exit 0; else break; fi; }; \
250
              exit 1;; \
251
          esac; \
252
        done; \
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pcu/Makefile'; \
254
        $(am__cd) $(top_srcdir) && \
255
          $(AUTOMAKE) --gnu pcu/Makefile
256
.PRECIOUS: Makefile
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
        @case '$?' in \
259
          *config.status*) \
260
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261
          *) \
262
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264
        esac;
265
 
266
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
 
269
$(top_srcdir)/configure:  $(am__configure_deps)
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
$(am__aclocal_m4_deps):
274
 
275
clean-checkPROGRAMS:
276
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
277
        echo " rm -f" $$list; \
278
        rm -f $$list || exit $$?; \
279
        test -n "$(EXEEXT)" || exit 0; \
280
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
281
        echo " rm -f" $$list; \
282
        rm -f $$list
283
pcu$(EXEEXT): $(pcu_OBJECTS) $(pcu_DEPENDENCIES)
284
        @rm -f pcu$(EXEEXT)
285 625 jeremybenn
        $(AM_V_CCLD)$(pcu_LINK) $(pcu_OBJECTS) $(pcu_LDADD) $(LIBS)
286 556 julius
 
287
mostlyclean-compile:
288
        -rm -f *.$(OBJEXT)
289
 
290
distclean-compile:
291
        -rm -f *.tab.c
292
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcu.Po@am__quote@
294
 
295
.S.o:
296 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
299 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
302
 
303
.S.obj:
304 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
305
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
307 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
310
 
311
.S.lo:
312 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
314
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
315 556 julius
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
316
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
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.