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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libstdc++-v3/] [python/] [Makefile.in] - Blame information for rev 859

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

Line No. Rev Author Line
1 424 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
# @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
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
target_triplet = @target@
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
        $(top_srcdir)/fragment.am
40
subdir = python
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
43
        $(top_srcdir)/../config/futex.m4 \
44
        $(top_srcdir)/../config/iconv.m4 \
45
        $(top_srcdir)/../config/lead-dot.m4 \
46
        $(top_srcdir)/../config/lib-ld.m4 \
47
        $(top_srcdir)/../config/lib-link.m4 \
48
        $(top_srcdir)/../config/lib-prefix.m4 \
49
        $(top_srcdir)/../config/multi.m4 \
50
        $(top_srcdir)/../config/no-executables.m4 \
51
        $(top_srcdir)/../config/override.m4 \
52
        $(top_srcdir)/../config/stdint.m4 \
53
        $(top_srcdir)/../config/unwind_ipinfo.m4 \
54
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
55
        $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
56
        $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
57
        $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
58
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
        $(ACLOCAL_M4)
61
CONFIG_HEADER = $(top_builddir)/config.h
62
CONFIG_CLEAN_FILES =
63
CONFIG_CLEAN_VPATH_FILES =
64
depcomp =
65
am__depfiles_maybe =
66
SOURCES =
67
DIST_SOURCES =
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
am__vpath_adj = case $$p in \
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
    *) f=$$p;; \
72
  esac;
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74
am__install_max = 40
75
am__nobase_strip_setup = \
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77
am__nobase_strip = \
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79
am__nobase_list = $(am__nobase_strip_setup); \
80
  for p in $$list; do echo "$$p $$p"; done | \
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83
    if (++n[$$2] == $(am__install_max)) \
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85
    END { for (dir in files) print dir, files[dir] }'
