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

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

CVSweb interface <joel.bertrand@systella.fr>