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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [pcu/] [Makefile.in] - Blame information for rev 556

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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