Annotation of rpl/man/fr_FR/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: 
                     18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
1.7       bertrand   20: pkgincludedir = $(includedir)/@PACKAGE@
1.6       bertrand   21: pkglibdir = $(libdir)/@PACKAGE@
1.7       bertrand   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: install_sh_DATA = $(install_sh) -c -m 644
                     25: install_sh_PROGRAM = $(install_sh) -c
                     26: install_sh_SCRIPT = $(install_sh) -c
                     27: INSTALL_HEADER = $(INSTALL_DATA)
                     28: transform = $(program_transform_name)
                     29: NORMAL_INSTALL = :
                     30: PRE_INSTALL = :
                     31: POST_INSTALL = :
                     32: NORMAL_UNINSTALL = :
                     33: PRE_UNINSTALL = :
                     34: POST_UNINSTALL = :
                     35: build_triplet = @build@
                     36: host_triplet = @host@
                     37: target_triplet = @target@
                     38: subdir = man/fr_FR
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     40:    $(srcdir)/mkrplso.1.in $(srcdir)/rpl.1.in $(srcdir)/rplcc.1.in \
                     41:    $(srcdir)/rpllink.1.in $(srcdir)/rpltags.1.in
                     42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.39      bertrand   43: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       bertrand   44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     45:    $(ACLOCAL_M4)
                     46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     47: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     48: CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
1.7       bertrand   49: CONFIG_CLEAN_VPATH_FILES =
1.47    ! bertrand   50: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !            51: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1.44      bertrand   52: am__v_GEN_0 = @echo "  GEN   " $@;
1.47    ! bertrand   53: AM_V_at = $(am__v_at_@AM_V@)
        !            54: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1.44      bertrand   55: am__v_at_0 = @
1.1       bertrand   56: SOURCES =
                     57: DIST_SOURCES =
                     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;
1.7       bertrand   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.47    ! bertrand   79: am__uninstall_files_from_dir = { \
        !            80:   test -z "$$files" \
        !            81:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
        !            82:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
        !            83:          $(am__cd) "$$dir" && rm -f $$files; }; \
        !            84:   }
1.1       bertrand   85: am__installdirs = "$(DESTDIR)$(frman1dir)"
                     86: DATA = $(frman1_DATA)
                     87: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.30      bertrand   88: ABI = @ABI@
1.1       bertrand   89: ACLOCAL = @ACLOCAL@
                     90: AMTAR = @AMTAR@
1.44      bertrand   91: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.45      bertrand   92: ARCH = @ARCH@
1.1       bertrand   93: AUTOCONF = @AUTOCONF@
                     94: AUTOHEADER = @AUTOHEADER@
                     95: AUTOMAKE = @AUTOMAKE@
                     96: AWK = @AWK@
1.25      bertrand   97: BSH_PATH = @BSH_PATH@
1.37      bertrand   98: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   99: CC = @CC@
                    100: CCDEPMODE = @CCDEPMODE@
                    101: CFLAGS = @CFLAGS@
1.29      bertrand  102: COCOA = @COCOA@
1.1       bertrand  103: CPP = @CPP@
                    104: CPPFLAGS = @CPPFLAGS@
                    105: CXX = @CXX@
                    106: CXXDEPMODE = @CXXDEPMODE@
                    107: CXXFLAGS = @CXXFLAGS@
                    108: CYGPATH_W = @CYGPATH_W@
1.19      bertrand  109: C_STANDARD = @C_STANDARD@
1.1       bertrand  110: DATE = @DATE@
                    111: DATE_FR = @DATE_FR@
1.46      bertrand  112: DEBMYSQL = @DEBMYSQL@
                    113: DEBPQ = @DEBPQ@
1.1       bertrand  114: DEBUG = @DEBUG@
1.46      bertrand  115: DEBVIM = @DEBVIM@
1.1       bertrand  116: DEFS = @DEFS@
                    117: DEPDIR = @DEPDIR@
                    118: DVIPS = @DVIPS@
                    119: ECHO_C = @ECHO_C@
                    120: ECHO_N = @ECHO_N@
                    121: ECHO_T = @ECHO_T@
                    122: EGREP = @EGREP@
1.33      bertrand  123: ELF = @ELF@
1.1       bertrand  124: EXEEXT = @EXEEXT@
                    125: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8       bertrand  126: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17      bertrand  127: EXT_SQL = @EXT_SQL@
1.1       bertrand  128: F77 = @F77@
                    129: FC = @FC@
                    130: FCFLAGS = @FCFLAGS@
                    131: FFLAGS = @FFLAGS@
                    132: FILE = @FILE@
                    133: FINAL_ENCODING = @FINAL_ENCODING@
                    134: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.29      bertrand  135: GIAC = @GIAC@
1.28      bertrand  136: GMP = @GMP@
1.1       bertrand  137: GNUPLOT = @GNUPLOT@
                    138: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    139: GNUPLOT_P = @GNUPLOT_P@
                    140: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    141: GPP = @GPP@
                    142: GREP = @GREP@
                    143: GS = @GS@
                    144: GSL = @GSL@
                    145: GV = @GV@
