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

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

CVSweb interface <joel.bertrand@systella.fr>