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

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

CVSweb interface <joel.bertrand@systella.fr>