1.32      bertrand  146: HOST = @HOST@
1.1       bertrand  147: ICONV = @ICONV@
1.37      bertrand  148: INCMOTIF = @INCMOTIF@
1.1       bertrand  149: INSTALL = @INSTALL@
                    150: INSTALL_DATA = @INSTALL_DATA@
                    151: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    152: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    153: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22      bertrand  154: IPCS_SYSV = @IPCS_SYSV@
1.20      bertrand  155: IPV6 = @IPV6@
1.1       bertrand  156: LATEX = @LATEX@
                    157: LDFLAGS = @LDFLAGS@
1.37      bertrand  158: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  159: LIBOBJS = @LIBOBJS@
1.31      bertrand  160: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  161: LIBS = @LIBS@
1.38      bertrand  162: LIBXPM = @LIBXPM@
1.43      bertrand  163: LIB_PREFIX = @LIB_PREFIX@
1.1       bertrand  164: LN_S = @LN_S@
                    165: LTLIBOBJS = @LTLIBOBJS@
                    166: MAKEINFO = @MAKEINFO@
1.27      bertrand  167: MALLOC = @MALLOC@
1.1       bertrand  168: MKDIR_P = @MKDIR_P@
                    169: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.28      bertrand  170: MPFR = @MPFR@
1.1       bertrand  171: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    172: NCURSES = @NCURSES@
1.8       bertrand  173: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.29      bertrand  174: NTL = @NTL@
1.1       bertrand  175: OBJEXT = @OBJEXT@
1.36      bertrand  176: OPENMOTIF = @OPENMOTIF@
1.5       bertrand  177: OPENSSL = @OPENSSL@
1.4       bertrand  178: OS = @OS@
1.1       bertrand  179: PACKAGE = @PACKAGE@
                    180: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    181: PACKAGE_NAME = @PACKAGE_NAME@
                    182: PACKAGE_STRING = @PACKAGE_STRING@
                    183: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.7       bertrand  184: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  185: PACKAGE_VERSION = @PACKAGE_VERSION@
1.29      bertrand  186: PARI = @PARI@
1.1       bertrand  187: PATH_SEPARATOR = @PATH_SEPARATOR@
                    188: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    189: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    190: PROFILAGE = @PROFILAGE@
1.43      bertrand  191: PSELECT = @PSELECT@
1.1       bertrand  192: RANLIB = @RANLIB@
                    193: READLINE = @READLINE@
1.31      bertrand  194: RPLCAS = @RPLCAS@
1.40      bertrand  195: RPLTOOLS = @RPLTOOLS@
1.1       bertrand  196: RUNPATH = @RUNPATH@
                    197: SED = @SED@
1.8       bertrand  198: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.19      bertrand  199: SEMUN = @SEMUN@
1.1       bertrand  200: SET_MAKE = @SET_MAKE@
1.41      bertrand  201: SHARED_MEMORY = @SHARED_MEMORY@
1.1       bertrand  202: SHELL = @SHELL@
1.34      bertrand  203: SIGSEGV = @SIGSEGV@
1.5       bertrand  204: SQLITE = @SQLITE@
1.1       bertrand  205: STRIP = @STRIP@
                    206: TEX = @TEX@
                    207: UNITS = @UNITS@
                    208: VERSION = @VERSION@
                    209: VIM = @VIM@
                    210: VIM_SUPPORT = @VIM_SUPPORT@
1.42      bertrand  211: WHOLE_LIB1 = @WHOLE_LIB1@
                    212: WHOLE_LIB2 = @WHOLE_LIB2@
1.1       bertrand  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: frman1dir = $(mandir)/fr_FR/man1
                    283: frman1_DATA = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
                    284: all: all-am
                    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/fr_FR/Makefile'; \
                    297:    $(am__cd) $(top_srcdir) && \
                    298:      $(AUTOMAKE) --gnu man/fr_FR/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)/$@
                    327: install-frman1DATA: $(frman1_DATA)
                    328:    @$(NORMAL_INSTALL)
                    329:    test -z "$(frman1dir)" || $(MKDIR_P) "$(DESTDIR)$(frman1dir)"
1.7       bertrand  330:    @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
                    331:    for p in $$list; do \
1.1       bertrand  332:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7       bertrand  333:      echo "$$d$$p"; \
                    334:    done | $(am__base_list) | \
                    335:    while read files; do \
                    336:      echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(frman1dir)'"; \
                    337:      $(INSTALL_DATA) $$files "$(DESTDIR)$(frman1dir)" || exit $$?; \
1.1       bertrand  338:    done
                    339: 
                    340: uninstall-frman1DATA:
                    341:    @$(NORMAL_UNINSTALL)
1.7       bertrand  342:    @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
                    343:    files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.47    ! bertrand  344:    dir='$(DESTDIR)$(frman1dir)'; $(am__uninstall_files_from_dir)
