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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [pcu/] [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 556 julius
# @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 -- Makefile for performance counter unit
19
#
20
# Copyright (C) 2011 Julius Baxter, julius@opencores.org
21
#
22
# This file is part of OpenRISC 1000 Architectural Simulator.
23
#
24
# This program is free software; you can redistribute it and/or modify it
25
# under the terms of the GNU General Public License as published by the Free
26
# Software Foundation; either version 3 of the License, or (at your option)
27
# any later version.
28
#
29
# This program is distributed in the hope that it will be useful, but WITHOUT
30
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
31
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
32
# more details.
33
#
34
# You should have received a copy of the GNU General Public License along
35
# with this program.  If not, see .
36
 
37
VPATH = @srcdir@
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
pkglibdir = $(libdir)/@PACKAGE@
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
install_sh_DATA = $(install_sh) -c -m 644
44
install_sh_PROGRAM = $(install_sh) -c
45
install_sh_SCRIPT = $(install_sh) -c
46
INSTALL_HEADER = $(INSTALL_DATA)
47
transform = $(program_transform_name)
48
NORMAL_INSTALL = :
49
PRE_INSTALL = :
50
POST_INSTALL = :
51
NORMAL_UNINSTALL = :
52
PRE_UNINSTALL = :
53
POST_UNINSTALL = :
54
build_triplet = @build@
55
host_triplet = @host@
56
target_triplet = @target@
57
subdir = pcu
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
61
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63
        $(top_srcdir)/configure.ac
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
        $(ACLOCAL_M4)
66
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67
CONFIG_HEADER = $(top_builddir)/config.h
68
CONFIG_CLEAN_FILES =
69
CONFIG_CLEAN_VPATH_FILES =
70
LTLIBRARIES = $(noinst_LTLIBRARIES)
71
libpcu_la_LIBADD =
72
am_libpcu_la_OBJECTS = pcu.lo
73
libpcu_la_OBJECTS = $(am_libpcu_la_OBJECTS)
74 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
75
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
76
am__v_lt_0 = --silent
77 556 julius
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
79
am__depfiles_maybe = depfiles
80
am__mv = mv -f
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
85
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
        $(AM_CFLAGS) $(CFLAGS)
87
AM_V_CC = $(am__v_CC_$(V))
88
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89
am__v_CC_0 = @echo "  CC    " $@;
90
AM_V_at = $(am__v_at_$(V))
91
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92
am__v_at_0 = @
93 556 julius
CCLD = $(CC)
94 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
97
AM_V_CCLD = $(am__v_CCLD_$(V))
98
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
99
am__v_CCLD_0 = @echo "  CCLD  " $@;
100
AM_V_GEN = $(am__v_GEN_$(V))
101
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102
am__v_GEN_0 = @echo "  GEN   " $@;
103 556 julius
SOURCES = $(libpcu_la_SOURCES)
104
DIST_SOURCES = $(libpcu_la_SOURCES)
105
ETAGS = etags
106
CTAGS = ctags
107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
ACLOCAL = @ACLOCAL@
109
AMTAR = @AMTAR@
110 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111 556 julius
AR = @AR@
112
ARFLAGS = @ARFLAGS@
113
AUTOCONF = @AUTOCONF@
114
AUTOHEADER = @AUTOHEADER@
115
AUTOMAKE = @AUTOMAKE@
116
AWK = @AWK@
117
BUILD_DIR = @BUILD_DIR@
118
CC = @CC@
119
CCAS = @CCAS@
120
CCASDEPMODE = @CCASDEPMODE@
121
CCASFLAGS = @CCASFLAGS@
122
CCDEPMODE = @CCDEPMODE@
123
CFLAGS = @CFLAGS@
124
CPP = @CPP@
125
CPPFLAGS = @CPPFLAGS@
126
CPU_ARCH = @CPU_ARCH@
127
CYGPATH_W = @CYGPATH_W@
128
DEBUGFLAGS = @DEBUGFLAGS@
129
DEFS = @DEFS@
130
DEJAGNU = @DEJAGNU@
131
DEPDIR = @DEPDIR@
132
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
INCLUDES = @INCLUDES@
142
INSTALL = @INSTALL@
143
INSTALL_DATA = @INSTALL_DATA@
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
LD = @LD@
148
LDFLAGS = @LDFLAGS@
149
LIBOBJS = @LIBOBJS@
150
LIBS = @LIBS@
151
LIBTOOL = @LIBTOOL@
152
LIPO = @LIPO@
153
LN_S = @LN_S@
154
LOCAL_CFLAGS = @LOCAL_CFLAGS@
155
LOCAL_DEFS = @LOCAL_DEFS@
156
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
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
PACKAGE_URL = @PACKAGE_URL@
172
PACKAGE_VERSION = @PACKAGE_VERSION@
173
PATH_SEPARATOR = @PATH_SEPARATOR@
174
POW_LIB = @POW_LIB@
175
RANLIB = @RANLIB@
176
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
177
SED = @SED@
178
SET_MAKE = @SET_MAKE@
179
SHELL = @SHELL@
180
STRIP = @STRIP@
181
SUMVERSION = @SUMVERSION@
182
TERMCAP_LIB = @TERMCAP_LIB@
183
VERSION = @VERSION@
184
abs_builddir = @abs_builddir@
185
abs_srcdir = @abs_srcdir@
186
abs_top_builddir = @abs_top_builddir@
187
abs_top_srcdir = @abs_top_srcdir@
188
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
lt_ECHO = @lt_ECHO@
221
mandir = @mandir@
222
mkdir_p = @mkdir_p@
223
oldincludedir = @oldincludedir@
224
pdfdir = @pdfdir@
225
prefix = @prefix@
226
program_transform_name = @program_transform_name@
227
psdir = @psdir@
228
sbindir = @sbindir@
229
sharedstatedir = @sharedstatedir@
230
srcdir = @srcdir@
231
subdirs = @subdirs@
232
sysconfdir = @sysconfdir@
233
target = @target@
234
target_alias = @target_alias@
235
target_cpu = @target_cpu@
236
target_os = @target_os@
237
target_vendor = @target_vendor@
238
top_build_prefix = @top_build_prefix@
239
top_builddir = @top_builddir@
240
top_srcdir = @top_srcdir@
241
noinst_LTLIBRARIES = libpcu.la
242
libpcu_la_SOURCES = pcu.c \
243
                     pcu.h
244
 
245
all: all-am
246
 
247
.SUFFIXES:
248
.SUFFIXES: .c .lo .o .obj
249
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
250
        @for dep in $?; do \
251
          case '$(am__configure_deps)' in \
252
            *$$dep*) \
