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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [libmath/] [Makefile.in] - Blame information for rev 17

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 jlechner
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
top_builddir = ..
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
INSTALL = @INSTALL@
26
install_sh_DATA = $(install_sh) -c -m 644
27
install_sh_PROGRAM = $(install_sh) -c
28
install_sh_SCRIPT = $(install_sh) -c
29
INSTALL_HEADER = $(INSTALL_DATA)
30
transform = $(program_transform_name)
31
NORMAL_INSTALL = :
32
PRE_INSTALL = :
33
POST_INSTALL = :
34
NORMAL_UNINSTALL = :
35
PRE_UNINSTALL = :
36
POST_UNINSTALL = :
37
build_triplet = @build@
38
host_triplet = @host@
39
target_triplet = @target@
40
subdir = libmath
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
44
        $(top_srcdir)/../config/lead-dot.m4 \
45
        $(top_srcdir)/../config/no-executables.m4 \
46
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
47
        $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
48
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
        $(ACLOCAL_M4)
51
CONFIG_HEADER = $(top_builddir)/config.h
52
CONFIG_CLEAN_FILES =
53
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
am__DEPENDENCIES_1 =
55
am_libmath_la_OBJECTS = stubs.lo
56
libmath_la_OBJECTS = $(am_libmath_la_OBJECTS)
57
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
58
depcomp =
59
am__depfiles_maybe =
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
63
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
64
        $(AM_CFLAGS) $(CFLAGS)
65
CCLD = $(CC)
66
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
67
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
68
SOURCES = $(libmath_la_SOURCES)
69
DIST_SOURCES = $(libmath_la_SOURCES)
70
ETAGS = etags
71
CTAGS = ctags
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
74
ACLOCAL = @ACLOCAL@
75
ALLOCATOR_H = @ALLOCATOR_H@
76
ALLOCATOR_NAME = @ALLOCATOR_NAME@
77
AMTAR = @AMTAR@
78
AR = @AR@
79
AS = @AS@
80
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
81
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
82
AUTOCONF = @AUTOCONF@
83
AUTOHEADER = @AUTOHEADER@
84
AUTOMAKE = @AUTOMAKE@
85
AWK = @AWK@
86
BASIC_FILE_CC = @BASIC_FILE_CC@
87
BASIC_FILE_H = @BASIC_FILE_H@
88
CC = @CC@
89
CCODECVT_CC = @CCODECVT_CC@
90
CCOLLATE_CC = @CCOLLATE_CC@
91
CCTYPE_CC = @CCTYPE_CC@
92
CFLAGS = @CFLAGS@
93
CLOCALE_CC = @CLOCALE_CC@
94
CLOCALE_H = @CLOCALE_H@
95
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
96
CMESSAGES_CC = @CMESSAGES_CC@
97
CMESSAGES_H = @CMESSAGES_H@
98
CMONEY_CC = @CMONEY_CC@
99
CNUMERIC_CC = @CNUMERIC_CC@
100
CPP = @CPP@
101
CPPFLAGS = @CPPFLAGS@
102
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
103
CSTDIO_H = @CSTDIO_H@
104
CTIME_CC = @CTIME_CC@
105
CTIME_H = @CTIME_H@
106
CXX = @CXX@
107
CXXCPP = @CXXCPP@
108
CXXFLAGS = @CXXFLAGS@
109
CYGPATH_W = @CYGPATH_W@
110
C_INCLUDE_DIR = @C_INCLUDE_DIR@
111
DEBUG_FLAGS = @DEBUG_FLAGS@
112
DEFS = @DEFS@
113
ECHO_C = @ECHO_C@
114
ECHO_N = @ECHO_N@
115
ECHO_T = @ECHO_T@
116
EGREP = @EGREP@
117
ENABLE_SYMVERS_DARWIN_EXPORT_FALSE = @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@
118
ENABLE_SYMVERS_DARWIN_EXPORT_TRUE = @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@
119
ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
120
ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
121
EXEEXT = @EXEEXT@
122
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
123
GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
124
GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
125
GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
126
GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
127
GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
128
GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
129
GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
130
GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
131
GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
132
GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
133
GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
134
GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
135
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
136
INSTALL_DATA = @INSTALL_DATA@
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
LIBICONV = @LIBICONV@
141
LIBMATHOBJS = @LIBMATHOBJS@
142
LIBOBJS = @LIBOBJS@
143
LIBS = @LIBS@
144
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
145
 
