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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [softfloat/] [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 233 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 cpu architecture independent simulation
19
#
20
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
21
# Copyright (C) 2008 Embecosm Limited
22
# Copyright (C) 2010 ORSoC AB
23
#
24
# Contributor Jeremy Bennett 
25
# Contributor Julius Baxter 
26
#
27
# This file is part of OpenRISC 1000 Architectural Simulator.
28
#
29
# This program is free software; you can redistribute it and/or modify it
30
# under the terms of the GNU General Public License as published by the Free
31
# Software Foundation; either version 3 of the License, or (at your option)
32
# any later version.
33
#
34
# This program is distributed in the hope that it will be useful, but WITHOUT
35
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
37
# more details.
38
#
39
# You should have received a copy of the GNU General Public License along
40
# with this program.  If not, see .
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
subdir = softfloat
63
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
        $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72
CONFIG_HEADER = $(top_builddir)/config.h
73
CONFIG_CLEAN_FILES =
74
CONFIG_CLEAN_VPATH_FILES =
75
LTLIBRARIES = $(noinst_LTLIBRARIES)
76
libsoftfloat_la_LIBADD =
77
am_libsoftfloat_la_OBJECTS = softfloat.lo
78
libsoftfloat_la_OBJECTS = $(am_libsoftfloat_la_OBJECTS)
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 = $(libsoftfloat_la_SOURCES)
93
DIST_SOURCES = $(libsoftfloat_la_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 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
160 233 julius
PACKAGE_VERSION = @PACKAGE_VERSION@
161
PATH_SEPARATOR = @PATH_SEPARATOR@
162
POW_LIB = @POW_LIB@
163
RANLIB = @RANLIB@
164
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
165
SED = @SED@
166
SET_MAKE = @SET_MAKE@
167
SHELL = @SHELL@
168
STRIP = @STRIP@
169
SUMVERSION = @SUMVERSION@
170
TERMCAP_LIB = @TERMCAP_LIB@
171
VERSION = @VERSION@
172
abs_builddir = @abs_builddir@
173
abs_srcdir = @abs_srcdir@
174
abs_top_builddir = @abs_top_builddir@
175
abs_top_srcdir = @abs_top_srcdir@
176
ac_ct_CC = @ac_ct_CC@
177
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178
am__include = @am__include@
179
am__leading_dot = @am__leading_dot@
180
am__quote = @am__quote@
181
am__tar = @am__tar@
182
am__untar = @am__untar@
183
bindir = @bindir@
184
build = @build@
185
build_alias = @build_alias@
186
build_cpu = @build_cpu@
187
build_os = @build_os@
188
build_vendor = @build_vendor@
189
builddir = @builddir@
190
datadir = @datadir@
191
datarootdir = @datarootdir@
192
docdir = @docdir@
193
dvidir = @dvidir@
194
exec_prefix = @exec_prefix@
195
host = @host@
196
host_alias = @host_alias@
197
host_cpu = @host_cpu@
198
host_os = @host_os@
199
host_vendor = @host_vendor@
200
htmldir = @htmldir@
201
includedir = @includedir@
202
infodir = @infodir@
203
install_sh = @install_sh@
204
libdir = @libdir@
205
libexecdir = @libexecdir@
206
localedir = @localedir@
207
localstatedir = @localstatedir@
208
lt_ECHO = @lt_ECHO@
209
mandir = @mandir@
210
mkdir_p = @mkdir_p@
211
oldincludedir = @oldincludedir@
212
pdfdir = @pdfdir@
213
prefix = @prefix@
214
program_transform_name = @program_transform_name@
215
psdir = @psdir@
216
sbindir = @sbindir@
217
sharedstatedir = @sharedstatedir@
218
srcdir = @srcdir@
219
subdirs = @subdirs@
220
sysconfdir = @sysconfdir@
221
target = @target@
222
target_alias = @target_alias@
223
target_cpu = @target_cpu@
224
target_os = @target_os@
225
target_vendor = @target_vendor@
226
top_build_prefix = @top_build_prefix@
227
top_builddir = @top_builddir@
228
top_srcdir = @top_srcdir@
229
noinst_LTLIBRARIES = libsoftfloat.la
230
libsoftfloat_la_SOURCES = softfloat.c \
231 236 jeremybenn
                           softfloat.h \
232
                           host.h \
233
                           milieu.h \
234
                           softfloat-macros \
235
                           softfloat-specialize
236 233 julius
 
237
all: all-am
238
 
239
.SUFFIXES:
240
.SUFFIXES: .c .lo .o .obj
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242
        @for dep in $?; do \
243
          case '$(am__configure_deps)' in \
244
            *$$dep*) \
245
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246
                && { if test -f $@; then exit 0; else break; fi; }; \
247
              exit 1;; \
248
          esac; \
249
        done; \
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu softfloat/Makefile'; \
251
        $(am__cd) $(top_srcdir) && \
252
          $(AUTOMAKE) --gnu softfloat/Makefile
253
.PRECIOUS: Makefile
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
        @case '$?' in \
256
          *config.status*) \
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258
          *) \
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261
        esac;
