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

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

CVSweb interface <joel.bertrand@systella.fr>