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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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