[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Annotation of OpenXM/src/ox_pari/Makefile.in, Revision 1.1

1.1     ! ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
        !             2: # @configure_input@
        !             3:
        !             4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             5:
        !             6: # This Makefile.in is free software; the Free Software Foundation
        !             7: # gives unlimited permission to copy and/or distribute it,
        !             8: # with or without modifications, as long as this notice is preserved.
        !             9:
        !            10: # This program is distributed in the hope that it will be useful,
        !            11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            13: # PARTICULAR PURPOSE.
        !            14:
        !            15: @SET_MAKE@
        !            16:
        !            17: # $OpenXM$
        !            18:
        !            19:
        !            20: VPATH = @srcdir@
        !            21: am__is_gnu_make = { \
        !            22:   if test -z '$(MAKELEVEL)'; then \
        !            23:     false; \
        !            24:   elif test -n '$(MAKE_HOST)'; then \
        !            25:     true; \
        !            26:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            27:     true; \
        !            28:   else \
        !            29:     false; \
        !            30:   fi; \
        !            31: }
        !            32: am__make_running_with_option = \
        !            33:   case $${target_option-} in \
        !            34:       ?) ;; \
        !            35:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            36:               "target option '$${target_option-}' specified" >&2; \
        !            37:          exit 1;; \
        !            38:   esac; \
        !            39:   has_opt=no; \
        !            40:   sane_makeflags=$$MAKEFLAGS; \
        !            41:   if $(am__is_gnu_make); then \
        !            42:     sane_makeflags=$$MFLAGS; \
        !            43:   else \
        !            44:     case $$MAKEFLAGS in \
        !            45:       *\\[\ \  ]*) \
        !            46:         bs=\\; \
        !            47:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            48:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            49:     esac; \
        !            50:   fi; \
        !            51:   skip_next=no; \
        !            52:   strip_trailopt () \
        !            53:   { \
        !            54:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            55:   }; \
        !            56:   for flg in $$sane_makeflags; do \
        !            57:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            58:     case $$flg in \
        !            59:       *=*|--*) continue;; \
        !            60:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            61:       -*I?*) strip_trailopt 'I';; \
        !            62:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            63:       -*O?*) strip_trailopt 'O';; \
        !            64:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            65:       -*l?*) strip_trailopt 'l';; \
        !            66:       -[dEDm]) skip_next=yes;; \
        !            67:       -[JT]) skip_next=yes;; \
        !            68:     esac; \
        !            69:     case $$flg in \
        !            70:       *$$target_option*) has_opt=yes; break;; \
        !            71:     esac; \
        !            72:   done; \
        !            73:   test $$has_opt = yes
        !            74: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            75: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
        !            76: pkgdatadir = $(datadir)/@PACKAGE@
        !            77: pkgincludedir = $(includedir)/@PACKAGE@
        !            78: pkglibdir = $(libdir)/@PACKAGE@
        !            79: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            80: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            81: install_sh_DATA = $(install_sh) -c -m 644
        !            82: install_sh_PROGRAM = $(install_sh) -c
        !            83: install_sh_SCRIPT = $(install_sh) -c
        !            84: INSTALL_HEADER = $(INSTALL_DATA)
        !            85: transform = $(program_transform_name)
        !            86: NORMAL_INSTALL = :
        !            87: PRE_INSTALL = :
        !            88: POST_INSTALL = :
        !            89: NORMAL_UNINSTALL = :
        !            90: PRE_UNINSTALL = :
        !            91: POST_UNINSTALL = :
        !            92: build_triplet = @build@
        !            93: host_triplet = @host@
        !            94: target_triplet = @target@
        !            95: ox_pari_PROGRAMS = ox_pari$(EXEEXT)
        !            96: subdir = .
        !            97: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            98: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
        !            99: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !           100:        $(ACLOCAL_M4)
        !           101: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
        !           102:        $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
        !           103: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !           104:  configure.lineno config.status.lineno
        !           105: mkinstalldirs = $(install_sh) -d
        !           106: CONFIG_CLEAN_FILES =
        !           107: CONFIG_CLEAN_VPATH_FILES =
        !           108: am__installdirs = "$(DESTDIR)$(ox_paridir)"
        !           109: PROGRAMS = $(ox_pari_PROGRAMS)
        !           110: am_ox_pari_OBJECTS = ox_pari.$(OBJEXT) convert.$(OBJEXT) \
        !           111:        pari_ftab.$(OBJEXT)
        !           112: ox_pari_OBJECTS = $(am_ox_pari_OBJECTS)
        !           113: ox_pari_LDADD = $(LDADD)
        !           114: AM_V_P = $(am__v_P_@AM_V@)
        !           115: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           116: am__v_P_0 = false
        !           117: am__v_P_1 = :
        !           118: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           119: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           120: am__v_GEN_0 = @echo "  GEN     " $@;
        !           121: am__v_GEN_1 =
        !           122: AM_V_at = $(am__v_at_@AM_V@)
        !           123: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           124: am__v_at_0 = @
        !           125: am__v_at_1 =
        !           126: DEFAULT_INCLUDES = -I.@am__isrc@
        !           127: depcomp =
        !           128: am__depfiles_maybe =
        !           129: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           130:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           131: AM_V_CC = $(am__v_CC_@AM_V@)
        !           132: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           133: am__v_CC_0 = @echo "  CC      " $@;
        !           134: am__v_CC_1 =
        !           135: CCLD = $(CC)
        !           136: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           137: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           138: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           139: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           140: am__v_CCLD_1 =
        !           141: SOURCES = $(ox_pari_SOURCES)
        !           142: DIST_SOURCES = $(ox_pari_SOURCES)
        !           143: am__can_run_installinfo = \
        !           144:   case $$AM_UPDATE_INFO_DIR in \
        !           145:     n|no|NO) false;; \
        !           146:     *) (install-info --version) >/dev/null 2>&1;; \
        !           147:   esac
        !           148: HEADERS = $(noinst_HEADERS)
        !           149: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           150: # Read a list of newline-separated strings from the standard input,
        !           151: # and print each of them once, without duplicates.  Input order is
        !           152: # *not* preserved.
        !           153: am__uniquify_input = $(AWK) '\
        !           154:   BEGIN { nonempty = 0; } \
        !           155:   { items[$$0] = 1; nonempty = 1; } \
        !           156:   END { if (nonempty) { for (i in items) print i; }; } \
        !           157: '
        !           158: # Make sure the list of sources is unique.  This is necessary because,
        !           159: # e.g., the same source file might be shared among _SOURCES variables
        !           160: # for different programs/libraries.
        !           161: am__define_uniq_tagged_files = \
        !           162:   list='$(am__tagged_files)'; \
        !           163:   unique=`for i in $$list; do \
        !           164:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           165:   done | $(am__uniquify_input)`
        !           166: ETAGS = etags
        !           167: CTAGS = ctags
        !           168: CSCOPE = cscope
        !           169: AM_RECURSIVE_TARGETS = cscope
        !           170: am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
        !           171:        config.sub install-sh missing
        !           172: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           173: distdir = $(PACKAGE)-$(VERSION)
        !           174: top_distdir = $(distdir)
        !           175: am__remove_distdir = \
        !           176:   if test -d "$(distdir)"; then \
        !           177:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           178:       && rm -rf "$(distdir)" \
        !           179:       || { sleep 5 && rm -rf "$(distdir)"; }; \
        !           180:   else :; fi
        !           181: am__post_remove_distdir = $(am__remove_distdir)
        !           182: DIST_ARCHIVES = $(distdir).tar.gz
        !           183: GZIP_ENV = --best
        !           184: DIST_TARGETS = dist-gzip
        !           185: distuninstallcheck_listfiles = find . -type f -print
        !           186: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
        !           187:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
        !           188: distcleancheck_listfiles = find . -type f -print
        !           189: ACLOCAL = @ACLOCAL@
        !           190: AMTAR = @AMTAR@
        !           191: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           192: AUTOCONF = @AUTOCONF@
        !           193: AUTOHEADER = @AUTOHEADER@
        !           194: AUTOMAKE = @AUTOMAKE@
        !           195: AWK = @AWK@
        !           196: CC = @CC@
        !           197: CCDEPMODE = @CCDEPMODE@
        !           198: CFLAGS = @CFLAGS@
        !           199: CPP = @CPP@
        !           200: CPPFLAGS = @CPPFLAGS@
        !           201: CYGPATH_W = @CYGPATH_W@
        !           202: DEFS = @DEFS@
        !           203: DEPDIR = @DEPDIR@
        !           204: ECHO_C = @ECHO_C@
        !           205: ECHO_N = @ECHO_N@
        !           206: ECHO_T = @ECHO_T@
        !           207: EGREP = @EGREP@
        !           208: EXEEXT = @EXEEXT@
        !           209: GREP = @GREP@
        !           210: INSTALL = @INSTALL@
        !           211: INSTALL_DATA = @INSTALL_DATA@
        !           212: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           213: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           214: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           215: LDFLAGS = @LDFLAGS@
        !           216: LIBOBJS = @LIBOBJS@
        !           217: LIBS = -L${libdir} @LIBS@ -lm
        !           218: LTLIBOBJS = @LTLIBOBJS@
        !           219: MAINT = @MAINT@
        !           220: MAKEINFO = @MAKEINFO@
        !           221: MKDIR_P = @MKDIR_P@
        !           222: OBJEXT = @OBJEXT@
        !           223: PACKAGE = @PACKAGE@
        !           224: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           225: PACKAGE_NAME = @PACKAGE_NAME@
        !           226: PACKAGE_STRING = @PACKAGE_STRING@
        !           227: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           228: PACKAGE_URL = @PACKAGE_URL@
        !           229: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           230: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           231: SET_MAKE = @SET_MAKE@
        !           232: SHELL = @SHELL@
        !           233: STRIP = @STRIP@
        !           234: VERSION = @VERSION@
        !           235: XMKMF = @XMKMF@
        !           236: X_CFLAGS = @X_CFLAGS@
        !           237: X_EXTRA_LIBS = @X_EXTRA_LIBS@
        !           238: X_LIBS = @X_LIBS@
        !           239: X_PRE_LIBS = @X_PRE_LIBS@
        !           240: abs_builddir = @abs_builddir@
        !           241: abs_srcdir = @abs_srcdir@
        !           242: abs_top_builddir = @abs_top_builddir@
        !           243: abs_top_srcdir = @abs_top_srcdir@
        !           244: ac_ct_CC = @ac_ct_CC@
        !           245: am__include = @am__include@
        !           246: am__leading_dot = @am__leading_dot@
        !           247: am__quote = @am__quote@
        !           248: am__tar = @am__tar@
        !           249: am__untar = @am__untar@
        !           250: bindir = @bindir@
        !           251: build = @build@
        !           252: build_alias = @build_alias@
        !           253: build_cpu = @build_cpu@
        !           254: build_os = @build_os@
        !           255: build_vendor = @build_vendor@
        !           256: builddir = @builddir@
        !           257: datadir = @datadir@
        !           258: datarootdir = @datarootdir@
        !           259: docdir = @docdir@
        !           260: dvidir = @dvidir@
        !           261: exec_prefix = @exec_prefix@
        !           262: host = @host@
        !           263: host_alias = @host_alias@
        !           264: host_cpu = @host_cpu@
        !           265: host_os = @host_os@
        !           266: host_vendor = @host_vendor@
        !           267: htmldir = @htmldir@
        !           268: includedir = @includedir@
        !           269: infodir = @infodir@
        !           270: install_sh = @install_sh@
        !           271: libdir = @libdir@
        !           272: libexecdir = @libexecdir@
        !           273: localedir = @localedir@
        !           274: localstatedir = @localstatedir@
        !           275: mandir = @mandir@
        !           276: mkdir_p = @mkdir_p@
        !           277: oldincludedir = @oldincludedir@
        !           278: pdfdir = @pdfdir@
        !           279: prefix = @prefix@
        !           280: program_transform_name = @program_transform_name@
        !           281: psdir = @psdir@
        !           282: sbindir = @sbindir@
        !           283: sharedstatedir = @sharedstatedir@
        !           284: srcdir = @srcdir@
        !           285: sysconfdir = @sysconfdir@
        !           286: target = @target@
        !           287: target_alias = @target_alias@
        !           288: target_cpu = @target_cpu@
        !           289: target_os = @target_os@
        !           290: target_vendor = @target_vendor@
        !           291: top_build_prefix = @top_build_prefix@
        !           292: top_builddir = @top_builddir@
        !           293: top_srcdir = @top_srcdir@
        !           294: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
        !           295: DISTCLEANFILES = .configure_done
        !           296: AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
        !           297: noinst_HEADERS = ox_pari.h mysig.h
        !           298: ox_paridir = ${prefix}/bin
        !           299: ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
        !           300: all: all-am
        !           301:
        !           302: .SUFFIXES:
        !           303: .SUFFIXES: .c .o .obj
        !           304: am--refresh: Makefile
        !           305:        @:
        !           306: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           307:        @for dep in $?; do \
        !           308:          case '$(am__configure_deps)' in \
        !           309:            *$$dep*) \
        !           310:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
        !           311:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
        !           312:                && exit 0; \
        !           313:              exit 1;; \
        !           314:          esac; \
        !           315:        done; \
        !           316:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
        !           317:        $(am__cd) $(top_srcdir) && \
        !           318:          $(AUTOMAKE) --foreign Makefile
        !           319: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           320:        @case '$?' in \
        !           321:          *config.status*) \
        !           322:            echo ' $(SHELL) ./config.status'; \
        !           323:            $(SHELL) ./config.status;; \
        !           324:          *) \
        !           325:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
        !           326:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
        !           327:        esac;
        !           328:
        !           329: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           330:        $(SHELL) ./config.status --recheck
        !           331:
        !           332: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           333:        $(am__cd) $(srcdir) && $(AUTOCONF)
        !           334: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           335:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           336: $(am__aclocal_m4_deps):
        !           337: install-ox_pariPROGRAMS: $(ox_pari_PROGRAMS)
        !           338:        @$(NORMAL_INSTALL)
        !           339:        @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
        !           340:        if test -n "$$list"; then \
        !           341:          echo " $(MKDIR_P) '$(DESTDIR)$(ox_paridir)'"; \
        !           342:          $(MKDIR_P) "$(DESTDIR)$(ox_paridir)" || exit 1; \
        !           343:        fi; \
        !           344:        for p in $$list; do echo "$$p $$p"; done | \
        !           345:        sed 's/$(EXEEXT)$$//' | \
        !           346:        while read p p1; do if test -f $$p \
        !           347:          ; then echo "$$p"; echo "$$p"; else :; fi; \
        !           348:        done | \
        !           349:        sed -e 'p;s,.*/,,;n;h' \
        !           350:            -e 's|.*|.|' \
        !           351:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        !           352:        sed 'N;N;N;s,\n, ,g' | \
        !           353:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
        !           354:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
        !           355:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
        !           356:            else { print "f", $$3 "/" $$4, $$1; } } \
        !           357:          END { for (d in files) print "f", d, files[d] }' | \
        !           358:        while read type dir files; do \
        !           359:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
        !           360:            test -z "$$files" || { \
        !           361:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ox_paridir)$$dir'"; \
        !           362:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ox_paridir)$$dir" || exit $$?; \
        !           363:            } \
        !           364:        ; done
        !           365:
        !           366: uninstall-ox_pariPROGRAMS:
        !           367:        @$(NORMAL_UNINSTALL)
        !           368:        @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
        !           369:        files=`for p in $$list; do echo "$$p"; done | \
        !           370:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
        !           371:              -e 's/$$/$(EXEEXT)/' \
        !           372:        `; \
        !           373:        test -n "$$list" || exit 0; \
        !           374:        echo " ( cd '$(DESTDIR)$(ox_paridir)' && rm -f" $$files ")"; \
        !           375:        cd "$(DESTDIR)$(ox_paridir)" && rm -f $$files
        !           376:
        !           377: clean-ox_pariPROGRAMS:
        !           378:        -test -z "$(ox_pari_PROGRAMS)" || rm -f $(ox_pari_PROGRAMS)
        !           379:
        !           380: ox_pari$(EXEEXT): $(ox_pari_OBJECTS) $(ox_pari_DEPENDENCIES) $(EXTRA_ox_pari_DEPENDENCIES)
        !           381:        @rm -f ox_pari$(EXEEXT)
        !           382:        $(AM_V_CCLD)$(LINK) $(ox_pari_OBJECTS) $(ox_pari_LDADD) $(LIBS)
        !           383:
        !           384: mostlyclean-compile:
        !           385:        -rm -f *.$(OBJEXT)
        !           386:
        !           387: distclean-compile:
        !           388:        -rm -f *.tab.c
        !           389:
        !           390: .c.o:
        !           391:        $(AM_V_CC)$(COMPILE) -c -o $@ $<
        !           392:
        !           393: .c.obj:
        !           394:        $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
        !           395:
        !           396: ID: $(am__tagged_files)
        !           397:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           398: tags: tags-am
        !           399: TAGS: tags
        !           400:
        !           401: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           402:        set x; \
        !           403:        here=`pwd`; \
        !           404:        $(am__define_uniq_tagged_files); \
        !           405:        shift; \
        !           406:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           407:          test -n "$$unique" || unique=$$empty_fix; \
        !           408:          if test $$# -gt 0; then \
        !           409:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           410:              "$$@" $$unique; \
        !           411:          else \
        !           412:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           413:              $$unique; \
        !           414:          fi; \
        !           415:        fi
        !           416: ctags: ctags-am
        !           417:
        !           418: CTAGS: ctags
        !           419: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           420:        $(am__define_uniq_tagged_files); \
        !           421:        test -z "$(CTAGS_ARGS)$$unique" \
        !           422:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           423:             $$unique
        !           424:
        !           425: GTAGS:
        !           426:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           427:          && $(am__cd) $(top_srcdir) \
        !           428:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           429: cscope: cscope.files
        !           430:        test ! -s cscope.files \
        !           431:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
        !           432: clean-cscope:
        !           433:        -rm -f cscope.files
        !           434: cscope.files: clean-cscope cscopelist
        !           435: cscopelist: cscopelist-am
        !           436:
        !           437: cscopelist-am: $(am__tagged_files)
        !           438:        list='$(am__tagged_files)'; \
        !           439:        case "$(srcdir)" in \
        !           440:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           441:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           442:        esac; \
        !           443:        for i in $$list; do \
        !           444:          if test -f "$$i"; then \
        !           445:            echo "$(subdir)/$$i"; \
        !           446:          else \
        !           447:            echo "$$sdir/$$i"; \
        !           448:          fi; \
        !           449:        done >> $(top_builddir)/cscope.files
        !           450:
        !           451: distclean-tags:
        !           452:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           453:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
        !           454:
        !           455: distdir: $(DISTFILES)
        !           456:        $(am__remove_distdir)
        !           457:        test -d "$(distdir)" || mkdir "$(distdir)"
        !           458:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           459:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           460:        list='$(DISTFILES)'; \
        !           461:          dist_files=`for file in $$list; do echo $$file; done | \
        !           462:          sed -e "s|^$$srcdirstrip/||;t" \
        !           463:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           464:        case $$dist_files in \
        !           465:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           466:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           467:                           sort -u` ;; \
        !           468:        esac; \
        !           469:        for file in $$dist_files; do \
        !           470:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           471:          if test -d $$d/$$file; then \
        !           472:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           473:            if test -d "$(distdir)/$$file"; then \
        !           474:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           475:            fi; \
        !           476:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           477:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           478:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           479:            fi; \
        !           480:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           481:          else \
        !           482:            test -f "$(distdir)/$$file" \
        !           483:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           484:            || exit 1; \
        !           485:          fi; \
        !           486:        done
        !           487:        -test -n "$(am__skip_mode_fix)" \
        !           488:        || find "$(distdir)" -type d ! -perm -755 \
        !           489:                -exec chmod u+rwx,go+rx {} \; -o \
        !           490:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           491:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           492:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        !           493:        || chmod -R a+r "$(distdir)"
        !           494: dist-gzip: distdir
        !           495:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           496:        $(am__post_remove_distdir)
        !           497:
        !           498: dist-bzip2: distdir
        !           499:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        !           500:        $(am__post_remove_distdir)
        !           501:
        !           502: dist-lzip: distdir
        !           503:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        !           504:        $(am__post_remove_distdir)
        !           505:
        !           506: dist-xz: distdir
        !           507:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        !           508:        $(am__post_remove_distdir)
        !           509:
        !           510: dist-tarZ: distdir
        !           511:        @echo WARNING: "Support for distribution archives compressed with" \
        !           512:                       "legacy program 'compress' is deprecated." >&2
        !           513:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        !           514:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        !           515:        $(am__post_remove_distdir)
        !           516:
        !           517: dist-shar: distdir
        !           518:        @echo WARNING: "Support for shar distribution archives is" \
        !           519:                       "deprecated." >&2
        !           520:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        !           521:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        !           522:        $(am__post_remove_distdir)
        !           523:
        !           524: dist-zip: distdir
        !           525:        -rm -f $(distdir).zip
        !           526:        zip -rq $(distdir).zip $(distdir)
        !           527:        $(am__post_remove_distdir)
        !           528:
        !           529: dist dist-all:
        !           530:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
        !           531:        $(am__post_remove_distdir)
        !           532:
        !           533: # This target untars the dist file and tries a VPATH configuration.  Then
        !           534: # it guarantees that the distribution is self-contained by making another
        !           535: # tarfile.
        !           536: distcheck: dist
        !           537:        case '$(DIST_ARCHIVES)' in \
        !           538:        *.tar.gz*) \
        !           539:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
        !           540:        *.tar.bz2*) \
        !           541:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        !           542:        *.tar.lz*) \
        !           543:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
        !           544:        *.tar.xz*) \
        !           545:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
        !           546:        *.tar.Z*) \
        !           547:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        !           548:        *.shar.gz*) \
        !           549:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
        !           550:        *.zip*) \
        !           551:          unzip $(distdir).zip ;;\
        !           552:        esac
        !           553:        chmod -R a-w $(distdir)
        !           554:        chmod u+w $(distdir)
        !           555:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
        !           556:        chmod a-w $(distdir)
        !           557:        test -d $(distdir)/_build || exit 0; \
        !           558:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
        !           559:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
        !           560:          && am__cwd=`pwd` \
        !           561:          && $(am__cd) $(distdir)/_build/sub \
        !           562:          && ../../configure \
        !           563:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
        !           564:            $(DISTCHECK_CONFIGURE_FLAGS) \
        !           565:            --srcdir=../.. --prefix="$$dc_install_base" \
        !           566:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           567:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           568:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           569:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           570:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           571:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           572:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
        !           573:                distuninstallcheck \
        !           574:          && chmod -R a-w "$$dc_install_base" \
        !           575:          && ({ \
        !           576:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
        !           577:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
        !           578:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
        !           579:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
        !           580:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
        !           581:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
        !           582:          && rm -rf "$$dc_destdir" \
        !           583:          && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           584:          && rm -rf $(DIST_ARCHIVES) \
        !           585:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
        !           586:          && cd "$$am__cwd" \
        !           587:          || exit 1
        !           588:        $(am__post_remove_distdir)
        !           589:        @(echo "$(distdir) archives ready for distribution: "; \
        !           590:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
        !           591:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
        !           592: distuninstallcheck:
        !           593:        @test -n '$(distuninstallcheck_dir)' || { \
        !           594:          echo 'ERROR: trying to run $@ with an empty' \
        !           595:               '$$(distuninstallcheck_dir)' >&2; \
        !           596:          exit 1; \
        !           597:        }; \
        !           598:        $(am__cd) '$(distuninstallcheck_dir)' || { \
        !           599:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
        !           600:          exit 1; \
        !           601:        }; \
        !           602:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
        !           603:           || { echo "ERROR: files left after uninstall:" ; \
        !           604:                if test -n "$(DESTDIR)"; then \
        !           605:                  echo "  (check DESTDIR support)"; \
        !           606:                fi ; \
        !           607:                $(distuninstallcheck_listfiles) ; \
        !           608:                exit 1; } >&2
        !           609: distcleancheck: distclean
        !           610:        @if test '$(srcdir)' = . ; then \
        !           611:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           612:          exit 1 ; \
        !           613:        fi
        !           614:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           615:          || { echo "ERROR: files left in build directory after distclean:" ; \
        !           616:               $(distcleancheck_listfiles) ; \
        !           617:               exit 1; } >&2
        !           618: check-am: all-am
        !           619: check: check-am
        !           620: all-am: Makefile $(PROGRAMS) $(HEADERS)
        !           621: installdirs:
        !           622:        for dir in "$(DESTDIR)$(ox_paridir)"; do \
        !           623:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           624:        done
        !           625: install: install-am
        !           626: install-exec: install-exec-am
        !           627: install-data: install-data-am
        !           628: uninstall: uninstall-am
        !           629:
        !           630: install-am: all-am
        !           631:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           632:
        !           633: installcheck: installcheck-am
        !           634: install-strip:
        !           635:        if test -z '$(STRIP)'; then \
        !           636:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           637:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           638:              install; \
        !           639:        else \
        !           640:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           641:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           642:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           643:        fi
        !           644: mostlyclean-generic:
        !           645:
        !           646: clean-generic:
        !           647:
        !           648: distclean-generic:
        !           649:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           650:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           651:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
        !           652:
        !           653: maintainer-clean-generic:
        !           654:        @echo "This command is intended for maintainers to use"
        !           655:        @echo "it deletes files that may require special tools to rebuild."
        !           656: clean: clean-am
        !           657:
        !           658: clean-am: clean-generic clean-ox_pariPROGRAMS mostlyclean-am
        !           659:
        !           660: distclean: distclean-am
        !           661:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           662:        -rm -f Makefile
        !           663: distclean-am: clean-am distclean-compile distclean-generic \
        !           664:        distclean-tags
        !           665:
        !           666: dvi: dvi-am
        !           667:
        !           668: dvi-am:
        !           669:
        !           670: html: html-am
        !           671:
        !           672: html-am:
        !           673:
        !           674: info: info-am
        !           675:
        !           676: info-am:
        !           677:
        !           678: install-data-am: install-ox_pariPROGRAMS
        !           679:
        !           680: install-dvi: install-dvi-am
        !           681:
        !           682: install-dvi-am:
        !           683:
        !           684: install-exec-am:
        !           685:
        !           686: install-html: install-html-am
        !           687:
        !           688: install-html-am:
        !           689:
        !           690: install-info: install-info-am
        !           691:
        !           692: install-info-am:
        !           693:
        !           694: install-man:
        !           695:
        !           696: install-pdf: install-pdf-am
        !           697:
        !           698: install-pdf-am:
        !           699:
        !           700: install-ps: install-ps-am
        !           701:
        !           702: install-ps-am:
        !           703:
        !           704: installcheck-am:
        !           705:
        !           706: maintainer-clean: maintainer-clean-am
        !           707:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           708:        -rm -rf $(top_srcdir)/autom4te.cache
        !           709:        -rm -f Makefile
        !           710: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           711:
        !           712: mostlyclean: mostlyclean-am
        !           713:
        !           714: mostlyclean-am: mostlyclean-compile mostlyclean-generic
        !           715:
        !           716: pdf: pdf-am
        !           717:
        !           718: pdf-am:
        !           719:
        !           720: ps: ps-am
        !           721:
        !           722: ps-am:
        !           723:
        !           724: uninstall-am: uninstall-ox_pariPROGRAMS
        !           725:
        !           726: .MAKE: install-am install-strip
        !           727:
        !           728: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
        !           729:        clean-cscope clean-generic clean-ox_pariPROGRAMS cscope \
        !           730:        cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
        !           731:        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
        !           732:        distcheck distclean distclean-compile distclean-generic \
        !           733:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        !           734:        dvi-am html html-am info info-am install install-am \
        !           735:        install-data install-data-am install-dvi install-dvi-am \
        !           736:        install-exec install-exec-am install-html install-html-am \
        !           737:        install-info install-info-am install-man \
        !           738:        install-ox_pariPROGRAMS install-pdf install-pdf-am install-ps \
        !           739:        install-ps-am install-strip installcheck installcheck-am \
        !           740:        installdirs maintainer-clean maintainer-clean-generic \
        !           741:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
        !           742:        ps ps-am tags tags-am uninstall uninstall-am \
        !           743:        uninstall-ox_pariPROGRAMS
        !           744:
        !           745: .PRECIOUS: Makefile
        !           746:
        !           747:
        !           748: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           749: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           750: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>