1.1       bertrand  345: tags: TAGS
                    346: TAGS:
                    347: 
                    348: ctags: CTAGS
                    349: CTAGS:
                    350: 
                    351: 
                    352: distdir: $(DISTFILES)
                    353:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    354:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    355:    list='$(DISTFILES)'; \
                    356:      dist_files=`for file in $$list; do echo $$file; done | \
                    357:      sed -e "s|^$$srcdirstrip/||;t" \
                    358:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    359:    case $$dist_files in \
                    360:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    361:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    362:               sort -u` ;; \
                    363:    esac; \
                    364:    for file in $$dist_files; do \
                    365:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    366:      if test -d $$d/$$file; then \
                    367:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  368:        if test -d "$(distdir)/$$file"; then \
                    369:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    370:        fi; \
1.1       bertrand  371:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  372:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    373:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  374:        fi; \
1.7       bertrand  375:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  376:      else \
1.7       bertrand  377:        test -f "$(distdir)/$$file" \
                    378:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  379:        || exit 1; \
                    380:      fi; \
                    381:    done
                    382: check-am: all-am
                    383: check: check-am
                    384: all-am: Makefile $(DATA)
                    385: installdirs:
                    386:    for dir in "$(DESTDIR)$(frman1dir)"; do \
                    387:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    388:    done
                    389: install: install-am
                    390: install-exec: install-exec-am
                    391: install-data: install-data-am
                    392: uninstall: uninstall-am
                    393: 
                    394: install-am: all-am
                    395:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    396: 
                    397: installcheck: installcheck-am
                    398: install-strip:
1.47    ! bertrand  399:    if test -z '$(STRIP)'; then \
        !           400:      $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           401:        install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           402:          install; \
        !           403:    else \
        !           404:      $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           405:        install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           406:        "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           407:    fi
1.1       bertrand  408: mostlyclean-generic:
                    409: 
                    410: clean-generic:
                    411: 
                    412: distclean-generic:
                    413:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  414:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  415: 
                    416: maintainer-clean-generic:
                    417:    @echo "This command is intended for maintainers to use"
                    418:    @echo "it deletes files that may require special tools to rebuild."
                    419: clean: clean-am
                    420: 
                    421: clean-am: clean-generic mostlyclean-am
                    422: 
                    423: distclean: distclean-am
                    424:    -rm -f Makefile
                    425: distclean-am: clean-am distclean-generic
                    426: 
                    427: dvi: dvi-am
                    428: 
                    429: dvi-am:
                    430: 
                    431: html: html-am
                    432: 
1.7       bertrand  433: html-am:
                    434: 
1.1       bertrand  435: info: info-am
                    436: 
                    437: info-am:
                    438: 
                    439: install-data-am: install-frman1DATA
                    440: 
                    441: install-dvi: install-dvi-am
                    442: 
1.7       bertrand  443: install-dvi-am:
                    444: 
1.1       bertrand  445: install-exec-am:
                    446: 
                    447: install-html: install-html-am
                    448: 
1.7       bertrand  449: install-html-am:
                    450: 
1.1       bertrand  451: install-info: install-info-am
                    452: 
1.7       bertrand  453: install-info-am:
                    454: 
1.1       bertrand  455: install-man:
                    456: 
                    457: install-pdf: install-pdf-am
                    458: 
1.7       bertrand  459: install-pdf-am:
                    460: 
1.1       bertrand  461: install-ps: install-ps-am
                    462: 
1.7       bertrand  463: install-ps-am:
                    464: 
1.1       bertrand  465: installcheck-am:
                    466: 
                    467: maintainer-clean: maintainer-clean-am
                    468:    -rm -f Makefile
                    469: maintainer-clean-am: distclean-am maintainer-clean-generic
                    470: 
                    471: mostlyclean: mostlyclean-am
                    472: 
                    473: mostlyclean-am: mostlyclean-generic
                    474: 
                    475: pdf: pdf-am
                    476: 
                    477: pdf-am:
                    478: 
                    479: ps: ps-am
                    480: 
                    481: ps-am:
                    482: 
                    483: uninstall-am: uninstall-frman1DATA
                    484: 
                    485: .MAKE: install-am install-strip
                    486: 
                    487: .PHONY: all all-am check check-am clean clean-generic distclean \
                    488:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    489:    install install-am install-data install-data-am install-dvi \
                    490:    install-dvi-am install-exec install-exec-am install-frman1DATA \
                    491:    install-html install-html-am install-info install-info-am \
                    492:    install-man install-pdf install-pdf-am install-ps \
                    493:    install-ps-am install-strip installcheck installcheck-am \
                    494:    installdirs maintainer-clean maintainer-clean-generic \
                    495:    mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
                    496:    uninstall-am uninstall-frman1DATA
                    497: 
1.7       bertrand  498: 
1.1       bertrand  499: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    500: # Otherwise a system limit (for SysV at least) may be exceeded.
                    501: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>