253
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
254
                && { if test -f $@; then exit 0; else break; fi; }; \
255
              exit 1;; \
256
          esac; \
257
        done; \
258
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pcu/Makefile'; \
259
        $(am__cd) $(top_srcdir) && \
260
          $(AUTOMAKE) --gnu pcu/Makefile
261
.PRECIOUS: Makefile
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263
        @case '$?' in \
264
          *config.status*) \
265
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266
          *) \
267
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269
        esac;
270
 
271
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
 
274
$(top_srcdir)/configure:  $(am__configure_deps)
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
$(am__aclocal_m4_deps):
279
 
280
clean-noinstLTLIBRARIES:
281
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
282
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
283
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
284
          test "$$dir" != "$$p" || dir=.; \
285
          echo "rm -f \"$${dir}/so_locations\""; \
286
          rm -f "$${dir}/so_locations"; \
287
        done
288
libpcu.la: $(libpcu_la_OBJECTS) $(libpcu_la_DEPENDENCIES)
289 625 jeremybenn
        $(AM_V_CCLD)$(LINK)  $(libpcu_la_OBJECTS) $(libpcu_la_LIBADD) $(LIBS)
290 556 julius
 
291
mostlyclean-compile:
292
        -rm -f *.$(OBJEXT)
293
 
294
distclean-compile:
295
        -rm -f *.tab.c
296
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcu.Plo@am__quote@
298
 
299
.c.o:
300 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
301
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
302
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
303 556 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
306
 
307
.c.obj:
308 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
309
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
311 556 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
314
 
315
.c.lo:
316 625 jeremybenn
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
317
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
318
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
319 556 julius
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
322
 
323
mostlyclean-libtool:
324
        -rm -f *.lo
325
 
326
clean-libtool:
327
        -rm -rf .libs _libs
328
 
329
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331
        unique=`for i in $$list; do \
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
          done | \
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
        mkid -fID $$unique
337
tags: TAGS
338
 
339
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
                $(TAGS_FILES) $(LISP)
341
        set x; \
342
        here=`pwd`; \
343
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
        unique=`for i in $$list; do \
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
          done | \
347
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
        shift; \
350
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351
          test -n "$$unique" || unique=$$empty_fix; \
352
          if test $$# -gt 0; then \
353
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354
              "$$@" $$unique; \
355
          else \
