File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.22: download - view: text, annotated - select for diffs - revision graph
Sun Aug 22 16:38:35 2010 UTC (13 years, 8 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Patches pour les systèmes qui cassent siginfo_t.

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

CVSweb interface <joel.bertrand@systella.fr>