146
# Only compiling "C" sources in this directory.
147
LIBTOOL = @LIBTOOL@ --tag CC
148
LN_S = @LN_S@
149
LTLIBOBJS = @LTLIBOBJS@
150
MAINT = @MAINT@
151
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
152
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
153
MAKEINFO = @MAKEINFO@
154
OBJEXT = @OBJEXT@
155
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
156
OPT_LDFLAGS = @OPT_LDFLAGS@
157
OS_INC_SRCDIR = @OS_INC_SRCDIR@
158
PACKAGE = @PACKAGE@
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160
PACKAGE_NAME = @PACKAGE_NAME@
161
PACKAGE_STRING = @PACKAGE_STRING@
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
163
PACKAGE_VERSION = @PACKAGE_VERSION@
164
PATH_SEPARATOR = @PATH_SEPARATOR@
165
RANLIB = @RANLIB@
166
SECTION_FLAGS = @SECTION_FLAGS@
167
SECTION_LDFLAGS = @SECTION_LDFLAGS@
168
SET_MAKE = @SET_MAKE@
169
SHELL = @SHELL@
170
STRIP = @STRIP@
171
SYMVER_MAP = @SYMVER_MAP@
172
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
173
USE_NLS = @USE_NLS@
174
VERSION = @VERSION@
175
WARN_FLAGS = @WARN_FLAGS@
176
WERROR = @WERROR@
177
ac_ct_AR = @ac_ct_AR@
178
ac_ct_AS = @ac_ct_AS@
179
ac_ct_CC = @ac_ct_CC@
180
ac_ct_CXX = @ac_ct_CXX@
181
ac_ct_RANLIB = @ac_ct_RANLIB@
182
ac_ct_STRIP = @ac_ct_STRIP@
183
am__leading_dot = @am__leading_dot@
184
am__tar = @am__tar@
185
am__untar = @am__untar@
186
baseline_dir = @baseline_dir@
187
bindir = @bindir@
188
build = @build@
189
build_alias = @build_alias@
190
build_cpu = @build_cpu@
191
build_os = @build_os@
192
build_vendor = @build_vendor@
193
check_msgfmt = @check_msgfmt@
194
datadir = @datadir@
195
enable_shared = @enable_shared@
196
enable_static = @enable_static@
197
exec_prefix = @exec_prefix@
198
glibcxx_MOFILES = @glibcxx_MOFILES@
199
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
200
glibcxx_POFILES = @glibcxx_POFILES@
201
glibcxx_builddir = @glibcxx_builddir@
202
glibcxx_localedir = @glibcxx_localedir@
203
glibcxx_prefixdir = @glibcxx_prefixdir@
204
glibcxx_srcdir = @glibcxx_srcdir@
205
glibcxx_thread_h = @glibcxx_thread_h@
206
glibcxx_toolexecdir = @glibcxx_toolexecdir@
207
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
208
gxx_include_dir = @gxx_include_dir@
209
host = @host@
210
host_alias = @host_alias@
211
host_cpu = @host_cpu@
212
host_os = @host_os@
213
host_vendor = @host_vendor@
214
includedir = @includedir@
215
infodir = @infodir@
216
install_sh = @install_sh@
217
libdir = @libdir@
218
libexecdir = @libexecdir@
219
libtool_VERSION = @libtool_VERSION@
220
localstatedir = @localstatedir@
221
mandir = @mandir@
222
mkdir_p = @mkdir_p@
223
multi_basedir = @multi_basedir@
224
oldincludedir = @oldincludedir@
225
port_specific_symbol_files = @port_specific_symbol_files@
226
prefix = @prefix@
227
program_transform_name = @program_transform_name@
228
sbindir = @sbindir@
229
sharedstatedir = @sharedstatedir@
230
sysconfdir = @sysconfdir@
231
target = @target@
232
target_alias = @target_alias@
233
target_cpu = @target_cpu@
234
target_os = @target_os@
235
target_vendor = @target_vendor@
236
toplevel_srcdir = @toplevel_srcdir@
237
 
238
# May be used by various substitution variables.
239
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
240
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
241
noinst_LTLIBRARIES = libmath.la
242
libmath_la_LIBADD = $(LIBMATHOBJS)
243
libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
244
libmath_la_SOURCES = stubs.c
245
AM_CPPFLAGS = $(CANADIAN_INCLUDES)
246
all: all-am
247
 
248
.SUFFIXES:
249
.SUFFIXES: .c .lo .o .obj
250
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
251
        @for dep in $?; do \
252
          case '$(am__configure_deps)' in \
253
            *$$dep*) \
254
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
255
                && exit 0; \
256
              exit 1;; \
257
          esac; \
258
        done; \
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps libmath/Makefile'; \
260
        cd $(top_srcdir) && \
261
          $(AUTOMAKE) --foreign  --ignore-deps libmath/Makefile
262
.PRECIOUS: Makefile
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264
        @case '$?' in \
265
          *config.status*) \
266
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267
          *) \
268
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270
        esac;
271
 
272
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
275
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
 
280
clean-noinstLTLIBRARIES:
281
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
282
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
283
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
284
          test "$$dir" != "$$p" || dir=.; \
285
          echo "rm -f \"$${dir}/so_locations\""; \
286
          rm -f "$${dir}/so_locations"; \
287
        done
288
libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
289
        $(LINK)  $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
290
 
291
mostlyclean-compile:
292
        -rm -f *.$(OBJEXT)
