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

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

CVSweb interface <joel.bertrand@systella.fr>