File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.13: download - view: text, annotated - select for diffs - revision graph
Mon May 24 11:01:07 2010 UTC (13 years, 11 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
En route pour la 4.0.16 !

    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.in
   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: ACLOCAL = @ACLOCAL@
  118: AMTAR = @AMTAR@
  119: AUTOCONF = @AUTOCONF@
  120: AUTOHEADER = @AUTOHEADER@
  121: AUTOMAKE = @AUTOMAKE@
  122: AWK = @AWK@
  123: CC = @CC@
  124: CCDEPMODE = @CCDEPMODE@
  125: CFLAGS = @CFLAGS@
  126: CPP = @CPP@
  127: CPPFLAGS = @CPPFLAGS@
  128: CXX = @CXX@
  129: CXXDEPMODE = @CXXDEPMODE@
  130: CXXFLAGS = @CXXFLAGS@
  131: CYGPATH_W = @CYGPATH_W@
  132: DATE = @DATE@
  133: DATE_FR = @DATE_FR@
  134: DEBUG = @DEBUG@
  135: DEFS = @DEFS@
  136: DEPDIR = @DEPDIR@
  137: DVIPS = @DVIPS@
  138: ECHO_C = @ECHO_C@
  139: ECHO_N = @ECHO_N@
  140: ECHO_T = @ECHO_T@
  141: EGREP = @EGREP@
  142: EXEEXT = @EXEEXT@
  143: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
  144: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
  145: F77 = @F77@
  146: FC = @FC@
  147: FCFLAGS = @FCFLAGS@
  148: FFLAGS = @FFLAGS@
  149: FILE = @FILE@
  150: FINAL_ENCODING = @FINAL_ENCODING@
  151: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
  152: GNUPLOT = @GNUPLOT@
  153: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
  154: GNUPLOT_P = @GNUPLOT_P@
  155: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
  156: GPP = @GPP@
  157: GREP = @GREP@
  158: GS = @GS@
  159: GSL = @GSL@
  160: GV = @GV@
  161: ICONV = @ICONV@
  162: INSTALL = @INSTALL@
  163: INSTALL_DATA = @INSTALL_DATA@
  164: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  165: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  166: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  167: LATEX = @LATEX@
  168: LDFLAGS = @LDFLAGS@
  169: LIBOBJS = @LIBOBJS@
  170: LIBS = @LIBS@
  171: LN_S = @LN_S@
  172: LTLIBOBJS = @LTLIBOBJS@
  173: MAKEINFO = @MAKEINFO@
  174: MALLOC = @MALLOC@
  175: MKDIR_P = @MKDIR_P@
  176: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  177: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  178: NCURSES = @NCURSES@
  179: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
  180: OBJEXT = @OBJEXT@
  181: OPENSSL = @OPENSSL@
  182: OS = @OS@
  183: PACKAGE = @PACKAGE@
  184: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  185: PACKAGE_NAME = @PACKAGE_NAME@
  186: PACKAGE_STRING = @PACKAGE_STRING@
  187: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  188: PACKAGE_URL = @PACKAGE_URL@
  189: PACKAGE_VERSION = @PACKAGE_VERSION@
  190: PATH_SEPARATOR = @PATH_SEPARATOR@
  191: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
  192: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
  193: PROFILAGE = @PROFILAGE@
  194: RANLIB = @RANLIB@
  195: READLINE = @READLINE@
  196: RUNPATH = @RUNPATH@
  197: SED = @SED@
  198: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
  199: SET_MAKE = @SET_MAKE@
  200: SHELL = @SHELL@
  201: SQLITE = @SQLITE@
  202: STRIP = @STRIP@
  203: TEX = @TEX@
  204: UNITS = @UNITS@
  205: VERSION = @VERSION@
  206: VIM = @VIM@
  207: VIM_SUPPORT = @VIM_SUPPORT@
  208: XMKMF = @XMKMF@
  209: X_CFLAGS = @X_CFLAGS@
  210: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  211: X_LIBS = @X_LIBS@
  212: X_PRE_LIBS = @X_PRE_LIBS@
  213: abs_builddir = @abs_builddir@
  214: abs_srcdir = @abs_srcdir@
  215: abs_top_builddir = @abs_top_builddir@
  216: abs_top_srcdir = @abs_top_srcdir@
  217: ac_ct_CC = @ac_ct_CC@
  218: ac_ct_CXX = @ac_ct_CXX@
  219: ac_ct_F77 = @ac_ct_F77@
  220: ac_ct_FC = @ac_ct_FC@
  221: am__include = @am__include@
  222: am__leading_dot = @am__leading_dot@
  223: am__quote = @am__quote@
  224: am__tar = @am__tar@
  225: am__untar = @am__untar@
  226: bindir = @bindir@
  227: build = @build@
  228: build_alias = @build_alias@
  229: build_cpu = @build_cpu@
  230: build_os = @build_os@
  231: build_vendor = @build_vendor@
  232: builddir = @builddir@
  233: datadir = @datadir@
  234: datarootdir = @datarootdir@
  235: docdir = @docdir@
  236: dvidir = @dvidir@
  237: exec_prefix = @exec_prefix@
  238: host = @host@
  239: host_alias = @host_alias@
  240: host_cpu = @host_cpu@
  241: host_os = @host_os@
  242: host_vendor = @host_vendor@
  243: htmldir = @htmldir@
  244: includeX = @includeX@
  245: includedir = @includedir@
  246: infodir = @infodir@
  247: install_sh = @install_sh@
  248: libMySQLinc = @libMySQLinc@
  249: libMySQLlib = @libMySQLlib@
  250: libPgSQLinc = @libPgSQLinc@
  251: libPgSQLlib = @libPgSQLlib@
  252: libX = @libX@
  253: libdir = @libdir@
  254: libexecdir = @libexecdir@
  255: localedir = @localedir@
  256: localstatedir = @localstatedir@
  257: mandir = @mandir@
  258: mkdir_p = @mkdir_p@
  259: oldincludedir = @oldincludedir@
  260: pdfdir = @pdfdir@
  261: prefix = @prefix@
  262: program_transform_name = @program_transform_name@
  263: psdir = @psdir@
  264: sbindir = @sbindir@
  265: sharedstatedir = @sharedstatedir@
  266: srcdir = @srcdir@
  267: subdirs = @subdirs@
  268: sysconfdir = @sysconfdir@
  269: target = @target@
  270: target_alias = @target_alias@
  271: target_cpu = @target_cpu@
  272: target_os = @target_os@
  273: target_vendor = @target_vendor@
  274: top_build_prefix = @top_build_prefix@
  275: top_builddir = @top_builddir@
  276: top_srcdir = @top_srcdir@
  277: SUBDIRS = fr_FR
  278: man_MANS = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
  279: all: all-recursive
  280: 
  281: .SUFFIXES:
  282: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  283:     @for dep in $?; do \
  284:       case '$(am__configure_deps)' in \
  285:         *$$dep*) \
  286:           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  287:             && { if test -f $@; then exit 0; else break; fi; }; \
  288:           exit 1;; \
  289:       esac; \
  290:     done; \
  291:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
  292:     $(am__cd) $(top_srcdir) && \
  293:       $(AUTOMAKE) --gnu man/Makefile
  294: .PRECIOUS: Makefile
  295: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  296:     @case '$?' in \
  297:       *config.status*) \
  298:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  299:       *) \
  300:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  301:         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  302:     esac;
  303: 
  304: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  305:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  306: 
  307: $(top_srcdir)/configure:  $(am__configure_deps)
  308:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  309: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  310:     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  311: $(am__aclocal_m4_deps):
  312: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
  313:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  314: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
  315:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  316: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
  317:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  318: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
  319:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  320: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
  321:     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  322: install-man1: $(man_MANS)
  323:     @$(NORMAL_INSTALL)
  324:     test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  325:     @list=''; test -n "$(man1dir)" || exit 0; \
  326:     { for i in $$list; do echo "$$i"; done; \
  327:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  328:       sed -n '/\.1[a-z]*$$/p'; \
  329:     } | while read p; do \
  330:       if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  331:       echo "$$d$$p"; echo "$$p"; \
  332:     done | \
  333:     sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  334:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  335:     sed 'N;N;s,\n, ,g' | { \
  336:     list=; while read file base inst; do \
  337:       if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  338:         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  339:         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  340:       fi; \
  341:     done; \
  342:     for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  343:     while read files; do \
  344:       test -z "$$files" || { \
  345:         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  346:         $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  347:     done; }
  348: 
  349: uninstall-man1:
  350:     @$(NORMAL_UNINSTALL)
  351:     @list=''; test -n "$(man1dir)" || exit 0; \
  352:     files=`{ for i in $$list; do echo "$$i"; done; \
  353:     l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  354:       sed -n '/\.1[a-z]*$$/p'; \
  355:     } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  356:           -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  357:     test -z "$$files" || { \
  358:       echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  359:       cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  360: 
  361: # This directory's subdirectories are mostly independent; you can cd
  362: # into them and run `make' without going through this Makefile.
  363: # To change the values of `make' variables: instead of editing Makefiles,
  364: # (1) if the variable is set in `config.status', edit `config.status'
  365: #     (which will cause the Makefiles to be regenerated when you run `make');
  366: # (2) otherwise, pass the desired values on the `make' command line.
  367: $(RECURSIVE_TARGETS):
  368:     @fail= failcom='exit 1'; \
  369:     for f in x $$MAKEFLAGS; do \
  370:       case $$f in \
  371:         *=* | --[!k]*);; \
  372:         *k*) failcom='fail=yes';; \
  373:       esac; \
  374:     done; \
  375:     dot_seen=no; \
  376:     target=`echo $@ | sed s/-recursive//`; \
  377:     list='$(SUBDIRS)'; for subdir in $$list; do \
  378:       echo "Making $$target in $$subdir"; \
  379:       if test "$$subdir" = "."; then \
  380:         dot_seen=yes; \
  381:         local_target="$$target-am"; \
  382:       else \
  383:         local_target="$$target"; \
  384:       fi; \
  385:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  386:       || eval $$failcom; \
  387:     done; \
  388:     if test "$$dot_seen" = "no"; then \
  389:       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  390:     fi; test -z "$$fail"
  391: 
  392: $(RECURSIVE_CLEAN_TARGETS):
  393:     @fail= failcom='exit 1'; \
  394:     for f in x $$MAKEFLAGS; do \
  395:       case $$f in \
  396:         *=* | --[!k]*);; \
  397:         *k*) failcom='fail=yes';; \
  398:       esac; \
  399:     done; \
  400:     dot_seen=no; \
  401:     case "$@" in \
  402:       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  403:       *) list='$(SUBDIRS)' ;; \
  404:     esac; \
  405:     rev=''; for subdir in $$list; do \
  406:       if test "$$subdir" = "."; then :; else \
  407:         rev="$$subdir $$rev"; \
  408:       fi; \
  409:     done; \
  410:     rev="$$rev ."; \
  411:     target=`echo $@ | sed s/-recursive//`; \
  412:     for subdir in $$rev; do \
  413:       echo "Making $$target in $$subdir"; \
  414:       if test "$$subdir" = "."; then \
  415:         local_target="$$target-am"; \
  416:       else \
  417:         local_target="$$target"; \
  418:       fi; \
  419:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  420:       || eval $$failcom; \
  421:     done && test -z "$$fail"
  422: tags-recursive:
  423:     list='$(SUBDIRS)'; for subdir in $$list; do \
  424:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  425:     done
  426: ctags-recursive:
  427:     list='$(SUBDIRS)'; for subdir in $$list; do \
  428:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  429:     done
  430: 
  431: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  432:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  433:     unique=`for i in $$list; do \
  434:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  435:       done | \
  436:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  437:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  438:     mkid -fID $$unique
  439: tags: TAGS
  440: 
  441: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  442:         $(TAGS_FILES) $(LISP)
  443:     set x; \
  444:     here=`pwd`; \
  445:     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  446:       include_option=--etags-include; \
  447:       empty_fix=.; \
  448:     else \
  449:       include_option=--include; \
  450:       empty_fix=; \
  451:     fi; \
  452:     list='$(SUBDIRS)'; for subdir in $$list; do \
  453:       if test "$$subdir" = .; then :; else \
  454:         test ! -f $$subdir/TAGS || \
  455:           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  456:       fi; \
  457:     done; \
  458:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  459:     unique=`for i in $$list; do \
  460:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  461:       done | \
  462:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  463:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  464:     shift; \
  465:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  466:       test -n "$$unique" || unique=$$empty_fix; \
  467:       if test $$# -gt 0; then \
  468:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  469:           "$$@" $$unique; \
  470:       else \
  471:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  472:           $$unique; \
  473:       fi; \
  474:     fi
  475: ctags: CTAGS
  476: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  477:         $(TAGS_FILES) $(LISP)
  478:     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  479:     unique=`for i in $$list; do \
  480:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  481:       done | \
  482:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  483:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  484:     test -z "$(CTAGS_ARGS)$$unique" \
  485:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  486:          $$unique
  487: 
  488: GTAGS:
  489:     here=`$(am__cd) $(top_builddir) && pwd` \
  490:       && $(am__cd) $(top_srcdir) \
  491:       && gtags -i $(GTAGS_ARGS) "$$here"
  492: 
  493: distclean-tags:
  494:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  495: 
  496: distdir: $(DISTFILES)
  497:     @list='$(MANS)'; if test -n "$$list"; then \
  498:       list=`for p in $$list; do \
  499:         if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  500:         if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  501:       if test -n "$$list" && \
  502:         grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  503:         echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  504:         grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
  505:         echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  506:         echo "       typically \`make maintainer-clean' will remove them" >&2; \
  507:         exit 1; \
  508:       else :; fi; \
  509:     else :; fi
  510:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  511:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  512:     list='$(DISTFILES)'; \
  513:       dist_files=`for file in $$list; do echo $$file; done | \
  514:       sed -e "s|^$$srcdirstrip/||;t" \
  515:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  516:     case $$dist_files in \
  517:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  518:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  519:                sort -u` ;; \
  520:     esac; \
  521:     for file in $$dist_files; do \
  522:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  523:       if test -d $$d/$$file; then \
  524:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  525:         if test -d "$(distdir)/$$file"; then \
  526:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  527:         fi; \
  528:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  529:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  530:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  531:         fi; \
  532:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  533:       else \
  534:         test -f "$(distdir)/$$file" \
  535:         || cp -p $$d/$$file "$(distdir)/$$file" \
  536:         || exit 1; \
  537:       fi; \
  538:     done
  539:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  540:       if test "$$subdir" = .; then :; else \
  541:         test -d "$(distdir)/$$subdir" \
  542:         || $(MKDIR_P) "$(distdir)/$$subdir" \
  543:         || exit 1; \
  544:       fi; \
  545:     done
  546:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  547:       if test "$$subdir" = .; then :; else \
  548:         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  549:         $(am__relativize); \
  550:         new_distdir=$$reldir; \
  551:         dir1=$$subdir; dir2="$(top_distdir)"; \
  552:         $(am__relativize); \
  553:         new_top_distdir=$$reldir; \
  554:         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  555:         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  556:         ($(am__cd) $$subdir && \
  557:           $(MAKE) $(AM_MAKEFLAGS) \
  558:             top_distdir="$$new_top_distdir" \
  559:             distdir="$$new_distdir" \
  560:         am__remove_distdir=: \
  561:         am__skip_length_check=: \
  562:         am__skip_mode_fix=: \
  563:             distdir) \
  564:           || exit 1; \
  565:       fi; \
  566:     done
  567: check-am: all-am
  568: check: check-recursive
  569: all-am: Makefile $(MANS)
  570: installdirs: installdirs-recursive
  571: installdirs-am:
  572:     for dir in "$(DESTDIR)$(man1dir)"; do \
  573:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  574:     done
  575: install: install-recursive
  576: install-exec: install-exec-recursive
  577: install-data: install-data-recursive
  578: uninstall: uninstall-recursive
  579: 
  580: install-am: all-am
  581:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  582: 
  583: installcheck: installcheck-recursive
  584: install-strip:
  585:     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  586:       install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  587:       `test -z '$(STRIP)' || \
  588:         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  589: mostlyclean-generic:
  590: 
  591: clean-generic:
  592: 
  593: distclean-generic:
  594:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  595:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  596: 
  597: maintainer-clean-generic:
  598:     @echo "This command is intended for maintainers to use"
  599:     @echo "it deletes files that may require special tools to rebuild."
  600: clean: clean-recursive
  601: 
  602: clean-am: clean-generic mostlyclean-am
  603: 
  604: distclean: distclean-recursive
  605:     -rm -f Makefile
  606: distclean-am: clean-am distclean-generic distclean-tags
  607: 
  608: dvi: dvi-recursive
  609: 
  610: dvi-am:
  611: 
  612: html: html-recursive
  613: 
  614: html-am:
  615: 
  616: info: info-recursive
  617: 
  618: info-am:
  619: 
  620: install-data-am: install-man
  621: 
  622: install-dvi: install-dvi-recursive
  623: 
  624: install-dvi-am:
  625: 
  626: install-exec-am:
  627: 
  628: install-html: install-html-recursive
  629: 
  630: install-html-am:
  631: 
  632: install-info: install-info-recursive
  633: 
  634: install-info-am:
  635: 
  636: install-man: install-man1
  637: 
  638: install-pdf: install-pdf-recursive
  639: 
  640: install-pdf-am:
  641: 
  642: install-ps: install-ps-recursive
  643: 
  644: install-ps-am:
  645: 
  646: installcheck-am:
  647: 
  648: maintainer-clean: maintainer-clean-recursive
  649:     -rm -f Makefile
  650: maintainer-clean-am: distclean-am maintainer-clean-generic
  651: 
  652: mostlyclean: mostlyclean-recursive
  653: 
  654: mostlyclean-am: mostlyclean-generic
  655: 
  656: pdf: pdf-recursive
  657: 
  658: pdf-am:
  659: 
  660: ps: ps-recursive
  661: 
  662: ps-am:
  663: 
  664: uninstall-am: uninstall-man
  665: 
  666: uninstall-man: uninstall-man1
  667: 
  668: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  669:     install-am install-strip tags-recursive
  670: 
  671: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  672:     all all-am check check-am clean clean-generic ctags \
  673:     ctags-recursive distclean distclean-generic distclean-tags \
  674:     distdir dvi dvi-am html html-am info info-am install \
  675:     install-am install-data install-data-am install-dvi \
  676:     install-dvi-am install-exec install-exec-am install-html \
  677:     install-html-am install-info install-info-am install-man \
  678:     install-man1 install-pdf install-pdf-am install-ps \
  679:     install-ps-am install-strip installcheck installcheck-am \
  680:     installdirs installdirs-am maintainer-clean \
  681:     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  682:     pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  683:     uninstall-man uninstall-man1
  684: 
  685: 
  686: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  687: # Otherwise a system limit (for SysV at least) may be exceeded.
  688: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>