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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [support/] [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 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 support sub-module
19
 
20
# Copyright (C) Damjan Lampret  1999
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# This file is part of OpenRISC 1000 Architectural Simulator.
26
 
27
# This program is free software; you can redistribute it and/or modify it
28
# under the terms of the GNU General Public License as published by the Free
29
# Software Foundation; either version 3 of the License, or (at your option)
30
# any later version.
31
 
32
# This program is distributed in the hope that it will be useful, but WITHOUT
33
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
34
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35
# more details.
36
 
37
# You should have received a copy of the GNU General Public License along
38
# with this program.  If not, see .  */
39
 
40
# -----------------------------------------------------------------------------
41
# This code is commented throughout for use with Doxygen.
42
# -----------------------------------------------------------------------------
43
VPATH = @srcdir@
44
pkgdatadir = $(datadir)/@PACKAGE@
45
pkgincludedir = $(includedir)/@PACKAGE@
46
pkglibdir = $(libdir)/@PACKAGE@
47
pkglibexecdir = $(libexecdir)/@PACKAGE@
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
install_sh_DATA = $(install_sh) -c -m 644
50
install_sh_PROGRAM = $(install_sh) -c
51
install_sh_SCRIPT = $(install_sh) -c
52
INSTALL_HEADER = $(INSTALL_DATA)
53
transform = $(program_transform_name)
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
build_triplet = @build@
61
host_triplet = @host@
62
subdir = support
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
libsupport_la_LIBADD =
76
am_libsupport_la_OBJECTS = int.lo support.lo
77
libsupport_la_OBJECTS = $(am_libsupport_la_OBJECTS)
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 90 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
83
am__depfiles_maybe = depfiles
84
am__mv = mv -f
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
88
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
89
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
90
        $(AM_CFLAGS) $(CFLAGS)
91
AM_V_CC = $(am__v_CC_$(V))
92
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
93
am__v_CC_0 = @echo "  CC    " $@;
94
AM_V_at = $(am__v_at_$(V))
95
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
96
am__v_at_0 = @
97 90 jeremybenn
CCLD = $(CC)
98 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
99
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
101
AM_V_CCLD = $(am__v_CCLD_$(V))
102
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
103
am__v_CCLD_0 = @echo "  CCLD  " $@;
104
AM_V_GEN = $(am__v_GEN_$(V))
105
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106
am__v_GEN_0 = @echo "  GEN   " $@;
107 90 jeremybenn
SOURCES = $(libsupport_la_SOURCES)
108
DIST_SOURCES = $(libsupport_la_SOURCES)
109
ETAGS = etags
110
CTAGS = ctags
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
ACLOCAL = @ACLOCAL@
113
AMTAR = @AMTAR@
114 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115 90 jeremybenn
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 784 jeremybenn
DLLTOOL = @DLLTOOL@
132 90 jeremybenn
DSYMUTIL = @DSYMUTIL@
133
DUMPBIN = @DUMPBIN@
134
ECHO_C = @ECHO_C@
135
ECHO_N = @ECHO_N@
136
ECHO_T = @ECHO_T@
137
EGREP = @EGREP@
138
EXEEXT = @EXEEXT@
139
FGREP = @FGREP@
140
GREP = @GREP@
141
INSTALL = @INSTALL@
142
INSTALL_DATA = @INSTALL_DATA@
143
INSTALL_PROGRAM = @INSTALL_PROGRAM@
144
INSTALL_SCRIPT = @INSTALL_SCRIPT@
145
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146
LD = @LD@
147
LDFLAGS = @LDFLAGS@
148
LIBOBJS = @LIBOBJS@
149
LIBS = @LIBS@
150
LIBTOOL = @LIBTOOL@
151
LIPO = @LIPO@
152
LN_S = @LN_S@
153
LTLIBOBJS = @LTLIBOBJS@
154
MAKEINFO = @MAKEINFO@
155 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
156 90 jeremybenn
MKDIR_P = @MKDIR_P@
157
NM = @NM@
158
NMEDIT = @NMEDIT@
159
OBJDUMP = @OBJDUMP@
160
OBJEXT = @OBJEXT@
161
OTOOL = @OTOOL@
162
OTOOL64 = @OTOOL64@
163
PACKAGE = @PACKAGE@
164
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165
PACKAGE_NAME = @PACKAGE_NAME@
166
PACKAGE_STRING = @PACKAGE_STRING@
167
PACKAGE_TARNAME = @PACKAGE_TARNAME@
168 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
169 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
170
PATH_SEPARATOR = @PATH_SEPARATOR@
171
RANLIB = @RANLIB@
172
SED = @SED@
173
SET_MAKE = @SET_MAKE@
174
SHELL = @SHELL@
175
SIM = @SIM@
176
STRIP = @STRIP@
177
VERSION = @VERSION@
178
abs_builddir = @abs_builddir@
179
abs_srcdir = @abs_srcdir@
180
abs_top_builddir = @abs_top_builddir@
181
abs_top_srcdir = @abs_top_srcdir@
182 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
183 90 jeremybenn
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
mandir = @mandir@
216
mkdir_p = @mkdir_p@
217
oldincludedir = @oldincludedir@
218
pdfdir = @pdfdir@
219
prefix = @prefix@
220
program_transform_name = @program_transform_name@
221
psdir = @psdir@
222
sbindir = @sbindir@
223
sharedstatedir = @sharedstatedir@
224
srcdir = @srcdir@
225
sysconfdir = @sysconfdir@
226
target_alias = @target_alias@
227
top_build_prefix = @top_build_prefix@
228
top_builddir = @top_builddir@
229
top_srcdir = @top_srcdir@
230
 
231
# Support library for use when testing
232
check_LTLIBRARIES = libsupport.la
233
libsupport_la_SOURCES = board.h    \
234
                        int.c      \
235
                        int.h      \
236
                        spr-defs.h \
237
                        support.c  \
238
                        support.h
239
 
240
all: all-am
241
 
242
.SUFFIXES:
243
.SUFFIXES: .c .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 support/Makefile'; \
254
        $(am__cd) $(top_srcdir) && \
255
          $(AUTOMAKE) --gnu support/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-checkLTLIBRARIES:
276
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
277
        @list='$(check_LTLIBRARIES)'; for p in $$list; do \
278
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
279
          test "$$dir" != "$$p" || dir=.; \
280
          echo "rm -f \"$${dir}/so_locations\""; \
281
          rm -f "$${dir}/so_locations"; \
282
        done
283
libsupport.la: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES)
284 625 jeremybenn
        $(AM_V_CCLD)$(LINK)  $(libsupport_la_OBJECTS) $(libsupport_la_LIBADD) $(LIBS)
285 90 jeremybenn
 
286
mostlyclean-compile:
287
        -rm -f *.$(OBJEXT)
288
 
289
distclean-compile:
290
        -rm -f *.tab.c
291
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Plo@am__quote@
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Plo@am__quote@
294
 
295
.c.o:
296 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
299 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
302
 
303
.c.obj:
304 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
305
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
307 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
310
 
311
.c.lo:
312 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
314
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
315 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
@am__fastdepCC_FALSE@   $(LTCOMPILE) -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_LTLIBRARIES)
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-checkLTLIBRARIES 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-checkLTLIBRARIES 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.