Annotation of rpl/man/Makefile.in, revision 1.3

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

CVSweb interface <joel.bertrand@systella.fr>