262
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
$(am__aclocal_m4_deps):
271
 
272
clean-noinstLTLIBRARIES:
273
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
274
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
275
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
276
          test "$$dir" != "$$p" || dir=.; \
277
          echo "rm -f \"$${dir}/so_locations\""; \
278
          rm -f "$${dir}/so_locations"; \
279
        done
280
libsoftfloat.la: $(libsoftfloat_la_OBJECTS) $(libsoftfloat_la_DEPENDENCIES)
281
        $(LINK)  $(libsoftfloat_la_OBJECTS) $(libsoftfloat_la_LIBADD) $(LIBS)
282
 
283
mostlyclean-compile:
284
        -rm -f *.$(OBJEXT)
285
 
286
distclean-compile:
287
        -rm -f *.tab.c
288
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softfloat.Plo@am__quote@
290
 
291
.c.o:
292
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
293
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
297
 
298
.c.obj:
299
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
300
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
304
 
305
.c.lo:
306
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
311
 
312
mostlyclean-libtool:
313
        -rm -f *.lo
314
 
315
clean-libtool:
316
        -rm -rf .libs _libs
317
 
318
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320
        unique=`for i in $$list; do \
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322
          done | \
323
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324
              END { if (nonempty) { for (i in files) print i; }; }'`; \
325
        mkid -fID $$unique
326
tags: TAGS
327
 
328
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329
                $(TAGS_FILES) $(LISP)
330
        set x; \
331
        here=`pwd`; \
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
        shift; \
339
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340
          test -n "$$unique" || unique=$$empty_fix; \
341
          if test $$# -gt 0; then \
342
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343
              "$$@" $$unique; \
344
          else \
345
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346
              $$unique; \
347
          fi; \
348
        fi
349
ctags: CTAGS
350
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
                $(TAGS_FILES) $(LISP)
352
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353
        unique=`for i in $$list; do \
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355
          done | \
356
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
358
        test -z "$(CTAGS_ARGS)$$unique" \
359
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
360
             $$unique
361
 
362
GTAGS:
363
        here=`$(am__cd) $(top_builddir) && pwd` \
364
          && $(am__cd) $(top_srcdir) \
365
          && gtags -i $(GTAGS_ARGS) "$$here"
366
 
367
distclean-tags:
368
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
 
370
distdir: $(DISTFILES)
371
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373
        list='$(DISTFILES)'; \
374
          dist_files=`for file in $$list; do echo $$file; done | \
375
          sed -e "s|^$$srcdirstrip/||;t" \
376
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
377
        case $$dist_files in \
378
          */*) $(MKDIR_P) `echo "$$dist_files" | \
379
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
380
                           sort -u` ;; \
381
        esac; \
382
        for file in $$dist_files; do \
383
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384
          if test -d $$d/$$file; then \
385
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
386
            if test -d "$(distdir)/$$file"; then \
387
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388
            fi; \
389
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
391
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392
            fi; \
393
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
394
          else \
395
            test -f "$(distdir)/$$file" \
396
            || cp -p $$d/$$file "$(distdir)/$$file" \
397
            || exit 1; \
398
          fi; \
399
        done
400
check-am: all-am
401
check: check-am
402
all-am: Makefile $(LTLIBRARIES)
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-generic clean-libtool clean-noinstLTLIBRARIES \
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: install-am install-strip
501
 
502
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
503
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
504
        distclean-compile distclean-generic distclean-libtool \
505
        distclean-tags distdir dvi dvi-am html html-am info info-am \
506
        install install-am install-data install-data-am install-dvi \
507
        install-dvi-am install-exec install-exec-am install-html \
508
        install-html-am install-info install-info-am install-man \
509
        install-pdf install-pdf-am install-ps install-ps-am \
510
        install-strip installcheck installcheck-am installdirs \
511
        maintainer-clean maintainer-clean-generic mostlyclean \
512
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
513
        pdf pdf-am ps ps-am tags uninstall uninstall-am
514
 
515
 
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.
517
# Otherwise a system limit (for SysV at least) may be exceeded.
518
.NOEXPORT:

powered by: WebSVN 2.1.0

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