86
am__base_list = \
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
89
am__installdirs = "$(DESTDIR)$(pythondir)"
90
DATA = $(nobase_python_DATA)
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
93
ACLOCAL = @ACLOCAL@
94
ALLOCATOR_H = @ALLOCATOR_H@
95
ALLOCATOR_NAME = @ALLOCATOR_NAME@
96
AMTAR = @AMTAR@
97
AR = @AR@
98
AS = @AS@
99
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
100
ATOMIC_FLAGS = @ATOMIC_FLAGS@
101
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
102
AUTOCONF = @AUTOCONF@
103
AUTOHEADER = @AUTOHEADER@
104
AUTOMAKE = @AUTOMAKE@
105
AWK = @AWK@
106
BASIC_FILE_CC = @BASIC_FILE_CC@
107
BASIC_FILE_H = @BASIC_FILE_H@
108
CC = @CC@
109
CCODECVT_CC = @CCODECVT_CC@
110
CCOLLATE_CC = @CCOLLATE_CC@
111
CCTYPE_CC = @CCTYPE_CC@
112
CFLAGS = @CFLAGS@
113
CLOCALE_CC = @CLOCALE_CC@
114
CLOCALE_H = @CLOCALE_H@
115
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
116
CMESSAGES_CC = @CMESSAGES_CC@
117
CMESSAGES_H = @CMESSAGES_H@
118
CMONEY_CC = @CMONEY_CC@
119
CNUMERIC_CC = @CNUMERIC_CC@
120
CPP = @CPP@
121
CPPFLAGS = @CPPFLAGS@
122
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
123
CSTDIO_H = @CSTDIO_H@
124
CTIME_CC = @CTIME_CC@
125
CTIME_H = @CTIME_H@
126
CXX = @CXX@
127
CXXCPP = @CXXCPP@
128
CXXFLAGS = @CXXFLAGS@
129
CYGPATH_W = @CYGPATH_W@
130
C_INCLUDE_DIR = @C_INCLUDE_DIR@
131
DEBUG_FLAGS = @DEBUG_FLAGS@
132
DEFS = @DEFS@
133
DSYMUTIL = @DSYMUTIL@
134
DUMPBIN = @DUMPBIN@
135
ECHO_C = @ECHO_C@
136
ECHO_N = @ECHO_N@
137
ECHO_T = @ECHO_T@
138
EGREP = @EGREP@
139
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
140
EXEEXT = @EXEEXT@
141
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
142
FGREP = @FGREP@
143
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
144
GLIBCXX_LIBS = @GLIBCXX_LIBS@
145
GREP = @GREP@
146
INSTALL = @INSTALL@
147
INSTALL_DATA = @INSTALL_DATA@
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151
LD = @LD@
152
LDFLAGS = @LDFLAGS@
153
LIBICONV = @LIBICONV@
154
LIBOBJS = @LIBOBJS@
155
LIBS = @LIBS@
156
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
157
LIBTOOL = @LIBTOOL@
158
LIPO = @LIPO@
159
LN_S = @LN_S@
160
LTLIBICONV = @LTLIBICONV@
161
LTLIBOBJS = @LTLIBOBJS@
162
MAINT = @MAINT@
163
MAKEINFO = @MAKEINFO@
164
MKDIR_P = @MKDIR_P@
165
NM = @NM@
166
NMEDIT = @NMEDIT@
167
OBJDUMP = @OBJDUMP@
168
OBJEXT = @OBJEXT@
169
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
170
OPT_LDFLAGS = @OPT_LDFLAGS@
171
OS_INC_SRCDIR = @OS_INC_SRCDIR@
172
OTOOL = @OTOOL@
173
OTOOL64 = @OTOOL64@
174
PACKAGE = @PACKAGE@
175
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176
PACKAGE_NAME = @PACKAGE_NAME@
177
PACKAGE_STRING = @PACKAGE_STRING@
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
179
PACKAGE_URL = @PACKAGE_URL@
180
PACKAGE_VERSION = @PACKAGE_VERSION@
181
PATH_SEPARATOR = @PATH_SEPARATOR@
182
RANLIB = @RANLIB@
183
SECTION_FLAGS = @SECTION_FLAGS@
184
SECTION_LDFLAGS = @SECTION_LDFLAGS@
185
SED = @SED@
186
SET_MAKE = @SET_MAKE@
187
SHELL = @SHELL@
188
STRIP = @STRIP@
189
SYMVER_FILE = @SYMVER_FILE@
190
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
191
USE_NLS = @USE_NLS@
192
VERSION = @VERSION@
193
WARN_FLAGS = @WARN_FLAGS@
194
WERROR = @WERROR@
195
abs_builddir = @abs_builddir@
196
abs_srcdir = @abs_srcdir@
197
abs_top_builddir = @abs_top_builddir@
198
abs_top_srcdir = @abs_top_srcdir@
199
ac_ct_CC = @ac_ct_CC@
200
ac_ct_CXX = @ac_ct_CXX@
201
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
202
am__leading_dot = @am__leading_dot@
203
am__tar = @am__tar@
204
am__untar = @am__untar@
205
baseline_dir = @baseline_dir@
206
bindir = @bindir@
207
build = @build@
208
build_alias = @build_alias@
209
build_cpu = @build_cpu@
210
build_os = @build_os@
211
build_vendor = @build_vendor@
212
builddir = @builddir@
213
check_msgfmt = @check_msgfmt@
214
datadir = @datadir@
215
datarootdir = @datarootdir@
216
docdir = @docdir@
217
dvidir = @dvidir@
218
enable_shared = @enable_shared@
219
enable_static = @enable_static@
220
exec_prefix = @exec_prefix@
221
glibcxx_MOFILES = @glibcxx_MOFILES@
222
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
223
glibcxx_POFILES = @glibcxx_POFILES@
224
glibcxx_builddir = @glibcxx_builddir@
225
glibcxx_localedir = @glibcxx_localedir@
226
glibcxx_prefixdir = @glibcxx_prefixdir@
227
glibcxx_srcdir = @glibcxx_srcdir@
228
glibcxx_thread_h = @glibcxx_thread_h@
229
glibcxx_toolexecdir = @glibcxx_toolexecdir@
230
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
231
gxx_include_dir = @gxx_include_dir@
232
host = @host@
233
host_alias = @host_alias@
234
host_cpu = @host_cpu@
235
host_os = @host_os@
236
host_vendor = @host_vendor@
237
htmldir = @htmldir@
238
includedir = @includedir@
239
infodir = @infodir@
240
install_sh = @install_sh@
241
libdir = @libdir@
242
libexecdir = @libexecdir@
243
libtool_VERSION = @libtool_VERSION@
244
localedir = @localedir@
245
localstatedir = @localstatedir@
246
mandir = @mandir@
247
mkdir_p = @mkdir_p@
248
multi_basedir = @multi_basedir@
249
oldincludedir = @oldincludedir@
250
pdfdir = @pdfdir@
251
port_specific_symbol_files = @port_specific_symbol_files@
252
prefix = @prefix@
253
program_transform_name = @program_transform_name@
254
psdir = @psdir@
255
sbindir = @sbindir@
256
sharedstatedir = @sharedstatedir@
257
srcdir = @srcdir@
258
sysconfdir = @sysconfdir@
259
target = @target@
260
target_alias = @target_alias@
261
target_cpu = @target_cpu@
262
target_os = @target_os@
263
target_vendor = @target_vendor@
264
top_build_prefix = @top_build_prefix@
265
top_builddir = @top_builddir@
266
top_srcdir = @top_srcdir@
267
toplevel_srcdir = @toplevel_srcdir@
268
 
