Changeset 4471 for trunk/MagicSoft/AMC


Ignore:
Timestamp:
08/04/04 16:04:56 (20 years ago)
Author:
merck
Message:
MMerck Version 2.01
Location:
trunk/MagicSoft/AMC/activemirrorcontrol
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/AMC/activemirrorcontrol/Makefile.in

    r3401 r4471  
    1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
    2 
    3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
    4 # Free Software Foundation, Inc.
     1# KDE tags expanded automatically by am_edit - $Revision: 1.2 $
     2# Makefile.in generated automatically by automake 1.4 from Makefile.am
     3
     4# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
    55# This Makefile.in is free software; the Free Software Foundation
    66# gives unlimited permission to copy and/or distribute it,
     
    1212# PARTICULAR PURPOSE.
    1313
    14 @SET_MAKE@
    15 
    1614####### kdevelop will overwrite this part!!! (begin)##########
     15
    1716
    1817SHELL = @SHELL@
     
    2322prefix = @prefix@
    2423exec_prefix = @exec_prefix@
     24#>-
     25bindir = @bindir@
     26#>+ 3
     27DEPDIR = .deps
    2528
    2629bindir = @bindir@
     
    3639includedir = @includedir@
    3740oldincludedir = /usr/include
     41
     42DESTDIR =
     43
    3844pkgdatadir = $(datadir)/@PACKAGE@
    3945pkglibdir = $(libdir)/@PACKAGE@
    4046pkgincludedir = $(includedir)/@PACKAGE@
     47
    4148top_builddir = .
    4249
     
    4754
    4855INSTALL = @INSTALL@
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
     56INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
    5057INSTALL_DATA = @INSTALL_DATA@
    5158INSTALL_SCRIPT = @INSTALL_SCRIPT@
    52 INSTALL_HEADER = $(INSTALL_DATA)
    5359transform = @program_transform_name@
     60
    5461NORMAL_INSTALL = :
    5562PRE_INSTALL = :
     
    6471target_alias = @target_alias@
    6572target_triplet = @target@
    66 AMTAR = @AMTAR@
    6773ARTSCCONFIG = @ARTSCCONFIG@
    6874AS = @AS@
    6975AUTODIRS = @AUTODIRS@
    70 AWK = @AWK@
    7176CC = @CC@
    7277CONF_FILES = @CONF_FILES@
     
    7782DCOPIDL2CPP = @DCOPIDL2CPP@
    7883DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
    79 DEPDIR = @DEPDIR@
    8084DLLTOOL = @DLLTOOL@
    8185DPMSINC = @DPMSINC@
     
    8993IDL = @IDL@
    9094IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
    91 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    9295KDB2HTML = @KDB2HTML@
    9396KDECONFIG = @KDECONFIG@
     
    135138LIB_X11 = @LIB_X11@
    136139LN_S = @LN_S@
     140MAKEINFO = @MAKEINFO@
    137141MCOPIDL = @MCOPIDL@
    138142MICO_INCLUDES = @MICO_INCLUDES@
     
    173177all_includes = @all_includes@
    174178all_libraries = @all_libraries@
    175 am__include = @am__include@
    176 am__quote = @am__quote@
    177179idldir = @idldir@
    178 install_sh = @install_sh@
    179180kde_appsdir = @kde_appsdir@
    180181kde_bindir = @kde_bindir@
     
    211212
    212213MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
    213 subdir = .
    214214ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    215215mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
    216216CONFIG_HEADER = config.h
    217 CONFIG_CLEAN_FILES =
    218 DIST_SOURCES =
    219 
    220 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
    221         uninstall-info-recursive all-recursive install-data-recursive \
    222         install-exec-recursive installdirs-recursive install-recursive \
    223         uninstall-recursive check-recursive installcheck-recursive
    224 DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
    225         aclocal.m4 admin/ChangeLog admin/config.guess admin/config.sub \
    226         admin/depcomp admin/install-sh admin/ltcf-c.sh \
    227         admin/ltcf-cxx.sh admin/ltcf-gcj.sh admin/ltconfig \
    228         admin/ltmain.sh admin/missing admin/mkinstalldirs admin/ylwrap \
    229         config.h.in configure configure.in
    230 DIST_SUBDIRS = $(SUBDIRS)
    231 all: config.h
    232         $(MAKE) $(AM_MAKEFLAGS) all-recursive
    233 
     217CONFIG_CLEAN_FILES = 
     218DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
     219aclocal.m4 config.h.in configure configure.in
     220
     221
     222#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
     223#>+ 4
     224KDE_DIST=Makefile.dist activemirrorcontrol.kdevprj configure.in.in activemirrorcontrol.doxygen messages.log activemirrorcontrol.kdevses
     225
     226DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
     227
     228
     229TAR = tar
     230GZIP_ENV = --best
     231#>- all: all-redirect
     232#>+ 1
     233all: docs-am  all-redirect
    234234.SUFFIXES:
    235 
    236 mostlyclean-libtool:
    237         -rm -f *.lo
    238 
    239 clean-libtool:
    240         -rm -rf .libs _libs
    241 
    242 distclean-libtool:
    243         -rm -f libtool
    244 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
    245         cd $(top_srcdir) && \
    246           $(AUTOMAKE) --foreign  ./Makefile
    247 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    248         cd $(top_builddir) && \
    249           CONFIG_HEADERS= CONFIG_LINKS= \
    250           CONFIG_FILES=$@ $(SHELL) ./config.status
    251 
    252 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
     235$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
     236#>-     cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Makefile
     237#>+ 2
     238        cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Makefile
     239        cd $(top_srcdir) && perl admin/am_edit Makefile.in
     240
     241Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
     242        cd $(top_builddir) \
     243          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
     244
     245$(ACLOCAL_M4):  configure.in  acinclude.m4
     246        cd $(srcdir) && $(ACLOCAL)
     247
     248config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    253249        $(SHELL) ./config.status --recheck
    254 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
     250$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    255251        cd $(srcdir) && $(AUTOCONF)
    256252
    257 $(ACLOCAL_M4):  configure.in acinclude.m4
    258         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    259253config.h: stamp-h
    260254        @if test ! -f $@; then \
     
    263257        else :; fi
    264258stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
    265         @rm -f stamp-h stamp-hT
    266         @echo timestamp > stamp-hT 2> /dev/null
    267259        cd $(top_builddir) \
    268260          && CONFIG_FILES= CONFIG_HEADERS=config.h \
    269261             $(SHELL) ./config.status
    270         @mv stamp-hT stamp-h
    271 $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
     262        @echo timestamp > stamp-h 2> /dev/null
     263$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
    272264        @if test ! -f $@; then \
    273                 rm -f $(srcdir)/./stamp-h.in; \
    274                 $(MAKE) $(srcdir)/./stamp-h.in; \
     265                rm -f $(srcdir)/stamp-h.in; \
     266                $(MAKE) $(srcdir)/stamp-h.in; \
    275267        else :; fi
    276 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
    277         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
    278         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
     268$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
    279269        cd $(top_srcdir) && $(AUTOHEADER)
    280         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
     270        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
     271
     272mostlyclean-hdr:
     273
     274clean-hdr:
    281275
    282276distclean-hdr:
    283277        -rm -f config.h
    284 uninstall-info-am:
     278
     279maintainer-clean-hdr:
    285280
    286281# This directory's subdirectories are mostly independent; you can cd
     
    290285#     (which will cause the Makefiles to be regenerated when you run `make');
    291286# (2) otherwise, pass the desired values on the `make' command line.
    292 $(RECURSIVE_TARGETS):
     287
     288@SET_MAKE@
     289
     290all-recursive install-data-recursive install-exec-recursive \
     291installdirs-recursive install-recursive uninstall-recursive  \
     292check-recursive installcheck-recursive info-recursive dvi-recursive:
    293293        @set fnord $(MAKEFLAGS); amf=$$2; \
    294294        dot_seen=no; \
     
    313313        @set fnord $(MAKEFLAGS); amf=$$2; \
    314314        dot_seen=no; \
    315         case "$@" in \
    316           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    317           *) list='$(SUBDIRS)' ;; \
    318         esac; \
    319         rev=''; for subdir in $$list; do \
    320           if test "$$subdir" = "."; then :; else \
    321             rev="$$subdir $$rev"; \
    322           fi; \
     315        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
     316          rev="$$subdir $$rev"; \
     317          test "$$subdir" = "." && dot_seen=yes; \
    323318        done; \
    324         rev="$$rev ."; \
     319        test "$$dot_seen" = "no" && rev=". $$rev"; \
    325320        target=`echo $@ | sed s/-recursive//`; \
    326321        for subdir in $$rev; do \
     
    341336tags: TAGS
    342337
    343 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    344         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
    345         unique=`for i in $$list; do \
    346             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    347           done | \
    348           $(AWK) '    { files[$$0] = 1; } \
     338ID: $(HEADERS) $(SOURCES) $(LISP)
     339        list='$(SOURCES) $(HEADERS)'; \
     340        unique=`for i in $$list; do echo $$i; done | \
     341          awk '    { files[$$0] = 1; } \
    349342               END { for (i in files) print i; }'`; \
    350         mkid -fID $$unique $(LISP)
    351 
    352 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    353                 $(TAGS_FILES) $(LISP)
     343        here=`pwd` && cd $(srcdir) \
     344          && mkid -f$$here/ID $$unique $(LISP)
     345
     346TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
    354347        tags=; \
    355348        here=`pwd`; \
    356349        list='$(SUBDIRS)'; for subdir in $$list; do \
    357           if test "$$subdir" = .; then :; else \
     350   if test "$$subdir" = .; then :; else \
    358351            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
    359           fi; \
     352   fi; \
    360353        done; \
    361         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
    362         unique=`for i in $$list; do \
    363             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    364           done | \
    365           $(AWK) '    { files[$$0] = 1; } \
     354        list='$(SOURCES) $(HEADERS)'; \
     355        unique=`for i in $$list; do echo $$i; done | \
     356          awk '    { files[$$0] = 1; } \
    366357               END { for (i in files) print i; }'`; \
    367358        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
    368           || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
    369 
    370 GTAGS:
    371         here=`CDPATH=: && cd $(top_builddir) && pwd` \
    372           && cd $(top_srcdir) \
    373           && gtags -i $(GTAGS_ARGS) $$here
     359          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
     360
     361mostlyclean-tags:
     362
     363clean-tags:
    374364
    375365distclean-tags:
    376         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
    377 
    378 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    379 
    380 top_distdir = .
    381 # Avoid unsightly `./'.
     366        -rm -f TAGS ID
     367
     368maintainer-clean-tags:
     369
    382370distdir = $(PACKAGE)-$(VERSION)
    383 
    384 GZIP_ENV = --best
    385 
     371top_distdir = $(distdir)
     372
     373# This target untars the dist file and tries a VPATH configuration.  Then
     374# it guarantees that the distribution is self-contained by making another
     375# tarfile.
     376distcheck: dist
     377        -rm -rf $(distdir)
     378        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
     379        mkdir $(distdir)/=build
     380        mkdir $(distdir)/=inst
     381        dc_install_base=`cd $(distdir)/=inst && pwd`; \
     382        cd $(distdir)/=build \
     383          && ../configure --srcdir=.. --prefix=$$dc_install_base \
     384          && $(MAKE) $(AM_MAKEFLAGS) \
     385          && $(MAKE) $(AM_MAKEFLAGS) dvi \
     386          && $(MAKE) $(AM_MAKEFLAGS) check \
     387          && $(MAKE) $(AM_MAKEFLAGS) install \
     388          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
     389          && $(MAKE) $(AM_MAKEFLAGS) dist
     390        -rm -rf $(distdir)
     391        @banner="$(distdir).tar.gz is ready for distribution"; \
     392        dashes=`echo "$$banner" | sed s/./=/g`; \
     393        echo "$$dashes"; \
     394        echo "$$banner"; \
     395        echo "$$dashes"
     396dist: distdir
     397        -chmod -R a+r $(distdir)
     398        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
     399        -rm -rf $(distdir)
     400dist-all: distdir
     401        -chmod -R a+r $(distdir)
     402        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
     403        -rm -rf $(distdir)
    386404distdir: $(DISTFILES)
    387         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
     405        -rm -rf $(distdir)
    388406        mkdir $(distdir)
    389         $(mkinstalldirs) $(distdir)/admin
     407        -chmod 777 $(distdir)
     408        here=`cd $(top_builddir) && pwd`; \
     409        top_distdir=`cd $(distdir) && pwd`; \
     410        distdir=`cd $(distdir) && pwd`; \
     411        cd $(top_srcdir) \
     412          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ./Makefile
    390413        @for file in $(DISTFILES); do \
    391           if test -f $$file; then d=.; else d=$(srcdir); fi; \
    392           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    393           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    394             $(mkinstalldirs) "$(distdir)/$$dir"; \
    395           fi; \
     414          d=$(srcdir); \
    396415          if test -d $$d/$$file; then \
    397             cp -pR $$d/$$file $(distdir) \
    398             || exit 1; \
     416            cp -pr $$d/$$file $(distdir)/$$file; \
    399417          else \
    400418            test -f $(distdir)/$$file \
    401             || cp -p $$d/$$file $(distdir)/$$file \
    402             || exit 1; \
     419            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
     420            || cp -p $$d/$$file $(distdir)/$$file || :; \
    403421          fi; \
    404422        done
     
    408426            || mkdir $(distdir)/$$subdir \
    409427            || exit 1; \
    410             (cd $$subdir && \
    411               $(MAKE) $(AM_MAKEFLAGS) \
    412                 top_distdir="$(top_distdir)" \
    413                 distdir=../$(distdir)/$$subdir \
    414                 distdir) \
     428            chmod 777 $(distdir)/$$subdir; \
     429            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
    415430              || exit 1; \
    416431          fi; \
    417432        done
    418         $(MAKE) $(AM_MAKEFLAGS) \
    419           top_distdir="${top_distdir}" distdir="$(distdir)" \
    420           dist-hook
    421         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    422           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    423           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    424           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
    425         || chmod -R a+r $(distdir)
    426 dist: distdir
    427         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    428         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
    429 
    430 # This target untars the dist file and tries a VPATH configuration.  Then
    431 # it guarantees that the distribution is self-contained by making another
    432 # tarfile.
    433 distcheck: dist
    434         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
    435         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
    436         chmod -R a-w $(distdir); chmod a+w $(distdir)
    437         mkdir $(distdir)/=build
    438         mkdir $(distdir)/=inst
    439         chmod a-w $(distdir)
    440         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
    441           && cd $(distdir)/=build \
    442           && ../configure --srcdir=.. --prefix=$$dc_install_base \
    443           && $(MAKE) $(AM_MAKEFLAGS) \
    444           && $(MAKE) $(AM_MAKEFLAGS) dvi \
    445           && $(MAKE) $(AM_MAKEFLAGS) check \
    446           && $(MAKE) $(AM_MAKEFLAGS) install \
    447           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    448           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    449           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
    450              || (echo "Error: files left after uninstall" 1>&2; \
    451                  exit 1) ) \
    452           && $(MAKE) $(AM_MAKEFLAGS) dist \
    453           && $(MAKE) $(AM_MAKEFLAGS) distclean \
    454           && rm -f $(distdir).tar.gz \
    455           && (test `find . -type f -print | wc -l` -eq 0 \
    456              || (echo "Error: files left after distclean" 1>&2; \
    457                  exit 1) )
    458         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
    459         @echo "$(distdir).tar.gz is ready for distribution" | \
    460           sed 'h;s/./=/g;p;x;p;x'
     433        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
     434info-am:
     435info: info-recursive
     436dvi-am:
     437dvi: dvi-recursive
    461438check-am: all-am
    462439check: check-recursive
     440installcheck-am:
     441installcheck: installcheck-recursive
     442all-recursive-am: config.h
     443        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     444
     445install-exec-am:
     446install-exec: install-exec-recursive
     447
     448install-data-am:
     449install-data: install-data-recursive
     450
     451install-am: all-am
     452        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     453install: install-recursive
     454uninstall-am:
     455uninstall: uninstall-recursive
    463456all-am: Makefile config.h
     457all-redirect: all-recursive-am
     458install-strip:
     459        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
    464460installdirs: installdirs-recursive
    465461installdirs-am:
    466462
    467 install: install-recursive
    468 install-exec: install-exec-recursive
    469 install-data: install-data-recursive
    470 uninstall: uninstall-recursive
    471 
    472 install-am: all-am
    473         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    474 
    475 installcheck: installcheck-recursive
    476 install-strip:
    477         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    478           `test -z '$(STRIP)' || \
    479             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     463
    480464mostlyclean-generic:
    481465
     
    483467
    484468distclean-generic:
    485         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
     469        -rm -f Makefile $(CONFIG_CLEAN_FILES)
     470        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
    486471
    487472maintainer-clean-generic:
    488         @echo "This command is intended for maintainers to use"
     473        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     474mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
     475
     476mostlyclean: mostlyclean-recursive
     477
     478clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
     479
     480#>- clean: clean-recursive
     481#>+ 1
     482clean: kde-rpo-clean  clean-recursive
     483
     484distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
     485        -rm -f libtool
     486
     487distclean: distclean-recursive
     488        -rm -f config.status
     489
     490maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
     491                maintainer-clean-generic distclean-am
     492        @echo "This command is intended for maintainers to use;"
    489493        @echo "it deletes files that may require special tools to rebuild."
    490         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    491 clean: clean-recursive
    492 
    493 clean-am: clean-generic clean-libtool mostlyclean-am
    494 
    495 dist-all: distdir
    496         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    497         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
    498 distclean: distclean-recursive
    499         -rm -f config.status config.cache config.log
    500 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
    501         distclean-tags
    502 
    503 dvi: dvi-recursive
    504 
    505 dvi-am:
    506 
    507 info: info-recursive
    508 
    509 info-am:
    510 
    511 install-data-am:
    512 
    513 install-exec-am:
    514 
    515 install-info: install-info-recursive
    516 
    517 install-man:
    518 
    519 installcheck-am:
    520494
    521495maintainer-clean: maintainer-clean-recursive
    522 
    523 maintainer-clean-am: distclean-am maintainer-clean-generic
    524 
    525 mostlyclean: mostlyclean-recursive
    526 
    527 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    528 
    529 uninstall-am: uninstall-info-am
    530 
    531 uninstall-info: uninstall-info-recursive
    532 
    533 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
    534         clean-generic clean-libtool clean-recursive dist dist-all \
    535         distcheck distclean distclean-generic distclean-hdr \
    536         distclean-libtool distclean-recursive distclean-tags distdir \
    537         dvi dvi-am dvi-recursive info info-am info-recursive install \
    538         install-am install-data install-data-am install-data-recursive \
    539         install-exec install-exec-am install-exec-recursive \
    540         install-info install-info-am install-info-recursive install-man \
    541         install-recursive install-strip installcheck installcheck-am \
    542         installdirs installdirs-am installdirs-recursive \
    543         maintainer-clean maintainer-clean-generic \
    544         maintainer-clean-recursive mostlyclean mostlyclean-generic \
    545         mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
    546         uninstall uninstall-am uninstall-info-am \
    547         uninstall-info-recursive uninstall-recursive
     496        -rm -f config.status
     497
     498.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
     499install-data-recursive uninstall-data-recursive install-exec-recursive \
     500uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
     501all-recursive check-recursive installcheck-recursive info-recursive \
     502dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
     503maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
     504distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
     505dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
     506install-exec-am install-exec install-data-am install-data install-am \
     507install uninstall-am uninstall all-redirect all-am all installdirs-am \
     508installdirs mostlyclean-generic distclean-generic clean-generic \
     509maintainer-clean-generic clean mostlyclean distclean maintainer-clean
    548510
    549511
     
    564526        cd $(top_distdir) && perl admin/am_edit -padmin
    565527        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
     528
    566529# Tell versions [3.59,3.63) of GNU make to not export all variables.
    567530# Otherwise a system limit (for SysV at least) may be exceeded.
    568531.NOEXPORT:
     532
     533#>+ 2
     534docs-am:
     535
     536#>+ 5
     537force-reedit:
     538                cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Makefile
     539        cd $(top_srcdir) && perl admin/am_edit Makefile.in
     540
     541
     542#>+ 2
     543final:
     544        $(MAKE) all-am
     545#>+ 2
     546no-final:
     547        $(MAKE) all-am
     548#>+ 3
     549cvs-clean:
     550        $(MAKE) -f $(top_srcdir)/admin/Makefile.common cvs-clean
     551
     552#>+ 3
     553kde-rpo-clean:
     554        -rm -f *.rpo
  • trunk/MagicSoft/AMC/activemirrorcontrol/aclocal.m4

    r3401 r4471  
    1 # aclocal.m4 generated automatically by aclocal 1.5
    2 
    3 # Copyright 1996, 1997, 1998, 1999, 2000, 2001
    4 # Free Software Foundation, Inc.
    5 # This file is free software; the Free Software Foundation
    6 # gives unlimited permission to copy and/or distribute it,
    7 # with or without modifications, as long as this notice is preserved.
    8 
    9 # This program is distributed in the hope that it will be useful,
    10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    12 # PARTICULAR PURPOSE.
     1dnl aclocal.m4 generated automatically by aclocal 1.4
     2
     3dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
     4dnl This file is free software; the Free Software Foundation
     5dnl gives unlimited permission to copy and/or distribute it,
     6dnl with or without modifications, as long as this notice is preserved.
     7
     8dnl This program is distributed in the hope that it will be useful,
     9dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     10dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     11dnl PARTICULAR PURPOSE.
    1312
    1413
     
    48964895# But this isn't really a big deal.
    48974896
    4898 # serial 5
    4899 
    4900 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    4901 # written in clear, in which case automake, when reading aclocal.m4,
    4902 # will think it sees a *use*, and therefore will trigger all it's
    4903 # C support machinery.  Also note that it means that autoscan, seeing
    4904 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
    4905 
    4906 
    4907 # We require 2.13 because we rely on SHELL being computed by configure.
    4908 AC_PREREQ([2.13])
    4909 
    4910 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
    4911 # -----------------------------------------------------------
    4912 # If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED.
    4913 # The purpose of this macro is to provide the user with a means to
    4914 # check macros which are provided without letting her know how the
    4915 # information is coded.
    4916 # If this macro is not defined by Autoconf, define it here.
    4917 ifdef([AC_PROVIDE_IFELSE],
    4918       [],
    4919       [define([AC_PROVIDE_IFELSE],
    4920               [ifdef([AC_PROVIDE_$1],
    4921                      [$2], [$3])])])
    4922 
    4923 
    4924 # AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE])
    4925 # ----------------------------------------------
    4926 AC_DEFUN([AM_INIT_AUTOMAKE],
    4927 [AC_REQUIRE([AC_PROG_INSTALL])dnl
    4928 # test to see if srcdir already configured
    4929 if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
    4930    test -f $srcdir/config.status; then
    4931   AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first])
    4932 fi
    4933 
    4934 # Define the identity of the package.
    4935 PACKAGE=$1
    4936 AC_SUBST(PACKAGE)dnl
    4937 VERSION=$2
    4938 AC_SUBST(VERSION)dnl
     4897# serial 1
     4898
     4899dnl Usage:
     4900dnl AM_INIT_AUTOMAKE(package,version, [no-define])
     4901
     4902AC_DEFUN(AM_INIT_AUTOMAKE,
     4903[AC_REQUIRE([AC_PROG_INSTALL])
     4904PACKAGE=[$1]
     4905AC_SUBST(PACKAGE)
     4906VERSION=[$2]
     4907AC_SUBST(VERSION)
     4908dnl test to see if srcdir already configured
     4909if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     4910  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
     4911fi
    49394912ifelse([$3],,
    4940 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    4941 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
    4942 
    4943 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
    4944 # the ones we care about.
    4945 ifdef([m4_pattern_allow],
    4946       [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl
    4947 
    4948 # Autoconf 2.50 always computes EXEEXT.  However we need to be
    4949 # compatible with 2.13, for now.  So we always define EXEEXT, but we
    4950 # don't compute it.
    4951 AC_SUBST(EXEEXT)
    4952 # Similar for OBJEXT -- only we only use OBJEXT if the user actually
    4953 # requests that it be used.  This is a bit dumb.
    4954 : ${OBJEXT=o}
    4955 AC_SUBST(OBJEXT)
    4956 
    4957 # Some tools Automake needs.
    4958 AC_REQUIRE([AM_SANITY_CHECK])dnl
    4959 AC_REQUIRE([AC_ARG_PROGRAM])dnl
    4960 AM_MISSING_PROG(ACLOCAL, aclocal)
    4961 AM_MISSING_PROG(AUTOCONF, autoconf)
    4962 AM_MISSING_PROG(AUTOMAKE, automake)
    4963 AM_MISSING_PROG(AUTOHEADER, autoheader)
    4964 AM_MISSING_PROG(MAKEINFO, makeinfo)
    4965 AM_MISSING_PROG(AMTAR, tar)
    4966 AM_PROG_INSTALL_SH
    4967 AM_PROG_INSTALL_STRIP
    4968 # We need awk for the "check" target.  The system "awk" is bad on
    4969 # some platforms.
    4970 AC_REQUIRE([AC_PROG_AWK])dnl
    4971 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
    4972 AC_REQUIRE([AM_DEP_TRACK])dnl
    4973 AC_REQUIRE([AM_SET_DEPDIR])dnl
    4974 AC_PROVIDE_IFELSE([AC_PROG_][CC],
    4975                   [_AM_DEPENDENCIES(CC)],
    4976                   [define([AC_PROG_][CC],
    4977                           defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
    4978 AC_PROVIDE_IFELSE([AC_PROG_][CXX],
    4979                   [_AM_DEPENDENCIES(CXX)],
    4980                   [define([AC_PROG_][CXX],
    4981                           defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    4982 ])
     4913AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     4914AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
     4915AC_REQUIRE([AM_SANITY_CHECK])
     4916AC_REQUIRE([AC_ARG_PROGRAM])
     4917dnl FIXME This is truly gross.
     4918missing_dir=`cd $ac_aux_dir && pwd`
     4919AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
     4920AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
     4921AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
     4922AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
     4923AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
     4924AC_REQUIRE([AC_PROG_MAKE_SET])])
    49834925
    49844926#
     
    49864928#
    49874929
    4988 # serial 3
    4989 
    4990 # AM_SANITY_CHECK
    4991 # ---------------
    4992 AC_DEFUN([AM_SANITY_CHECK],
     4930AC_DEFUN(AM_SANITY_CHECK,
    49934931[AC_MSG_CHECKING([whether build environment is sane])
    49944932# Just in case
    49954933sleep 1
    4996 echo timestamp > conftest.file
     4934echo timestamp > conftestfile
    49974935# Do `set' in a subshell so we don't clobber the current shell's
    49984936# arguments.  Must try -L first in case configure is actually a
     
    50014939# directory).
    50024940if (
    5003    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
    5004    if test "$[*]" = "X"; then
     4941   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     4942   if test "[$]*" = "X"; then
    50054943      # -L didn't work.
    5006       set X `ls -t $srcdir/configure conftest.file`
     4944      set X `ls -t $srcdir/configure conftestfile`
    50074945   fi
    5008    rm -f conftest.file
    5009    if test "$[*]" != "X $srcdir/configure conftest.file" \
    5010       && test "$[*]" != "X conftest.file $srcdir/configure"; then
     4946   if test "[$]*" != "X $srcdir/configure conftestfile" \
     4947      && test "[$]*" != "X conftestfile $srcdir/configure"; then
    50114948
    50124949      # If neither matched, then we have a broken ls.  This can happen
     
    50184955   fi
    50194956
    5020    test "$[2]" = conftest.file
     4957   test "[$]2" = conftestfile
    50214958   )
    50224959then
     
    50274964Check your system clock])
    50284965fi
     4966rm -f conftest*
    50294967AC_MSG_RESULT(yes)])
    50304968
    5031 
    5032 # serial 2
    5033 
    5034 # AM_MISSING_PROG(NAME, PROGRAM)
    5035 # ------------------------------
    5036 AC_DEFUN([AM_MISSING_PROG],
    5037 [AC_REQUIRE([AM_MISSING_HAS_RUN])
    5038 $1=${$1-"${am_missing_run}$2"}
     4969dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
     4970dnl The program must properly implement --version.
     4971AC_DEFUN(AM_MISSING_PROG,
     4972[AC_MSG_CHECKING(for working $2)
     4973# Run test in a subshell; some versions of sh will print an error if
     4974# an executable is not found, even if stderr is redirected.
     4975# Redirect stdin to placate older versions of autoconf.  Sigh.
     4976if ($2 --version) < /dev/null > /dev/null 2>&1; then
     4977   $1=$2
     4978   AC_MSG_RESULT(found)
     4979else
     4980   $1="$3/missing $2"
     4981   AC_MSG_RESULT(missing)
     4982fi
    50394983AC_SUBST($1)])
    50404984
    5041 
    5042 # AM_MISSING_HAS_RUN
    5043 # ------------------
    5044 # Define MISSING if not defined so far and test if it supports --run.
    5045 # If it does, set am_missing_run to use it, otherwise, to nothing.
    5046 AC_DEFUN([AM_MISSING_HAS_RUN],
    5047 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    5048 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
    5049 # Use eval to expand $SHELL
    5050 if eval "$MISSING --run true"; then
    5051   am_missing_run="$MISSING --run "
    5052 else
    5053   am_missing_run=
    5054   am_backtick='`'
    5055   AC_MSG_WARN([${am_backtick}missing' script is too old or missing])
    5056 fi
    5057 ])
    5058 
    5059 # AM_AUX_DIR_EXPAND
    5060 
    5061 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    5062 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
    5063 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    5064 #
    5065 # Of course, Automake must honor this variable whenever it calls a
    5066 # tool from the auxiliary directory.  The problem is that $srcdir (and
    5067 # therefore $ac_aux_dir as well) can be either absolute or relative,
    5068 # depending on how configure is run.  This is pretty annoying, since
    5069 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
    5070 # source directory, any form will work fine, but in subdirectories a
    5071 # relative path needs to be adjusted first.
    5072 #
    5073 # $ac_aux_dir/missing
    5074 #    fails when called from a subdirectory if $ac_aux_dir is relative
    5075 # $top_srcdir/$ac_aux_dir/missing
    5076 #    fails if $ac_aux_dir is absolute,
    5077 #    fails when called from a subdirectory in a VPATH build with
    5078 #          a relative $ac_aux_dir
    5079 #
    5080 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    5081 # are both prefixed by $srcdir.  In an in-source build this is usually
    5082 # harmless because $srcdir is `.', but things will broke when you
    5083 # start a VPATH build or use an absolute $srcdir.
    5084 #
    5085 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
    5086 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
    5087 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
    5088 # and then we would define $MISSING as
    5089 #   MISSING="\${SHELL} $am_aux_dir/missing"
    5090 # This will work as long as MISSING is not called from configure, because
    5091 # unfortunately $(top_srcdir) has no meaning in configure.
    5092 # However there are other variables, like CC, which are often used in
    5093 # configure, and could therefore not use this "fixed" $ac_aux_dir.
    5094 #
    5095 # Another solution, used here, is to always expand $ac_aux_dir to an
    5096 # absolute PATH.  The drawback is that using absolute paths prevent a
    5097 # configured tree to be moved without reconfiguration.
    5098 
    5099 AC_DEFUN([AM_AUX_DIR_EXPAND], [
    5100 # expand $ac_aux_dir to an absolute path
    5101 am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
    5102 ])
    5103 
    5104 # AM_PROG_INSTALL_SH
    5105 # ------------------
    5106 # Define $install_sh.
    5107 AC_DEFUN([AM_PROG_INSTALL_SH],
    5108 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    5109 install_sh=${install_sh-"$am_aux_dir/install-sh"}
    5110 AC_SUBST(install_sh)])
    5111 
    5112 # One issue with vendor `install' (even GNU) is that you can't
    5113 # specify the program used to strip binaries.  This is especially
    5114 # annoying in cross-compiling environments, where the build's strip
    5115 # is unlikely to handle the host's binaries.
    5116 # Fortunately install-sh will honor a STRIPPROG variable, so we
    5117 # always use install-sh in `make install-strip', and initialize
    5118 # STRIPPROG with the value of the STRIP variable (set by the user).
    5119 AC_DEFUN([AM_PROG_INSTALL_STRIP],
    5120 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    5121 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
    5122 AC_SUBST([INSTALL_STRIP_PROGRAM])])
    5123 
    5124 # serial 4                                              -*- Autoconf -*-
    5125 
    5126 
    5127 
    5128 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    5129 # written in clear, in which case automake, when reading aclocal.m4,
    5130 # will think it sees a *use*, and therefore will trigger all it's
    5131 # C support machinery.  Also note that it means that autoscan, seeing
    5132 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
    5133 
    5134 
    5135 
    5136 # _AM_DEPENDENCIES(NAME)
    5137 # ---------------------
    5138 # See how the compiler implements dependency checking.
    5139 # NAME is "CC", "CXX" or "OBJC".
    5140 # We try a few techniques and use that to set a single cache variable.
    5141 #
    5142 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
    5143 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
    5144 # dependency, and given that the user is not expected to run this macro,
    5145 # just rely on AC_PROG_CC.
    5146 AC_DEFUN([_AM_DEPENDENCIES],
    5147 [AC_REQUIRE([AM_SET_DEPDIR])dnl
    5148 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
    5149 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
    5150 AC_REQUIRE([AM_DEP_TRACK])dnl
    5151 
    5152 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
    5153        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
    5154        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
    5155        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
    5156                    [depcc="$$1"   am_compiler_list=])
    5157 
    5158 AC_CACHE_CHECK([dependency style of $depcc],
    5159                [am_cv_$1_dependencies_compiler_type],
    5160 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
    5161   # We make a subdir and do the tests there.  Otherwise we can end up
    5162   # making bogus files that we don't know about and never remove.  For
    5163   # instance it was reported that on HP-UX the gcc test will end up
    5164   # making a dummy file named `D' -- because `-MD' means `put the output
    5165   # in D'.
    5166   mkdir conftest.dir
    5167   # Copy depcomp to subdir because otherwise we won't find it if we're
    5168   # using a relative directory.
    5169   cp "$am_depcomp" conftest.dir
    5170   cd conftest.dir
    5171 
    5172   am_cv_$1_dependencies_compiler_type=none
    5173   if test "$am_compiler_list" = ""; then
    5174      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
    5175   fi
    5176   for depmode in $am_compiler_list; do
    5177     # We need to recreate these files for each test, as the compiler may
    5178     # overwrite some of them when testing with obscure command lines.
    5179     # This happens at least with the AIX C compiler.
    5180     echo '#include "conftest.h"' > conftest.c
    5181     echo 'int i;' > conftest.h
    5182     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
    5183 
    5184     case $depmode in
    5185     nosideeffect)
    5186       # after this tag, mechanisms are not by side-effect, so they'll
    5187       # only be used when explicitly requested
    5188       if test "x$enable_dependency_tracking" = xyes; then
    5189         continue
    5190       else
    5191         break
    5192       fi
    5193       ;;
    5194     none) break ;;
    5195     esac
    5196     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    5197     # mode.  It turns out that the SunPro C++ compiler does not properly
    5198     # handle `-M -o', and we need to detect this.
    5199     if depmode=$depmode \
    5200        source=conftest.c object=conftest.o \
    5201        depfile=conftest.Po tmpdepfile=conftest.TPo \
    5202        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
    5203        grep conftest.h conftest.Po > /dev/null 2>&1 &&
    5204        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    5205       am_cv_$1_dependencies_compiler_type=$depmode
    5206       break
    5207     fi
    5208   done
    5209 
    5210   cd ..
    5211   rm -rf conftest.dir
    5212 else
    5213   am_cv_$1_dependencies_compiler_type=none
    5214 fi
    5215 ])
    5216 $1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type"
    5217 AC_SUBST([$1DEPMODE])
    5218 ])
    5219 
    5220 
    5221 # AM_SET_DEPDIR
    5222 # -------------
    5223 # Choose a directory name for dependency files.
    5224 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
    5225 AC_DEFUN([AM_SET_DEPDIR],
    5226 [rm -f .deps 2>/dev/null
    5227 mkdir .deps 2>/dev/null
    5228 if test -d .deps; then
    5229   DEPDIR=.deps
    5230 else
    5231   # MS-DOS does not allow filenames that begin with a dot.
    5232   DEPDIR=_deps
    5233 fi
    5234 rmdir .deps 2>/dev/null
    5235 AC_SUBST(DEPDIR)
    5236 ])
    5237 
    5238 
    5239 # AM_DEP_TRACK
    5240 # ------------
    5241 AC_DEFUN([AM_DEP_TRACK],
    5242 [AC_ARG_ENABLE(dependency-tracking,
    5243 [  --disable-dependency-tracking Speeds up one-time builds
    5244   --enable-dependency-tracking  Do not reject slow dependency extractors])
    5245 if test "x$enable_dependency_tracking" != xno; then
    5246   am_depcomp="$ac_aux_dir/depcomp"
    5247   AMDEPBACKSLASH='\'
    5248 fi
    5249 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
    5250 pushdef([subst], defn([AC_SUBST]))
    5251 subst(AMDEPBACKSLASH)
    5252 popdef([subst])
    5253 ])
    5254 
    5255 # Generate code to set up dependency tracking.
    5256 # This macro should only be invoked once -- use via AC_REQUIRE.
    5257 # Usage:
    5258 # AM_OUTPUT_DEPENDENCY_COMMANDS
    5259 
    5260 #
    5261 # This code is only required when automatic dependency tracking
    5262 # is enabled.  FIXME.  This creates each `.P' file that we will
    5263 # need in order to bootstrap the dependency handling code.
    5264 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[
    5265 AC_OUTPUT_COMMANDS([
    5266 test x"$AMDEP_TRUE" != x"" ||
    5267 for mf in $CONFIG_FILES; do
    5268   case "$mf" in
    5269   Makefile) dirpart=.;;
    5270   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
    5271   *) continue;;
    5272   esac
    5273   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
    5274   # Extract the definition of DEP_FILES from the Makefile without
    5275   # running `make'.
    5276   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
    5277   test -z "$DEPDIR" && continue
    5278   # When using ansi2knr, U may be empty or an underscore; expand it
    5279   U=`sed -n -e '/^U = / s///p' < "$mf"`
    5280   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    5281   # We invoke sed twice because it is the simplest approach to
    5282   # changing $(DEPDIR) to its actual value in the expansion.
    5283   for file in `sed -n -e '
    5284     /^DEP_FILES = .*\\\\$/ {
    5285       s/^DEP_FILES = //
    5286       :loop
    5287         s/\\\\$//
    5288         p
    5289         n
    5290         /\\\\$/ b loop
    5291       p
    5292     }
    5293     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
    5294        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    5295     # Make sure the directory exists.
    5296     test -f "$dirpart/$file" && continue
    5297     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
    5298     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
    5299     # echo "creating $dirpart/$file"
    5300     echo '# dummy' > "$dirpart/$file"
    5301   done
    5302 done
    5303 ], [AMDEP_TRUE="$AMDEP_TRUE"
    5304 ac_aux_dir="$ac_aux_dir"])])
    5305 
    5306 # AM_MAKE_INCLUDE()
    5307 # -----------------
    5308 # Check to see how make treats includes.
    5309 AC_DEFUN([AM_MAKE_INCLUDE],
    5310 [am_make=${MAKE-make}
    5311 cat > confinc << 'END'
    5312 doit:
    5313         @echo done
    5314 END
    5315 # If we don't find an include directive, just comment out the code.
    5316 AC_MSG_CHECKING([for style of include used by $am_make])
    5317 am__include='#'
    5318 am__quote=
    5319 _am_result=none
    5320 # First try GNU make style include.
    5321 echo "include confinc" > confmf
    5322 # We grep out `Entering directory' and `Leaving directory'
    5323 # messages which can occur if `w' ends up in MAKEFLAGS.
    5324 # In particular we don't look at `^make:' because GNU make might
    5325 # be invoked under some other name (usually "gmake"), in which
    5326 # case it prints its new name instead of `make'.
    5327 if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
    5328    am__include=include
    5329    am__quote=
    5330    _am_result=GNU
    5331 fi
    5332 # Now try BSD make style include.
    5333 if test "$am__include" = "#"; then
    5334    echo '.include "confinc"' > confmf
    5335    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    5336       am__include=.include
    5337       am__quote='"'
    5338       _am_result=BSD
    5339    fi
    5340 fi
    5341 AC_SUBST(am__include)
    5342 AC_SUBST(am__quote)
    5343 AC_MSG_RESULT($_am_result)
    5344 rm -f confinc confmf
    5345 ])
    5346 
    5347 # serial 3
    5348 
    5349 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
    5350 # -------------------------------------
    5351 # Define a conditional.
    5352 #
    5353 # FIXME: Once using 2.50, use this:
    5354 # m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl
    5355 AC_DEFUN([AM_CONDITIONAL],
    5356 [ifelse([$1], [TRUE],
    5357         [errprint(__file__:__line__: [$0: invalid condition: $1
    5358 ])dnl
    5359 m4exit(1)])dnl
    5360 ifelse([$1], [FALSE],
    5361        [errprint(__file__:__line__: [$0: invalid condition: $1
    5362 ])dnl
    5363 m4exit(1)])dnl
    5364 AC_SUBST([$1_TRUE])
    5365 AC_SUBST([$1_FALSE])
    5366 if $2; then
    5367   $1_TRUE=
    5368   $1_FALSE='#'
    5369 else
    5370   $1_TRUE='#'
    5371   $1_FALSE=
    5372 fi])
    5373 
    53744985# Like AC_CONFIG_HEADER, but automatically create stamp file.
    53754986
    5376 # serial 3
    5377 
    5378 # When config.status generates a header, we must update the stamp-h file.
    5379 # This file resides in the same directory as the config header
    5380 # that is generated.  We must strip everything past the first ":",
    5381 # and everything past the last "/".
    5382 
    5383 AC_PREREQ([2.12])
    5384 
    5385 AC_DEFUN([AM_CONFIG_HEADER],
    5386 [ifdef([AC_FOREACH],dnl
    5387          [dnl init our file count if it isn't already
    5388          m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0]))
    5389          dnl prepare to store our destination file list for use in config.status
    5390          AC_FOREACH([_AM_File], [$1],
    5391                     [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*]))
    5392                     m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index))
    5393                     dnl and add it to the list of files AC keeps track of, along
    5394                     dnl with our hook
    5395                     AC_CONFIG_HEADERS(_AM_File,
    5396 dnl COMMANDS, [, INIT-CMDS]
    5397 [# update the timestamp
    5398 echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index["
    5399 ][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS
    5400                     m4_popdef([_AM_Dest])])],dnl
    5401 [AC_CONFIG_HEADER([$1])
    5402   AC_OUTPUT_COMMANDS(
    5403    ifelse(patsubst([$1], [[^ ]], []),
    5404           [],
    5405           [test -z "$CONFIG_HEADERS" || echo timestamp >dnl
    5406            patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl
    5407 [am_indx=1
    5408 for am_file in $1; do
    5409   case " \$CONFIG_HEADERS " in
    5410   *" \$am_file "*)
    5411     am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
    5412     if test -n "\$am_dir"; then
    5413       am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
    5414       for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
    5415         am_tmpdir=\$am_tmpdir\$am_subdir/
    5416         if test ! -d \$am_tmpdir; then
    5417           mkdir \$am_tmpdir
    5418         fi
    5419       done
    5420     fi
    5421     echo timestamp > "\$am_dir"stamp-h\$am_indx
     4987AC_DEFUN(AM_CONFIG_HEADER,
     4988[AC_PREREQ([2.12])
     4989AC_CONFIG_HEADER([$1])
     4990dnl When config.status generates a header, we must update the stamp-h file.
     4991dnl This file resides in the same directory as the config header
     4992dnl that is generated.  We must strip everything past the first ":",
     4993dnl and everything past the last "/".
     4994AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
     4995ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
     4996<<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
     4997<<am_indx=1
     4998for am_file in <<$1>>; do
     4999  case " <<$>>CONFIG_HEADERS " in
     5000  *" <<$>>am_file "*<<)>>
     5001    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
    54225002    ;;
    54235003  esac
    5424   am_indx=\`expr \$am_indx + 1\`
    5425 done])
    5426 ])]) # AM_CONFIG_HEADER
    5427 
    5428 # _AM_DIRNAME(PATH)
    5429 # -----------------
    5430 # Like AS_DIRNAME, only do it during macro expansion
    5431 AC_DEFUN([_AM_DIRNAME],
    5432        [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
    5433               m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1,
    5434                     m4_if(m4_regexp([$1], [^/.*]), -1,
    5435                           [.],
    5436                           m4_patsubst([$1], [^\(/\).*], [\1])),
    5437                     m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
    5438               m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
    5439 ]) # _AM_DIRNAME
    5440 
     5004  am_indx=`expr "<<$>>am_indx" + 1`
     5005done<<>>dnl>>)
     5006changequote([,]))])
     5007
Note: See TracChangeset for help on using the changeset viewer.