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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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