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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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