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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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