269
# May be used by various substitution variables.
270
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
271
MAINT_CHARSET = latin1
272
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
273
PWD_COMMAND = $${PWDCMD-pwd}
274
STAMP = echo timestamp >
275
toolexecdir = $(glibcxx_toolexecdir)
276
toolexeclibdir = $(glibcxx_toolexeclibdir)
277
 
278
# These bits are all figured out from configure.  Look in acinclude.m4
279
# or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
280
CONFIG_CXXFLAGS = \
281
        $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
282
 
283
WARN_CXXFLAGS = \
284
        $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
285
 
286
 
287
# -I/-D flags to pass when compiling.
288
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
289
pythondir = $(datadir)/gcc-$(gcc_version)/python
290
nobase_python_DATA = \
291
    libstdcxx/v6/printers.py \
292
    libstdcxx/v6/__init__.py \
293
    libstdcxx/__init__.py
294
 
295
all: all-am
296
 
297
.SUFFIXES:
298
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
299
        @for dep in $?; do \
300
          case '$(am__configure_deps)' in \
301
            *$$dep*) \
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303
                && { if test -f $@; then exit 0; else break; fi; }; \
304
              exit 1;; \
305
          esac; \
306
        done; \
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps python/Makefile'; \
308
        $(am__cd) $(top_srcdir) && \
309
          $(AUTOMAKE) --foreign --ignore-deps python/Makefile
310
.PRECIOUS: Makefile
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312
        @case '$?' in \
313
          *config.status*) \
314
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315
          *) \
316
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318
        esac;
319
 
320
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
 
323
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
$(am__aclocal_m4_deps):
328
 
329
mostlyclean-libtool:
330
        -rm -f *.lo
331
 
332
clean-libtool:
333
        -rm -rf .libs _libs
334
install-nobase_pythonDATA: $(nobase_python_DATA)
335
        @$(NORMAL_INSTALL)
336
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
337
        @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
338
        $(am__nobase_list) | while read dir files; do \
339
          xfiles=; for file in $$files; do \
340
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
341
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
342
          test -z "$$xfiles" || { \
343
            test "x$$dir" = x. || { \
344
              echo "$(MKDIR_P) '$(DESTDIR)$(pythondir)/$$dir'"; \
345
              $(MKDIR_P) "$(DESTDIR)$(pythondir)/$$dir"; }; \
346
            echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pythondir)/$$dir'"; \
347
            $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pythondir)/$$dir" || exit $$?; }; \
348
        done
349
 
350
uninstall-nobase_pythonDATA:
351
        @$(NORMAL_UNINSTALL)
352
        @list='$(nobase_python_DATA)'; test -n "$(pythondir)" || list=; \
353
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
354
        test -n "$$files" || exit 0; \
355
        echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
356
        cd "$(DESTDIR)$(pythondir)" && rm -f $$files
357
tags: TAGS
358
TAGS:
359
 
360
ctags: CTAGS
361
CTAGS:
362
 
363
 
