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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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