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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [acv-uart/] [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: acv-uart
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
 
43
# A test of the UART
44
VPATH = @srcdir@
45
pkgdatadir = $(datadir)/@PACKAGE@
46
pkgincludedir = $(includedir)/@PACKAGE@
47
pkglibdir = $(libdir)/@PACKAGE@
48
pkglibexecdir = $(libexecdir)/@PACKAGE@
49
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_HEADER = $(INSTALL_DATA)
54
transform = $(program_transform_name)
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
build_triplet = @build@
62
host_triplet = @host@
63
check_PROGRAMS = acv-uart$(EXEEXT)
64
subdir = acv-uart
65
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
68
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
69
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
70
        $(top_srcdir)/configure.ac
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72
        $(ACLOCAL_M4)
73
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
74
CONFIG_HEADER = $(top_builddir)/config.h
75
CONFIG_CLEAN_FILES =
76
CONFIG_CLEAN_VPATH_FILES =
77
am_acv_uart_OBJECTS = acv-uart.$(OBJEXT)
78
acv_uart_OBJECTS = $(am_acv_uart_OBJECTS)
79
acv_uart_DEPENDENCIES = ../except/except.lo ../support/libsupport.la
80 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
81
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
82
am__v_lt_0 = --silent
83
acv_uart_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85
        $(acv_uart_LDFLAGS) $(LDFLAGS) -o $@
86 90 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
87
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
88
am__depfiles_maybe = depfiles
89
am__mv = mv -f
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
94
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95
        $(AM_CFLAGS) $(CFLAGS)
96
AM_V_CC = $(am__v_CC_$(V))
97
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
98
am__v_CC_0 = @echo "  CC    " $@;
99
AM_V_at = $(am__v_at_$(V))
100
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
101
am__v_at_0 = @
102 90 jeremybenn
CCLD = $(CC)
103 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
106
AM_V_CCLD = $(am__v_CCLD_$(V))
107
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
108
am__v_CCLD_0 = @echo "  CCLD  " $@;
109
AM_V_GEN = $(am__v_GEN_$(V))
110
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
111
am__v_GEN_0 = @echo "  GEN   " $@;
112 90 jeremybenn
SOURCES = $(acv_uart_SOURCES)
113
DIST_SOURCES = $(acv_uart_SOURCES)
114
ETAGS = etags
115
CTAGS = ctags
116
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
ACLOCAL = @ACLOCAL@
118
AMTAR = @AMTAR@
119 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120 90 jeremybenn
AR = @AR@
121
AUTOCONF = @AUTOCONF@
122
AUTOHEADER = @AUTOHEADER@
123
AUTOMAKE = @AUTOMAKE@
124
AWK = @AWK@
125
CC = @CC@
126
CCAS = @CCAS@
127
CCASDEPMODE = @CCASDEPMODE@
128
CCASFLAGS = @CCASFLAGS@
129
CCDEPMODE = @CCDEPMODE@
130
CFLAGS = @CFLAGS@
131
CPP = @CPP@
132
CPPFLAGS = @CPPFLAGS@
133
CYGPATH_W = @CYGPATH_W@
134
DEFS = @DEFS@
135
DEPDIR = @DEPDIR@
136 784 jeremybenn
DLLTOOL = @DLLTOOL@
137 90 jeremybenn
DSYMUTIL = @DSYMUTIL@
138
DUMPBIN = @DUMPBIN@
139
ECHO_C = @ECHO_C@
140
ECHO_N = @ECHO_N@
141
ECHO_T = @ECHO_T@
142
EGREP = @EGREP@
143
EXEEXT = @EXEEXT@
144
FGREP = @FGREP@
145
GREP = @GREP@
146
INSTALL = @INSTALL@
147
INSTALL_DATA = @INSTALL_DATA@
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151
LD = @LD@
152
LDFLAGS = @LDFLAGS@
153
LIBOBJS = @LIBOBJS@
154
LIBS = @LIBS@
155
LIBTOOL = @LIBTOOL@
156
LIPO = @LIPO@
157
LN_S = @LN_S@
158
LTLIBOBJS = @LTLIBOBJS@
159
MAKEINFO = @MAKEINFO@
160 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
161 90 jeremybenn
MKDIR_P = @MKDIR_P@
162
NM = @NM@
163
NMEDIT = @NMEDIT@
164
OBJDUMP = @OBJDUMP@
165
OBJEXT = @OBJEXT@
166
OTOOL = @OTOOL@
167
OTOOL64 = @OTOOL64@
168
PACKAGE = @PACKAGE@
169
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170
PACKAGE_NAME = @PACKAGE_NAME@
171
PACKAGE_STRING = @PACKAGE_STRING@
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
174 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
175
PATH_SEPARATOR = @PATH_SEPARATOR@
176
RANLIB = @RANLIB@
177
SED = @SED@
178
SET_MAKE = @SET_MAKE@
179
SHELL = @SHELL@
180
SIM = @SIM@
181
STRIP = @STRIP@
182
VERSION = @VERSION@
183
abs_builddir = @abs_builddir@
184
abs_srcdir = @abs_srcdir@
185
abs_top_builddir = @abs_top_builddir@
186
abs_top_srcdir = @abs_top_srcdir@
187 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
188 90 jeremybenn
ac_ct_CC = @ac_ct_CC@
189
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190
am__include = @am__include@
191
am__leading_dot = @am__leading_dot@
192
am__quote = @am__quote@
193
am__tar = @am__tar@
194
am__untar = @am__untar@
195
bindir = @bindir@
196
build = @build@
197
build_alias = @build_alias@
198
build_cpu = @build_cpu@
199
build_os = @build_os@
200
build_vendor = @build_vendor@
201
builddir = @builddir@
202
datadir = @datadir@
203
datarootdir = @datarootdir@
204
docdir = @docdir@
205
dvidir = @dvidir@
206
exec_prefix = @exec_prefix@
207
host = @host@
208
host_alias = @host_alias@
209
host_cpu = @host_cpu@
210
host_os = @host_os@
211
host_vendor = @host_vendor@
212
htmldir = @htmldir@
213
includedir = @includedir@
214
infodir = @infodir@
215
install_sh = @install_sh@
216
libdir = @libdir@
217
libexecdir = @libexecdir@
218
localedir = @localedir@
219
localstatedir = @localstatedir@
220
mandir = @mandir@
221
mkdir_p = @mkdir_p@
222
oldincludedir = @oldincludedir@
223
pdfdir = @pdfdir@
224
prefix = @prefix@
225
program_transform_name = @program_transform_name@
226
psdir = @psdir@
227
sbindir = @sbindir@
228
sharedstatedir = @sharedstatedir@
229
srcdir = @srcdir@
230
sysconfdir = @sysconfdir@
231
target_alias = @target_alias@
232
top_build_prefix = @top_build_prefix@
233
top_builddir = @top_builddir@
234
top_srcdir = @top_srcdir@
235
acv_uart_SOURCES = acv-uart.c
236
acv_uart_LDFLAGS = -T$(srcdir)/../default.ld
237
acv_uart_LDADD = ../except/except.lo      \
238
                   ../support/libsupport.la
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 acv-uart/Makefile'; \
254
        $(am__cd) $(top_srcdir) && \
255
          $(AUTOMAKE) --gnu acv-uart/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-checkPROGRAMS:
276
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
277
        echo " rm -f" $$list; \
278
        rm -f $$list || exit $$?; \
279
        test -n "$(EXEEXT)" || exit 0; \
280
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
281
        echo " rm -f" $$list; \
282
        rm -f $$list
283
acv-uart$(EXEEXT): $(acv_uart_OBJECTS) $(acv_uart_DEPENDENCIES)
284
        @rm -f acv-uart$(EXEEXT)
285 625 jeremybenn
        $(AM_V_CCLD)$(acv_uart_LINK) $(acv_uart_OBJECTS) $(acv_uart_LDADD) $(LIBS)
286 90 jeremybenn
 
287
mostlyclean-compile:
288
        -rm -f *.$(OBJEXT)
289
 
290
distclean-compile:
291
        -rm -f *.tab.c
292
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acv-uart.Po@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_PROGRAMS)
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-checkPROGRAMS 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-checkPROGRAMS 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.