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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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