source: TRACY3/trunk/tracy/tracy/Makefile.in @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

File size: 15.9 KB
Line 
1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34subdir = tracy
35DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38        $(top_srcdir)/configure.in
39am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40        $(ACLOCAL_M4)
41mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
42CONFIG_HEADER = $(top_builddir)/config.h
43CONFIG_CLEAN_FILES =
44CONFIG_CLEAN_VPATH_FILES =
45SOURCES =
46DIST_SOURCES =
47RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48        html-recursive info-recursive install-data-recursive \
49        install-dvi-recursive install-exec-recursive \
50        install-html-recursive install-info-recursive \
51        install-pdf-recursive install-ps-recursive install-recursive \
52        installcheck-recursive installdirs-recursive pdf-recursive \
53        ps-recursive uninstall-recursive
54RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55  distclean-recursive maintainer-clean-recursive
56AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
57        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
58        distdir
59ETAGS = etags
60CTAGS = ctags
61DIST_SUBDIRS = $(SUBDIRS)
62DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63am__relativize = \
64  dir0=`pwd`; \
65  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
66  sed_rest='s,^[^/]*/*,,'; \
67  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
68  sed_butlast='s,/*[^/]*$$,,'; \
69  while test -n "$$dir1"; do \
70    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
71    if test "$$first" != "."; then \
72      if test "$$first" = ".."; then \
73        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
74        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
75      else \
76        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
77        if test "$$first2" = "$$first"; then \
78          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
79        else \
80          dir2="../$$dir2"; \
81        fi; \
82        dir0="$$dir0"/"$$first"; \
83      fi; \
84    fi; \
85    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
86  done; \
87  reldir="$$dir2"
88ACLOCAL = @ACLOCAL@
89AMTAR = @AMTAR@
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
93AWK = @AWK@
94CC = @CC@
95CCDEPMODE = @CCDEPMODE@
96CFLAGS = @CFLAGS@
97CPP = @CPP@
98CPPFLAGS = @CPPFLAGS@
99CXX = @CXX@
100CXXDEPMODE = @CXXDEPMODE@
101CXXFLAGS = @CXXFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEFS = @DEFS@
104DEPDIR = @DEPDIR@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110F77 = @F77@
111FFLAGS = @FFLAGS@
112GREP = @GREP@
113INSTALL = @INSTALL@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LN_S = @LN_S@
122LTLIBOBJS = @LTLIBOBJS@
123MAKEINFO = @MAKEINFO@
124MKDIR_P = @MKDIR_P@
125OBJEXT = @OBJEXT@
126PACKAGE = @PACKAGE@
127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_URL = @PACKAGE_URL@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135SET_MAKE = @SET_MAKE@
136SHELL = @SHELL@
137STRIP = @STRIP@
138VERSION = @VERSION@
139abs_builddir = @abs_builddir@
140abs_srcdir = @abs_srcdir@
141abs_top_builddir = @abs_top_builddir@
142abs_top_srcdir = @abs_top_srcdir@
143ac_ct_CC = @ac_ct_CC@
144ac_ct_CXX = @ac_ct_CXX@
145ac_ct_F77 = @ac_ct_F77@
146am__include = @am__include@
147am__leading_dot = @am__leading_dot@
148am__quote = @am__quote@
149am__tar = @am__tar@
150am__untar = @am__untar@
151bindir = @bindir@
152build_alias = @build_alias@
153builddir = @builddir@
154datadir = @datadir@
155datarootdir = @datarootdir@
156docdir = @docdir@
157dvidir = @dvidir@
158exec_prefix = @exec_prefix@
159host_alias = @host_alias@
160htmldir = @htmldir@
161includedir = @includedir@
162infodir = @infodir@
163install_sh = @install_sh@
164libdir = @libdir@
165libexecdir = @libexecdir@
166localedir = @localedir@
167localstatedir = @localstatedir@
168mandir = @mandir@
169mkdir_p = @mkdir_p@
170oldincludedir = @oldincludedir@
171pdfdir = @pdfdir@
172prefix = @prefix@
173program_transform_name = @program_transform_name@
174psdir = @psdir@
175sbindir = @sbindir@
176sharedstatedir = @sharedstatedir@
177srcdir = @srcdir@
178sysconfdir = @sysconfdir@
179target_alias = @target_alias@
180top_build_prefix = @top_build_prefix@
181top_builddir = @top_builddir@
182top_srcdir = @top_srcdir@
183SUBDIRS = src
184all: all-recursive
185
186.SUFFIXES:
187$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
188        @for dep in $?; do \
189          case '$(am__configure_deps)' in \
190            *$$dep*) \
191              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
192                && { if test -f $@; then exit 0; else break; fi; }; \
193              exit 1;; \
194          esac; \
195        done; \
196        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tracy/Makefile'; \
197        $(am__cd) $(top_srcdir) && \
198          $(AUTOMAKE) --foreign tracy/Makefile
199.PRECIOUS: Makefile
200Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201        @case '$?' in \
202          *config.status*) \
203            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204          *) \
205            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207        esac;
208
209$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212$(top_srcdir)/configure:  $(am__configure_deps)
213        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
215        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216$(am__aclocal_m4_deps):
217
218# This directory's subdirectories are mostly independent; you can cd
219# into them and run `make' without going through this Makefile.
220# To change the values of `make' variables: instead of editing Makefiles,
221# (1) if the variable is set in `config.status', edit `config.status'
222#     (which will cause the Makefiles to be regenerated when you run `make');
223# (2) otherwise, pass the desired values on the `make' command line.
224$(RECURSIVE_TARGETS):
225        @fail= failcom='exit 1'; \
226        for f in x $$MAKEFLAGS; do \
227          case $$f in \
228            *=* | --[!k]*);; \
229            *k*) failcom='fail=yes';; \
230          esac; \
231        done; \
232        dot_seen=no; \
233        target=`echo $@ | sed s/-recursive//`; \
234        list='$(SUBDIRS)'; for subdir in $$list; do \
235          echo "Making $$target in $$subdir"; \
236          if test "$$subdir" = "."; then \
237            dot_seen=yes; \
238            local_target="$$target-am"; \
239          else \
240            local_target="$$target"; \
241          fi; \
242          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
243          || eval $$failcom; \
244        done; \
245        if test "$$dot_seen" = "no"; then \
246          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
247        fi; test -z "$$fail"
248
249$(RECURSIVE_CLEAN_TARGETS):
250        @fail= failcom='exit 1'; \
251        for f in x $$MAKEFLAGS; do \
252          case $$f in \
253            *=* | --[!k]*);; \
254            *k*) failcom='fail=yes';; \
255          esac; \
256        done; \
257        dot_seen=no; \
258        case "$@" in \
259          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
260          *) list='$(SUBDIRS)' ;; \
261        esac; \
262        rev=''; for subdir in $$list; do \
263          if test "$$subdir" = "."; then :; else \
264            rev="$$subdir $$rev"; \
265          fi; \
266        done; \
267        rev="$$rev ."; \
268        target=`echo $@ | sed s/-recursive//`; \
269        for subdir in $$rev; do \
270          echo "Making $$target in $$subdir"; \
271          if test "$$subdir" = "."; then \
272            local_target="$$target-am"; \
273          else \
274            local_target="$$target"; \
275          fi; \
276          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
277          || eval $$failcom; \
278        done && test -z "$$fail"
279tags-recursive:
280        list='$(SUBDIRS)'; for subdir in $$list; do \
281          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
282        done
283ctags-recursive:
284        list='$(SUBDIRS)'; for subdir in $$list; do \
285          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
286        done
287
288ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
289        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290        unique=`for i in $$list; do \
291            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292          done | \
293          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294              END { if (nonempty) { for (i in files) print i; }; }'`; \
295        mkid -fID $$unique
296tags: TAGS
297
298TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
299                $(TAGS_FILES) $(LISP)
300        set x; \
301        here=`pwd`; \
302        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
303          include_option=--etags-include; \
304          empty_fix=.; \
305        else \
306          include_option=--include; \
307          empty_fix=; \
308        fi; \
309        list='$(SUBDIRS)'; for subdir in $$list; do \
310          if test "$$subdir" = .; then :; else \
311            test ! -f $$subdir/TAGS || \
312              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
313          fi; \
314        done; \
315        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316        unique=`for i in $$list; do \
317            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318          done | \
319          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320              END { if (nonempty) { for (i in files) print i; }; }'`; \
321        shift; \
322        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
323          test -n "$$unique" || unique=$$empty_fix; \
324          if test $$# -gt 0; then \
325            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
326              "$$@" $$unique; \
327          else \
328            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
329              $$unique; \
330          fi; \
331        fi
332ctags: CTAGS
333CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334                $(TAGS_FILES) $(LISP)
335        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336        unique=`for i in $$list; do \
337            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338          done | \
339          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340              END { if (nonempty) { for (i in files) print i; }; }'`; \
341        test -z "$(CTAGS_ARGS)$$unique" \
342          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343             $$unique
344
345GTAGS:
346        here=`$(am__cd) $(top_builddir) && pwd` \
347          && $(am__cd) $(top_srcdir) \
348          && gtags -i $(GTAGS_ARGS) "$$here"
349
350distclean-tags:
351        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
353distdir: $(DISTFILES)
354        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356        list='$(DISTFILES)'; \
357          dist_files=`for file in $$list; do echo $$file; done | \
358          sed -e "s|^$$srcdirstrip/||;t" \
359              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
360        case $$dist_files in \
361          */*) $(MKDIR_P) `echo "$$dist_files" | \
362                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
363                           sort -u` ;; \
364        esac; \
365        for file in $$dist_files; do \
366          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367          if test -d $$d/$$file; then \
368            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
369            if test -d "$(distdir)/$$file"; then \
370              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371            fi; \
372            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
373              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
374              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375            fi; \
376            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377          else \
378            test -f "$(distdir)/$$file" \
379            || cp -p $$d/$$file "$(distdir)/$$file" \
380            || exit 1; \
381          fi; \
382        done
383        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
384          if test "$$subdir" = .; then :; else \
385            test -d "$(distdir)/$$subdir" \
386            || $(MKDIR_P) "$(distdir)/$$subdir" \
387            || exit 1; \
388          fi; \
389        done
390        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
391          if test "$$subdir" = .; then :; else \
392            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
393            $(am__relativize); \
394            new_distdir=$$reldir; \
395            dir1=$$subdir; dir2="$(top_distdir)"; \
396            $(am__relativize); \
397            new_top_distdir=$$reldir; \
398            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
399            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
400            ($(am__cd) $$subdir && \
401              $(MAKE) $(AM_MAKEFLAGS) \
402                top_distdir="$$new_top_distdir" \
403                distdir="$$new_distdir" \
404                am__remove_distdir=: \
405                am__skip_length_check=: \
406                am__skip_mode_fix=: \
407                distdir) \
408              || exit 1; \
409          fi; \
410        done
411check-am: all-am
412check: check-recursive
413all-am: Makefile
414installdirs: installdirs-recursive
415installdirs-am:
416install: install-recursive
417install-exec: install-exec-recursive
418install-data: install-data-recursive
419uninstall: uninstall-recursive
420
421install-am: all-am
422        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
423
424installcheck: installcheck-recursive
425install-strip:
426        if test -z '$(STRIP)'; then \
427          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429              install; \
430        else \
431          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
434        fi
435mostlyclean-generic:
436
437clean-generic:
438
439distclean-generic:
440        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
442
443maintainer-clean-generic:
444        @echo "This command is intended for maintainers to use"
445        @echo "it deletes files that may require special tools to rebuild."
446clean: clean-recursive
447
448clean-am: clean-generic mostlyclean-am
449
450distclean: distclean-recursive
451        -rm -f Makefile
452distclean-am: clean-am distclean-generic distclean-tags
453
454dvi: dvi-recursive
455
456dvi-am:
457
458html: html-recursive
459
460html-am:
461
462info: info-recursive
463
464info-am:
465
466install-data-am:
467
468install-dvi: install-dvi-recursive
469
470install-dvi-am:
471
472install-exec-am:
473
474install-html: install-html-recursive
475
476install-html-am:
477
478install-info: install-info-recursive
479
480install-info-am:
481
482install-man:
483
484install-pdf: install-pdf-recursive
485
486install-pdf-am:
487
488install-ps: install-ps-recursive
489
490install-ps-am:
491
492installcheck-am:
493
494maintainer-clean: maintainer-clean-recursive
495        -rm -f Makefile
496maintainer-clean-am: distclean-am maintainer-clean-generic
497
498mostlyclean: mostlyclean-recursive
499
500mostlyclean-am: mostlyclean-generic
501
502pdf: pdf-recursive
503
504pdf-am:
505
506ps: ps-recursive
507
508ps-am:
509
510uninstall-am:
511
512.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
513        install-am install-strip tags-recursive
514
515.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
516        all all-am check check-am clean clean-generic ctags \
517        ctags-recursive distclean distclean-generic distclean-tags \
518        distdir dvi dvi-am html html-am info info-am install \
519        install-am install-data install-data-am install-dvi \
520        install-dvi-am install-exec install-exec-am install-html \
521        install-html-am install-info install-info-am install-man \
522        install-pdf install-pdf-am install-ps install-ps-am \
523        install-strip installcheck installcheck-am installdirs \
524        installdirs-am maintainer-clean maintainer-clean-generic \
525        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
526        tags-recursive uninstall uninstall-am
527
528
529# Tell versions [3.59,3.63) of GNU make to not export all variables.
530# Otherwise a system limit (for SysV at least) may be exceeded.
531.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.