356
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357
              $$unique; \
358
          fi; \
359
        fi
360
ctags: CTAGS
361
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
                $(TAGS_FILES) $(LISP)
363
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
        unique=`for i in $$list; do \
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
          done | \
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
        test -z "$(CTAGS_ARGS)$$unique" \
370
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
             $$unique
372
 
373
GTAGS:
374
        here=`$(am__cd) $(top_builddir) && pwd` \
375
          && $(am__cd) $(top_srcdir) \
376
          && gtags -i $(GTAGS_ARGS) "$$here"
377
 
378
distclean-tags:
379
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
 
381
distdir: $(DISTFILES)
382
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
383
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384
        list='$(DISTFILES)'; \
385
          dist_files=`for file in $$list; do echo $$file; done | \
386
          sed -e "s|^$$srcdirstrip/||;t" \
387
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
388
        case $$dist_files in \
389
          */*) $(MKDIR_P) `echo "$$dist_files" | \
390
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
391
                           sort -u` ;; \
392
        esac; \
393
        for file in $$dist_files; do \
394
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395
          if test -d $$d/$$file; then \
396
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
397
            if test -d "$(distdir)/$$file"; then \
398
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399
            fi; \
400
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
401
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
402
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403
            fi; \
404
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
405
          else \
406
            test -f "$(distdir)/$$file" \
407
            || cp -p $$d/$$file "$(distdir)/$$file" \
408
            || exit 1; \
409
          fi; \
410
        done
411
check-am: all-am
412
check: check-am
413
all-am: Makefile $(LTLIBRARIES)
414
installdirs:
415
install: install-am
416
install-exec: install-exec-am
417
install-data: install-data-am
418
uninstall: uninstall-am
419
 
420
install-am: all-am
421
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
422
 
423
installcheck: installcheck-am
424
install-strip:
425
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427
          `test -z '$(STRIP)' || \
428
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429
mostlyclean-generic:
430
 
431
clean-generic:
432
 
433
distclean-generic:
434
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
436
 
437
maintainer-clean-generic:
438
        @echo "This command is intended for maintainers to use"
439
        @echo "it deletes files that may require special tools to rebuild."
440
clean: clean-am
441
 
442
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
443
        mostlyclean-am
444
 
445
distclean: distclean-am
446
        -rm -rf ./$(DEPDIR)
447
        -rm -f Makefile
448
distclean-am: clean-am distclean-compile distclean-generic \
449
        distclean-tags
450
 
451
dvi: dvi-am
452
 
453
dvi-am:
454
 
455
html: html-am
456
 
457
html-am:
458
 
459
info: info-am
460
 
461
info-am:
462
 
463
install-data-am:
464
 
465
install-dvi: install-dvi-am
466
 
467
install-dvi-am:
468
 
469
install-exec-am:
470
 
471
install-html: install-html-am
472
 
473
install-html-am:
474
 
475
install-info: install-info-am
476
 
477
install-info-am:
478
 
479
install-man:
480
 
481
install-pdf: install-pdf-am
482
 
483
install-pdf-am:
484
 
485
install-ps: install-ps-am
486
 
487
install-ps-am:
488
 
489
installcheck-am:
490
 
491
maintainer-clean: maintainer-clean-am
492
        -rm -rf ./$(DEPDIR)
493
        -rm -f Makefile
494
maintainer-clean-am: distclean-am maintainer-clean-generic
495
 
496
mostlyclean: mostlyclean-am
497
 
498
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499
        mostlyclean-libtool
500
 
501
pdf: pdf-am
502
 
503
pdf-am:
504
 
505
ps: ps-am
506
 
507
ps-am:
508
 
509
uninstall-am:
510
 
511
.MAKE: install-am install-strip
512
 
513
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
515
        distclean-compile distclean-generic distclean-libtool \
516
        distclean-tags distdir dvi dvi-am html html-am info info-am \
517
        install install-am install-data install-data-am install-dvi \
518
        install-dvi-am install-exec install-exec-am install-html \
519
        install-html-am install-info install-info-am install-man \
520
        install-pdf install-pdf-am install-ps install-ps-am \
521
        install-strip installcheck installcheck-am installdirs \
522
        maintainer-clean maintainer-clean-generic mostlyclean \
523
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
524
        pdf pdf-am ps ps-am tags uninstall uninstall-am
525
 
526
 
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.
528
# Otherwise a system limit (for SysV at least) may be exceeded.
529
.NOEXPORT:

powered by: WebSVN 2.1.0

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