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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [softfloat/] [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 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
PACKAGE_VERSION = @PACKAGE_VERSION@
160
PATH_SEPARATOR = @PATH_SEPARATOR@
161
POW_LIB = @POW_LIB@
162
RANLIB = @RANLIB@
163
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
164
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
noinst_LTLIBRARIES = libsoftfloat.la
229
libsoftfloat_la_SOURCES = softfloat.c \
230
                        softfloat.h \
231
                        host.h \
232
                        milieu.h \
233
                        softfloat-macros \
234
                        softfloat-specialize
235
 
236
all: all-am
237
 
238
.SUFFIXES:
239
.SUFFIXES: .c .lo .o .obj
240
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241
        @for dep in $?; do \
242
          case '$(am__configure_deps)' in \
243
            *$$dep*) \
244
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245
                && { if test -f $@; then exit 0; else break; fi; }; \
246
              exit 1;; \
247
          esac; \
248
        done; \
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu softfloat/Makefile'; \
250
        $(am__cd) $(top_srcdir) && \
251
          $(AUTOMAKE) --gnu softfloat/Makefile
252
.PRECIOUS: Makefile
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
        @case '$?' in \
255
          *config.status*) \
256
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257
          *) \
258
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260
        esac;
261
 
262
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
265
$(top_srcdir)/configure:  $(am__configure_deps)
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
$(am__aclocal_m4_deps):
270
 
271
clean-noinstLTLIBRARIES:
272
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
273
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
274
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
275
          test "$$dir" != "$$p" || dir=.; \
276
          echo "rm -f \"$${dir}/so_locations\""; \
277
          rm -f "$${dir}/so_locations"; \
278
        done
279
libsoftfloat.la: $(libsoftfloat_la_OBJECTS) $(libsoftfloat_la_DEPENDENCIES)
280
        $(LINK)  $(libsoftfloat_la_OBJECTS) $(libsoftfloat_la_LIBADD) $(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)/softfloat.Plo@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
check: check-am
401
all-am: Makefile $(LTLIBRARIES)
402
installdirs:
403
install: install-am
404
install-exec: install-exec-am
405
install-data: install-data-am
406
uninstall: uninstall-am
407
 
408
install-am: all-am
409
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
410
 
411
installcheck: installcheck-am
412
install-strip:
413
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415
          `test -z '$(STRIP)' || \
416
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
417
mostlyclean-generic:
418
 
419
clean-generic:
420
 
421
distclean-generic:
422
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
 
425
maintainer-clean-generic:
426
        @echo "This command is intended for maintainers to use"
427
        @echo "it deletes files that may require special tools to rebuild."
428
clean: clean-am
429
 
430
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
431
        mostlyclean-am
432
 
433
distclean: distclean-am
434
        -rm -rf ./$(DEPDIR)
435
        -rm -f Makefile
436
distclean-am: clean-am distclean-compile distclean-generic \
437
        distclean-tags
438
 
439
dvi: dvi-am
440
 
441
dvi-am:
442
 
443
html: html-am
444
 
445
html-am:
446
 
447
info: info-am
448
 
449
info-am:
450
 
451
install-data-am:
452
 
453
install-dvi: install-dvi-am
454
 
455
install-dvi-am:
456
 
457
install-exec-am:
458
 
459
install-html: install-html-am
460
 
461
install-html-am:
462
 
463
install-info: install-info-am
464
 
465
install-info-am:
466
 
467
install-man:
468
 
469
install-pdf: install-pdf-am
470
 
471
install-pdf-am:
472
 
473
install-ps: install-ps-am
474
 
475
install-ps-am:
476
 
477
installcheck-am:
478
 
479
maintainer-clean: maintainer-clean-am
480
        -rm -rf ./$(DEPDIR)
481
        -rm -f Makefile
482
maintainer-clean-am: distclean-am maintainer-clean-generic
483
 
484
mostlyclean: mostlyclean-am
485
 
486
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
487
        mostlyclean-libtool
488
 
489
pdf: pdf-am
490
 
491
pdf-am:
492
 
493
ps: ps-am
494
 
495
ps-am:
496
 
497
uninstall-am:
498
 
499
.MAKE: install-am install-strip
500
 
501
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
502
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
503
        distclean-compile distclean-generic distclean-libtool \
504
        distclean-tags distdir dvi dvi-am html html-am info info-am \
505
        install install-am install-data install-data-am install-dvi \
506
        install-dvi-am install-exec install-exec-am install-html \
507
        install-html-am install-info install-info-am install-man \
508
        install-pdf install-pdf-am install-ps install-ps-am \
509
        install-strip installcheck installcheck-am installdirs \
510
        maintainer-clean maintainer-clean-generic mostlyclean \
511
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
512
        pdf pdf-am ps ps-am tags uninstall uninstall-am
513
 
514
 
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
516
# Otherwise a system limit (for SysV at least) may be exceeded.
517
.NOEXPORT:

powered by: WebSVN 2.1.0

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