293
 
294
distclean-compile:
295
        -rm -f *.tab.c
296
 
297
.c.o:
298
        $(COMPILE) -c $<
299
 
300
.c.obj:
301
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
302
 
303
.c.lo:
304
        $(LTCOMPILE) -c -o $@ $<
305
 
306
mostlyclean-libtool:
307
        -rm -f *.lo
308
 
309
clean-libtool:
310
        -rm -rf .libs _libs
311
 
312
distclean-libtool:
313
        -rm -f libtool
314
uninstall-info-am:
315
 
316
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318
        unique=`for i in $$list; do \
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
          done | \
321
          $(AWK) '    { files[$$0] = 1; } \
322
               END { for (i in files) print i; }'`; \
323
        mkid -fID $$unique
324
tags: TAGS
325
 
326
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
                $(TAGS_FILES) $(LISP)
328
        tags=; \
329
        here=`pwd`; \
330
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331
        unique=`for i in $$list; do \
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
          done | \
334
          $(AWK) '    { files[$$0] = 1; } \
335
               END { for (i in files) print i; }'`; \
336
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
337
          test -n "$$unique" || unique=$$empty_fix; \
338
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
            $$tags $$unique; \
340
        fi
341
ctags: CTAGS
342
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343
                $(TAGS_FILES) $(LISP)
344
        tags=; \
345
        here=`pwd`; \
346
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347
        unique=`for i in $$list; do \
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349
          done | \
350
          $(AWK) '    { files[$$0] = 1; } \
351
               END { for (i in files) print i; }'`; \
352
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
353
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354
             $$tags $$unique
355
 
356
GTAGS:
357
        here=`$(am__cd) $(top_builddir) && pwd` \
358
          && cd $(top_srcdir) \
359
          && gtags -i $(GTAGS_ARGS) $$here
360
 
361
distclean-tags:
362
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363
 
364
distdir: $(DISTFILES)
365
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
366
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
367
        list='$(DISTFILES)'; for file in $$list; do \
368
          case $$file in \
369
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
370
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
371
          esac; \
372
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
373
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
374
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
375
            dir="/$$dir"; \
376
            $(mkdir_p) "$(distdir)$$dir"; \
377
          else \
378
            dir=''; \
379
          fi; \
380
          if test -d $$d/$$file; then \
381
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
382
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
383
            fi; \
384
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
385
          else \
386
            test -f $(distdir)/$$file \
387
            || cp -p $$d/$$file $(distdir)/$$file \
388
            || exit 1; \
389
          fi; \
390
        done
391
check-am: all-am
392
check: check-am
393
all-am: Makefile $(LTLIBRARIES)
394
installdirs:
395
install: install-am
396
install-exec: install-exec-am
397
install-data: install-data-am
398
uninstall: uninstall-am
399
 
400
install-am: all-am
401
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
 
403
installcheck: installcheck-am
404
install-strip:
405
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407
          `test -z '$(STRIP)' || \
408
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
409
mostlyclean-generic:
410
 
411
clean-generic:
412
 
413
distclean-generic:
414
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415
 
416
maintainer-clean-generic:
417
        @echo "This command is intended for maintainers to use"
418
        @echo "it deletes files that may require special tools to rebuild."
419
clean: clean-am
420
 
421
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
422
        mostlyclean-am
423
 
424
distclean: distclean-am
425
        -rm -f Makefile
426
distclean-am: clean-am distclean-compile distclean-generic \
427
        distclean-libtool distclean-tags
428
 
429
dvi: dvi-am
430
 
431
dvi-am:
432
 
433
html: html-am
434
 
435
info: info-am
436
 
437
info-am:
438
 
439
install-data-am:
440
 
441
install-exec-am:
442
 
443
install-info: install-info-am
444
 
445
install-man:
446
 
447
installcheck-am:
448
 
449
maintainer-clean: maintainer-clean-am
450
        -rm -f Makefile
451
maintainer-clean-am: distclean-am maintainer-clean-generic
452
 
453
mostlyclean: mostlyclean-am
454
 
455
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
456
        mostlyclean-libtool
457
 
458
pdf: pdf-am
459
 
460
pdf-am:
461
 
462
ps: ps-am
463
 
464
ps-am:
465
 
466
uninstall-am: uninstall-info-am
467
 
468
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
469
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
470
        distclean-compile distclean-generic distclean-libtool \
471
        distclean-tags distdir dvi dvi-am html html-am info info-am \
472
        install install-am install-data install-data-am install-exec \
473
        install-exec-am install-info install-info-am install-man \
474
        install-strip installcheck installcheck-am installdirs \
475
        maintainer-clean maintainer-clean-generic mostlyclean \
476
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
477
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
478
        uninstall-info-am
479
 
480
# Tell versions [3.59,3.63) of GNU make to not export all variables.
481
# Otherwise a system limit (for SysV at least) may be exceeded.
482
.NOEXPORT:

powered by: WebSVN 2.1.0

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