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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [loop/] [Makefile.in] - Blame information for rev 121

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

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

powered by: WebSVN 2.1.0

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