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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code/] [lib-upcalls/] [Makefile.in] - Blame information for rev 234

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

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

powered by: WebSVN 2.1.0

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