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

powered by: WebSVN 2.1.0

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