File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.43: download - view: text, annotated - select for diffs - revision graph
Mon Oct 10 10:58:11 2011 UTC (12 years, 7 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Toute une série de patches pour OS/2 et eComStation.

    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6: # Inc.
    7: # This Makefile.in is free software; the Free Software Foundation
    8: # gives unlimited permission to copy and/or distribute it,
    9: # with or without modifications, as long as this notice is preserved.
   10: 
   11: # This program is distributed in the hope that it will be useful,
   12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   14: # PARTICULAR PURPOSE.
   15: 
   16: @SET_MAKE@
   17: VPATH = @srcdir@
   18: pkgdatadir = $(datadir)/@PACKAGE@
   19: pkgincludedir = $(includedir)/@PACKAGE@
   20: pkglibdir = $(libdir)/@PACKAGE@
   21: pkglibexecdir = $(libexecdir)/@PACKAGE@
   22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   23: install_sh_DATA = $(install_sh) -c -m 644
   24: install_sh_PROGRAM = $(install_sh) -c
   25: install_sh_SCRIPT = $(install_sh) -c
   26: INSTALL_HEADER = $(INSTALL_DATA)
   27: transform = $(program_transform_name)
   28: NORMAL_INSTALL = :
   29: PRE_INSTALL = :
   30: POST_INSTALL = :
   31: NORMAL_UNINSTALL = :
   32: PRE_UNINSTALL = :
   33: POST_UNINSTALL = :
   34: build_triplet = @build@
   35: host_triplet = @host@
   36: target_triplet = @target@
   37: subdir = man
   38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
   39:     $(srcdir)/mkrplso.1.in $(srcdir)/rpl.1.in $(srcdir)/rplcc.1.in \
   40:     $(srcdir)/rpllink.1.in $(srcdir)/rpltags.1.in
   41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   44:     $(ACLOCAL_M4)
   45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   46: CONFIG_HEADER = $(top_builddir)/rplconfig.h
   47: CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
   48: CONFIG_CLEAN_VPATH_FILES =
   49: SOURCES =
   50: DIST_SOURCES =
   51: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
   52:     html-recursive info-recursive install-data-recursive \
   53:     install-dvi-recursive install-exec-recursive \
   54:     install-html-recursive install-info-recursive \
   55:     install-pdf-recursive install-ps-recursive install-recursive \
   56:     installcheck-recursive installdirs-recursive pdf-recursive \
   57:     ps-recursive uninstall-recursive
   58: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   59: am__vpath_adj = case $$p in \
   60:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   61:     *) f=$$p;; \
   62:   esac;
   63: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   64: am__install_max = 40
   65: am__nobase_strip_setup = \
   66:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   67: am__nobase_strip = \
   68:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   69: am__nobase_list = $(am__nobase_strip_setup); \
   70:   for p in $$list; do echo "$$p $$p"; done | \
   71:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   72:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   73:     if (++n[$$2] == $(am__install_max)) \
   74:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   75:     END { for (dir in files) print dir, files[dir] }'
   76: am__base_list = \
   77:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   78:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   79: man1dir = $(mandir)/man1
   80: am__installdirs = "$(DESTDIR)$(man1dir)"
   81: NROFF = nroff
   82: MANS = $(man_MANS)
   83: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
   84:   distclean-recursive maintainer-clean-recursive
   85: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
   86:     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
   87:     distdir
   88: ETAGS = etags
   89: CTAGS = ctags
   90: DIST_SUBDIRS = $(SUBDIRS)
   91: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   92: am__relativize = \
   93:   dir0=`pwd`; \
   94:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   95:   sed_rest='s,^[^/]*/*,,'; \
   96:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
   97:   sed_butlast='s,/*[^/]*$$,,'; \
   98:   while test -n "$$dir1"; do \
   99:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  100:     if test "$$first" != "."; then \
  101:       if test "$$first" = ".."; then \
  102:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  103:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  104:       else \
  105:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  106:         if test "$$first2" = "$$first"; then \
  107:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  108:         else \
  109:           dir2="../$$dir2"; \
  110:         fi; \
  111:         dir0="$$dir0"/"$$first"; \
  112:       fi; \
  113:     fi; \
  114:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  115:   done; \
  116:   reldir="$$dir2"
  117: ABI = @ABI@
  118: ACLOCAL = @ACLOCAL@
  119: AMTAR = @AMTAR@
  120: AUTOCONF = @AUTOCONF@
  121: AUTOHEADER = @AUTOHEADER@
  122: AUTOMAKE = @AUTOMAKE@
  123: AWK = @AWK@
  124: BSH_PATH = @BSH_PATH@
  125: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
  126: CC = @CC@
  127: CCDEPMODE = @CCDEPMODE@
  128: CFLAGS = @CFLAGS@
  129: COCOA = @COCOA@
  130: CPP = @CPP@
  131: CPPFLAGS = @CPPFLAGS@
  132: CXX = @CXX@
  133: CXXDEPMODE = @CXXDEPMODE@
  134: CXXFLAGS = @CXXFLAGS@
  135: CYGPATH_W = @CYGPATH_W@
  136: C_STANDARD = @C_STANDARD@
  137: DATE = @DATE@
  138: DATE_FR = @DATE_FR@
  139: DEBUG = @DEBUG@
  140: DEFS = @DEFS@
  141: DEPDIR = @DEPDIR@
  142: DVIPS = @DVIPS@
  143: ECHO_C = @ECHO_C@
  144: ECHO_N = @ECHO_N@
  145: ECHO_T = @ECHO_T@
  146: EGREP = @EGREP@
  147: ELF = @ELF@
  148: EXEEXT = @EXEEXT@
  149: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
  150: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
  151: EXT_SQL = @EXT_SQL@
  152: F77 = @F77@
  153: FC = @FC@
  154: FCFLAGS = @FCFLAGS@
  155: FFLAGS = @FFLAGS@
  156: FILE = @FILE@
  157: FINAL_ENCODING = @FINAL_ENCODING@
  158: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
  159: GIAC = @GIAC@
  160: GMP = @GMP@
  161: GNUPLOT = @GNUPLOT@
  162: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
  163: GNUPLOT_P = @GNUPLOT_P@
  164: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
  165: GPP = @GPP@
  166: GREP = @GREP@
  167: GS = @GS@
  168: GSL = @GSL@
  169: GV = @GV@
  170: HOST = @HOST@
  171: ICONV = @ICONV@
  172: INCMOTIF = @INCMOTIF@
  173: INSTALL = @INSTALL@
  174: INSTALL_DATA = @INSTALL_DATA@
  175: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  176: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  177: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  178: IPCS_SYSV = @IPCS_SYSV@
  179: IPV6 = @IPV6@
  180: LATEX = @LATEX@
  181: LDFLAGS = @LDFLAGS@
  182: LIBMOTIF = @LIBMOTIF@
  183: LIBOBJS = @LIBOBJS@
  184: LIBRPLCAS = @LIBRPLCAS@
  185: LIBS = @LIBS@
  186: LIBXPM = @LIBXPM@
  187: LIB_PREFIX = @LIB_PREFIX@
  188: LN_S = @LN_S@
  189: LTLIBOBJS = @LTLIBOBJS@
  190: MAKEINFO = @MAKEINFO@
  191: MALLOC = @MALLOC@
  192: MKDIR_P = @MKDIR_P@
  193: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  194: MPFR = @MPFR@
  195: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  196: NCURSES = @NCURSES@
  197: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
  198: NTL = @NTL@
  199: OBJEXT = @OBJEXT@
  200: OPENMOTIF = @OPENMOTIF@
  201: OPENSSL = @OPENSSL@
  202: OS = @OS@
  203: PACKAGE = @PACKAGE@
  204: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  205: PACKAGE_NAME = @PACKAGE_NAME@
  206: PACKAGE_STRING = @PACKAGE_STRING@
  207: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  208: PACKAGE_URL = @PACKAGE_URL@
  209: PACKAGE_VERSION = @PACKAGE_VERSION@
  210: PARI = @PARI@
  211: PATH_SEPARATOR = @PATH_SEPARATOR@
  212: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
  213: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
  214: PROFILAGE = @PROFILAGE@
  215: PSELECT = @PSELECT@
  216: RANLIB = @RANLIB@
  217: READLINE = @READLINE@
  218: RPLCAS = @RPLCAS@
  219: RPLTOOLS = @RPLTOOLS@
  220: RUNPATH = @RUNPATH@
  221: SED = @SED@
  222: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
  223: SEMUN = @SEMUN@
  224: SET_MAKE = @SET_MAKE@
  225: SHARED_MEMORY = @SHARED_MEMORY@
  226: SHELL = @SHELL@
  227: SIGSEGV = @SIGSEGV@
  228: SQLITE = @SQLITE@
  229: STRIP = @STRIP@
  230: TEX = @TEX@
  231: UNITS = @UNITS@
  232: VERSION = @VERSION@
  233: VIM = @VIM@
  234: VIM_SUPPORT = @VIM_SUPPORT@
  235: WHOLE_LIB1 = @WHOLE_LIB1@
  236: WHOLE_LIB2 = @WHOLE_LIB2@
  237: XMKMF = @XMKMF@
  238: X_CFLAGS = @X_CFLAGS@
  239: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  240: X_LIBS = @X_LIBS@
  241: X_PRE_LIBS = @X_PRE_LIBS@
  242: abs_builddir = @abs_builddir@
  243: abs_srcdir = @abs_srcdir@
  244: abs_top_builddir = @abs_top_builddir@
  245: abs_top_srcdir = @abs_top_srcdir@
  246: ac_ct_CC = @ac_ct_CC@
  247: ac_ct_CXX = @ac_ct_CXX@
  248: ac_ct_F77 = @ac_ct_F77@
  249: ac_ct_FC = @ac_ct_FC@
  250: am__include = @am__include@
  251: am__leading_dot = @am__leading_dot@
  252: am__quote = @am__quote@
  253: am__tar = @am__tar@
  254: am__untar = @am__untar@
  255: bindir = @bindir@
  256: build = @build@
  257: build_alias = @build_alias@
  258: build_cpu = @build_cpu@
  259: build_os = @build_os@
  260: build_vendor = @build_vendor@
  261: builddir = @builddir@
  262: datadir = @datadir@
  263: datarootdir = @datarootdir@
  264: docdir = @docdir@
  265: dvidir = @dvidir@
  266: exec_prefix = @exec_prefix@
  267: host = @host@
  268: host_alias = @host_alias@
  269: host_cpu = @host_cpu@
  270: host_os = @host_os@
  271: host_vendor = @host_vendor@
  272: htmldir = @htmldir@
  273: includeX = @includeX@
  274: includedir = @includedir@
  275: infodir = @infodir@
  276: install_sh = @install_sh@
  277: libMySQLinc = @libMySQLinc@
  278: libMySQLlib = @libMySQLlib@
  279: libPgSQLinc = @libPgSQLinc@
  280: libPgSQLlib = @libPgSQLlib@
  281: libX = @libX@
  282: libdir = @libdir@
  283: libexecdir = @libexecdir@
  284: localedir = @localedir@
  285: localstatedir = @localstatedir@
  286: mandir = @mandir@
  287: mkdir_p = @mkdir_p@
  288: oldincludedir = @oldincludedir@
  289: pdfdir = @pdfdir@
  290: prefix = @prefix@
  291: program_transform_name = @program_transform_name@
  292: psdir = @psdir@
  293: sbindir = @sbindir@
  294: sharedstatedir = @sharedstatedir@
  295: srcdir = @srcdir@
  296: subdirs = @subdirs@
  297: sysconfdir = @sysconfdir@
  298: target = @target@
  299: target_alias = @target_alias@
  300: target_cpu = @target_cpu@
  301: target_os = @target_os@
  302: target_vendor = @target_vendor@
  303: top_build_prefix = @top_build_prefix@
  304: top_builddir = @top_builddir@
  305: top_srcdir = @top_srcdir@
  306: SUBDIRS = fr_FR
  307: man_MANS = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
  308: all: all-recursive
  309: 
  310: .SUFFIXES:
  311: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  312:     @for dep in $?; do \
  313:       case '$(am__configure_deps)' in \
  314:         *$$dep*) \
  315:           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  316:             && { if test -f $@; then exit 0; else break; fi; }; \
  317:           exit 1;; \
  318:       esac; \
  319:     done; \
  320:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
  321:     $(am__cd) $(top_srcdir) && \
  322:       $(AUTOMAKE) --gnu man/Makefile
  323: .PRECIOUS: Makefile
  324: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  325:     @case '$?' in \
  326:       *config.status*) \
  327:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  328:       *) \
  329:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  330:         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  331:     esac;
  332: 
  333: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  334:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335: 
  336: $(top_srcdir)/configure:  $(am__configure_deps)
  337:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  339:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  340: $(am__aclocal_m4_deps):
  341: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
  342:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  343: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
  344:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  345: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
  346:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  347: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
  348:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  349: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
  350:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  351: install-man1: $(man_MANS)
  352:     @$(NORMAL_INSTALL)
  353:     test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  354:     @list=''; test -n "$(man1dir)" || exit 0; \
  355:     { for i in $$list; do echo "$$i"; done; \
  356:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  357:       sed -n '/\.1[a-z]*$$/p'; \
  358:     } | while read p; do \
  359:       if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  360:       echo "$$d$$p"; echo "$$p"; \
  361:     done | \
  362:     sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  363:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  364:     sed 'N;N;s,\n, ,g' | { \
  365:     list=; while read file base inst; do \
  366:       if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  367:         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  368:         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  369:       fi; \
  370:     done; \
  371:     for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  372:     while read files; do \
  373:       test -z "$$files" || { \
  374:         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  375:         $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  376:     done; }
  377: 
  378: uninstall-man1:
  379:     @$(NORMAL_UNINSTALL)
  380:     @list=''; test -n "$(man1dir)" || exit 0; \
  381:     files=`{ for i in $$list; do echo "$$i"; done; \
  382:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  383:       sed -n '/\.1[a-z]*$$/p'; \
  384:     } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  385:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  386:     test -z "$$files" || { \
  387:       echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  388:       cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  389: 
  390: # This directory's subdirectories are mostly independent; you can cd
  391: # into them and run `make' without going through this Makefile.
  392: # To change the values of `make' variables: instead of editing Makefiles,
  393: # (1) if the variable is set in `config.status', edit `config.status'
  394: #     (which will cause the Makefiles to be regenerated when you run `make');
  395: # (2) otherwise, pass the desired values on the `make' command line.
  396: $(RECURSIVE_TARGETS):
  397:     @fail= failcom='exit 1'; \
  398:     for f in x $$MAKEFLAGS; do \
  399:       case $$f in \
  400:         *=* | --[!k]*);; \
  401:         *k*) failcom='fail=yes';; \
  402:       esac; \
  403:     done; \
  404:     dot_seen=no; \
  405:     target=`echo $@ | sed s/-recursive//`; \
  406:     list='$(SUBDIRS)'; for subdir in $$list; do \
  407:       echo "Making $$target in $$subdir"; \
  408:       if test "$$subdir" = "."; then \
  409:         dot_seen=yes; \
  410:         local_target="$$target-am"; \
  411:       else \
  412:         local_target="$$target"; \
  413:       fi; \
  414:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  415:       || eval $$failcom; \
  416:     done; \
  417:     if test "$$dot_seen" = "no"; then \
  418:       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  419:     fi; test -z "$$fail"
  420: 
  421: $(RECURSIVE_CLEAN_TARGETS):
  422:     @fail= failcom='exit 1'; \
  423:     for f in x $$MAKEFLAGS; do \
  424:       case $$f in \
  425:         *=* | --[!k]*);; \
  426:         *k*) failcom='fail=yes';; \
  427:       esac; \
  428:     done; \
  429:     dot_seen=no; \
  430:     case "$@" in \
  431:       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  432:       *) list='$(SUBDIRS)' ;; \
  433:     esac; \
  434:     rev=''; for subdir in $$list; do \
  435:       if test "$$subdir" = "."; then :; else \
  436:         rev="$$subdir $$rev"; \
  437:       fi; \
  438:     done; \
  439:     rev="$$rev ."; \
  440:     target=`echo $@ | sed s/-recursive//`; \
  441:     for subdir in $$rev; do \
  442:       echo "Making $$target in $$subdir"; \
  443:       if test "$$subdir" = "."; then \
  444:         local_target="$$target-am"; \
  445:       else \
  446:         local_target="$$target"; \
  447:       fi; \
  448:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  449:       || eval $$failcom; \
  450:     done && test -z "$$fail"
  451: tags-recursive:
  452:     list='$(SUBDIRS)'; for subdir in $$list; do \
  453:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  454:     done
  455: ctags-recursive:
  456:     list='$(SUBDIRS)'; for subdir in $$list; do \
  457:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  458:     done
  459: 
  460: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  461:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  462:     unique=`for i in $$list; do \
  463:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  464:       done | \
  465:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  466:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  467:     mkid -fID $$unique
  468: tags: TAGS
  469: 
  470: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  471:         $(TAGS_FILES) $(LISP)
  472:     set x; \
  473:     here=`pwd`; \
  474:     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  475:       include_option=--etags-include; \
  476:       empty_fix=.; \
  477:     else \
  478:       include_option=--include; \
  479:       empty_fix=; \
  480:     fi; \
  481:     list='$(SUBDIRS)'; for subdir in $$list; do \
  482:       if test "$$subdir" = .; then :; else \
  483:         test ! -f $$subdir/TAGS || \
  484:           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  485:       fi; \
  486:     done; \
  487:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  488:     unique=`for i in $$list; do \
  489:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  490:       done | \
  491:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  492:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  493:     shift; \
  494:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  495:       test -n "$$unique" || unique=$$empty_fix; \
  496:       if test $$# -gt 0; then \
  497:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  498:           "$$@" $$unique; \
  499:       else \
  500:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  501:           $$unique; \
  502:       fi; \
  503:     fi
  504: ctags: CTAGS
  505: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  506:         $(TAGS_FILES) $(LISP)
  507:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  508:     unique=`for i in $$list; do \
  509:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  510:       done | \
  511:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  512:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  513:     test -z "$(CTAGS_ARGS)$$unique" \
  514:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  515:          $$unique
  516: 
  517: GTAGS:
  518:     here=`$(am__cd) $(top_builddir) && pwd` \
  519:       && $(am__cd) $(top_srcdir) \
  520:       && gtags -i $(GTAGS_ARGS) "$$here"
  521: 
  522: distclean-tags:
  523:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  524: 
  525: distdir: $(DISTFILES)
  526:     @list='$(MANS)'; if test -n "$$list"; then \
  527:       list=`for p in $$list; do \
  528:         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  529:         if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  530:       if test -n "$$list" && \
  531:         grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  532:         echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  533:         grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
  534:         echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  535:         echo "       typically \`make maintainer-clean' will remove them" >&2; \
  536:         exit 1; \
  537:       else :; fi; \
  538:     else :; fi
  539:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  540:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  541:     list='$(DISTFILES)'; \
  542:       dist_files=`for file in $$list; do echo $$file; done | \
  543:       sed -e "s|^$$srcdirstrip/||;t" \
  544:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  545:     case $$dist_files in \
  546:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  547:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  548:                sort -u` ;; \
  549:     esac; \
  550:     for file in $$dist_files; do \
  551:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  552:       if test -d $$d/$$file; then \
  553:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  554:         if test -d "$(distdir)/$$file"; then \
  555:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  556:         fi; \
  557:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  558:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  559:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  560:         fi; \
  561:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  562:       else \
  563:         test -f "$(distdir)/$$file" \
  564:         || cp -p $$d/$$file "$(distdir)/$$file" \
  565:         || exit 1; \
  566:       fi; \
  567:     done
  568:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  569:       if test "$$subdir" = .; then :; else \
  570:         test -d "$(distdir)/$$subdir" \
  571:         || $(MKDIR_P) "$(distdir)/$$subdir" \
  572:         || exit 1; \
  573:       fi; \
  574:     done
  575:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  576:       if test "$$subdir" = .; then :; else \
  577:         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  578:         $(am__relativize); \
  579:         new_distdir=$$reldir; \
  580:         dir1=$$subdir; dir2="$(top_distdir)"; \
  581:         $(am__relativize); \
  582:         new_top_distdir=$$reldir; \
  583:         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  584:         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  585:         ($(am__cd) $$subdir && \
  586:           $(MAKE) $(AM_MAKEFLAGS) \
  587:             top_distdir="$$new_top_distdir" \
  588:             distdir="$$new_distdir" \
  589:         am__remove_distdir=: \
  590:         am__skip_length_check=: \
  591:         am__skip_mode_fix=: \
  592:             distdir) \
  593:           || exit 1; \
  594:       fi; \
  595:     done
  596: check-am: all-am
  597: check: check-recursive
  598: all-am: Makefile $(MANS)
  599: installdirs: installdirs-recursive
  600: installdirs-am:
  601:     for dir in "$(DESTDIR)$(man1dir)"; do \
  602:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  603:     done
  604: install: install-recursive
  605: install-exec: install-exec-recursive
  606: install-data: install-data-recursive
  607: uninstall: uninstall-recursive
  608: 
  609: install-am: all-am
  610:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  611: 
  612: installcheck: installcheck-recursive
  613: install-strip:
  614:     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  615:       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  616:       `test -z '$(STRIP)' || \
  617:         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  618: mostlyclean-generic:
  619: 
  620: clean-generic:
  621: 
  622: distclean-generic:
  623:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  624:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  625: 
  626: maintainer-clean-generic:
  627:     @echo "This command is intended for maintainers to use"
  628:     @echo "it deletes files that may require special tools to rebuild."
  629: clean: clean-recursive
  630: 
  631: clean-am: clean-generic mostlyclean-am
  632: 
  633: distclean: distclean-recursive
  634:     -rm -f Makefile
  635: distclean-am: clean-am distclean-generic distclean-tags
  636: 
  637: dvi: dvi-recursive
  638: 
  639: dvi-am:
  640: 
  641: html: html-recursive
  642: 
  643: html-am:
  644: 
  645: info: info-recursive
  646: 
  647: info-am:
  648: 
  649: install-data-am: install-man
  650: 
  651: install-dvi: install-dvi-recursive
  652: 
  653: install-dvi-am:
  654: 
  655: install-exec-am:
  656: 
  657: install-html: install-html-recursive
  658: 
  659: install-html-am:
  660: 
  661: install-info: install-info-recursive
  662: 
  663: install-info-am:
  664: 
  665: install-man: install-man1
  666: 
  667: install-pdf: install-pdf-recursive
  668: 
  669: install-pdf-am:
  670: 
  671: install-ps: install-ps-recursive
  672: 
  673: install-ps-am:
  674: 
  675: installcheck-am:
  676: 
  677: maintainer-clean: maintainer-clean-recursive
  678:     -rm -f Makefile
  679: maintainer-clean-am: distclean-am maintainer-clean-generic
  680: 
  681: mostlyclean: mostlyclean-recursive
  682: 
  683: mostlyclean-am: mostlyclean-generic
  684: 
  685: pdf: pdf-recursive
  686: 
  687: pdf-am:
  688: 
  689: ps: ps-recursive
  690: 
  691: ps-am:
  692: 
  693: uninstall-am: uninstall-man
  694: 
  695: uninstall-man: uninstall-man1
  696: 
  697: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  698:     install-am install-strip tags-recursive
  699: 
  700: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  701:     all all-am check check-am clean clean-generic ctags \
  702:     ctags-recursive distclean distclean-generic distclean-tags \
  703:     distdir dvi dvi-am html html-am info info-am install \
  704:     install-am install-data install-data-am install-dvi \
  705:     install-dvi-am install-exec install-exec-am install-html \
  706:     install-html-am install-info install-info-am install-man \
  707:     install-man1 install-pdf install-pdf-am install-ps \
  708:     install-ps-am install-strip installcheck installcheck-am \
  709:     installdirs installdirs-am maintainer-clean \
  710:     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  711:     pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  712:     uninstall-man uninstall-man1
  713: 
  714: 
  715: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  716: # Otherwise a system limit (for SysV at least) may be exceeded.
  717: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>