364
distdir: $(DISTFILES)
365
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367
        list='$(DISTFILES)'; \
368
          dist_files=`for file in $$list; do echo $$file; done | \
369
          sed -e "s|^$$srcdirstrip/||;t" \
370
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
371
        case $$dist_files in \
372
          */*) $(MKDIR_P) `echo "$$dist_files" | \
373
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
374
                           sort -u` ;; \
375
        esac; \
376
        for file in $$dist_files; do \
377
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378
          if test -d $$d/$$file; then \
379
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
380
            if test -d "$(distdir)/$$file"; then \
381
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382
            fi; \
383
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
385
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386
            fi; \
387
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388
          else \
389
            test -f "$(distdir)/$$file" \
390
            || cp -p $$d/$$file "$(distdir)/$$file" \
391
            || exit 1; \
392
          fi; \
393
        done
394
check-am: all-am
395
check: check-am
396
all-am: Makefile $(DATA) all-local
397
installdirs:
398
        for dir in "$(DESTDIR)$(pythondir)"; do \
399
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
400
        done
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-generic clean-libtool mostlyclean-am
429
 
430
distclean: distclean-am
431
        -rm -f Makefile
432
distclean-am: clean-am distclean-generic
433
 
434
dvi: dvi-am
435
 
436
dvi-am:
437
 
438
html: html-am
439
 
440
html-am:
441
 
442
info: info-am
443
 
444
info-am:
445
 
446
install-data-am: install-data-local install-nobase_pythonDATA
447
 
448
install-dvi: install-dvi-am
449
 
450
install-dvi-am:
451
 
452
install-exec-am:
453
 
454
install-html: install-html-am
455
 
456
install-html-am:
457
 
458
install-info: install-info-am
459
 
460
install-info-am:
461
 
462
install-man:
463
 
464
install-pdf: install-pdf-am
465
 
466
install-pdf-am:
467
 
468
install-ps: install-ps-am
469
 
470
install-ps-am:
471
 
472
installcheck-am:
473
 
474
maintainer-clean: maintainer-clean-am
475
        -rm -f Makefile
476
maintainer-clean-am: distclean-am maintainer-clean-generic
477
 
478
mostlyclean: mostlyclean-am
479
 
480
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
481
 
482
pdf: pdf-am
483
 
484
pdf-am:
485
 
486
ps: ps-am
487
 
488
ps-am:
489
 
490
uninstall-am: uninstall-nobase_pythonDATA
491
 
492
.MAKE: install-am install-strip
493
 
494
.PHONY: all all-am all-local check check-am clean clean-generic \
495
        clean-libtool distclean distclean-generic distclean-libtool \
496
        distdir dvi dvi-am html html-am info info-am install \
497
        install-am install-data install-data-am install-data-local \
498
        install-dvi install-dvi-am install-exec install-exec-am \
499
        install-html install-html-am install-info install-info-am \
500
        install-man install-nobase_pythonDATA install-pdf \
501
        install-pdf-am install-ps install-ps-am install-strip \
502
        installcheck installcheck-am installdirs maintainer-clean \
503
        maintainer-clean-generic mostlyclean mostlyclean-generic \
504
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
505
        uninstall-nobase_pythonDATA
506
 
507
 
508
all-local: gdb.py
509
 
510
gdb.py: hook.in Makefile
511
        sed -e 's,@pythondir@,$(pythondir),' \
512
            -e 's,@toolexeclibdir@,$(toolexeclibdir),' < $(srcdir)/hook.in > $@
513
 
514
install-data-local: gdb.py
515
        @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
516
        @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \
517
          for file in libstdc++*; do \
518
            case $$file in \
519
              *-gdb.py) ;; \
520
              *.la) ;; \
521
              *) if test -h $$file; then \
522
                   continue; \
523
                 fi; \
524
                 libname=$$file;; \
525
            esac; \
526
          done; \
527
        cd $$here; \
528
        echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \
529
        $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py
530
 
531
# Tell versions [3.59,3.63) of GNU make to not export all variables.
532
# Otherwise a system limit (for SysV at least) may be exceeded.
533
.NOEXPORT:

powered by: WebSVN 2.1.0

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