Annotation of rpl/man/fr_FR/Makefile.in, revision 1.37

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: 
                     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
                     43: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     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.1       bertrand   50: SOURCES =
                     51: DIST_SOURCES =
                     52: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     53: am__vpath_adj = case $$p in \
                     54:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     55:     *) f=$$p;; \
                     56:   esac;
1.7       bertrand   57: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     58: am__install_max = 40
                     59: am__nobase_strip_setup = \
                     60:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     61: am__nobase_strip = \
                     62:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                     63: am__nobase_list = $(am__nobase_strip_setup); \
                     64:   for p in $$list; do echo "$$p $$p"; done | \
                     65:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                     66:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                     67:     if (++n[$$2] == $(am__install_max)) \
                     68:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                     69:     END { for (dir in files) print dir, files[dir] }'
                     70: am__base_list = \
                     71:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                     72:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1       bertrand   73: am__installdirs = "$(DESTDIR)$(frman1dir)"
                     74: DATA = $(frman1_DATA)
                     75: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.30      bertrand   76: ABI = @ABI@
1.1       bertrand   77: ACLOCAL = @ACLOCAL@
                     78: AMTAR = @AMTAR@
                     79: AUTOCONF = @AUTOCONF@
                     80: AUTOHEADER = @AUTOHEADER@
                     81: AUTOMAKE = @AUTOMAKE@
                     82: AWK = @AWK@
1.25      bertrand   83: BSH_PATH = @BSH_PATH@
1.37    ! bertrand   84: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   85: CC = @CC@
                     86: CCDEPMODE = @CCDEPMODE@
                     87: CFLAGS = @CFLAGS@
1.29      bertrand   88: COCOA = @COCOA@
1.1       bertrand   89: CPP = @CPP@
                     90: CPPFLAGS = @CPPFLAGS@
                     91: CXX = @CXX@
                     92: CXXDEPMODE = @CXXDEPMODE@
                     93: CXXFLAGS = @CXXFLAGS@
                     94: CYGPATH_W = @CYGPATH_W@
1.19      bertrand   95: C_STANDARD = @C_STANDARD@
1.1       bertrand   96: DATE = @DATE@
                     97: DATE_FR = @DATE_FR@
                     98: DEBUG = @DEBUG@
                     99: DEFS = @DEFS@
                    100: DEPDIR = @DEPDIR@
                    101: DVIPS = @DVIPS@
                    102: ECHO_C = @ECHO_C@
                    103: ECHO_N = @ECHO_N@
                    104: ECHO_T = @ECHO_T@
                    105: EGREP = @EGREP@
1.33      bertrand  106: ELF = @ELF@
1.1       bertrand  107: EXEEXT = @EXEEXT@
                    108: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8       bertrand  109: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17      bertrand  110: EXT_SQL = @EXT_SQL@
1.1       bertrand  111: F77 = @F77@
                    112: FC = @FC@
                    113: FCFLAGS = @FCFLAGS@
                    114: FFLAGS = @FFLAGS@
                    115: FILE = @FILE@
                    116: FINAL_ENCODING = @FINAL_ENCODING@
                    117: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.29      bertrand  118: GIAC = @GIAC@
1.28      bertrand  119: GMP = @GMP@
1.1       bertrand  120: GNUPLOT = @GNUPLOT@
                    121: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    122: GNUPLOT_P = @GNUPLOT_P@
                    123: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    124: GPP = @GPP@
                    125: GREP = @GREP@
                    126: GS = @GS@
                    127: GSL = @GSL@
                    128: GV = @GV@
1.32      bertrand  129: HOST = @HOST@
1.1       bertrand  130: ICONV = @ICONV@
1.37    ! bertrand  131: INCMOTIF = @INCMOTIF@
1.1       bertrand  132: INSTALL = @INSTALL@
                    133: INSTALL_DATA = @INSTALL_DATA@
                    134: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    135: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    136: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22      bertrand  137: IPCS_SYSV = @IPCS_SYSV@
1.20      bertrand  138: IPV6 = @IPV6@
1.1       bertrand  139: LATEX = @LATEX@
                    140: LDFLAGS = @LDFLAGS@
1.37    ! bertrand  141: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  142: LIBOBJS = @LIBOBJS@
1.31      bertrand  143: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  144: LIBS = @LIBS@
                    145: LN_S = @LN_S@
                    146: LTLIBOBJS = @LTLIBOBJS@
                    147: MAKEINFO = @MAKEINFO@
1.27      bertrand  148: MALLOC = @MALLOC@
1.1       bertrand  149: MKDIR_P = @MKDIR_P@
                    150: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.28      bertrand  151: MPFR = @MPFR@
1.1       bertrand  152: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    153: NCURSES = @NCURSES@
1.8       bertrand  154: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.29      bertrand  155: NTL = @NTL@
1.1       bertrand  156: OBJEXT = @OBJEXT@
1.36      bertrand  157: OPENMOTIF = @OPENMOTIF@
1.5       bertrand  158: OPENSSL = @OPENSSL@
1.4       bertrand  159: OS = @OS@
1.1       bertrand  160: PACKAGE = @PACKAGE@
                    161: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    162: PACKAGE_NAME = @PACKAGE_NAME@
                    163: PACKAGE_STRING = @PACKAGE_STRING@
                    164: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.7       bertrand  165: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  166: PACKAGE_VERSION = @PACKAGE_VERSION@
1.29      bertrand  167: PARI = @PARI@
1.1       bertrand  168: PATH_SEPARATOR = @PATH_SEPARATOR@
                    169: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    170: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    171: PROFILAGE = @PROFILAGE@
                    172: RANLIB = @RANLIB@
                    173: READLINE = @READLINE@
1.31      bertrand  174: RPLCAS = @RPLCAS@
1.1       bertrand  175: RUNPATH = @RUNPATH@
                    176: SED = @SED@
1.8       bertrand  177: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.19      bertrand  178: SEMUN = @SEMUN@
1.1       bertrand  179: SET_MAKE = @SET_MAKE@
                    180: SHELL = @SHELL@
1.34      bertrand  181: SIGSEGV = @SIGSEGV@
1.5       bertrand  182: SQLITE = @SQLITE@
1.1       bertrand  183: STRIP = @STRIP@
                    184: TEX = @TEX@
                    185: UNITS = @UNITS@
                    186: VERSION = @VERSION@
                    187: VIM = @VIM@
                    188: VIM_SUPPORT = @VIM_SUPPORT@
                    189: XMKMF = @XMKMF@
                    190: X_CFLAGS = @X_CFLAGS@
                    191: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    192: X_LIBS = @X_LIBS@
                    193: X_PRE_LIBS = @X_PRE_LIBS@
                    194: abs_builddir = @abs_builddir@
                    195: abs_srcdir = @abs_srcdir@
                    196: abs_top_builddir = @abs_top_builddir@
                    197: abs_top_srcdir = @abs_top_srcdir@
                    198: ac_ct_CC = @ac_ct_CC@
                    199: ac_ct_CXX = @ac_ct_CXX@
                    200: ac_ct_F77 = @ac_ct_F77@
                    201: ac_ct_FC = @ac_ct_FC@
                    202: am__include = @am__include@
                    203: am__leading_dot = @am__leading_dot@
                    204: am__quote = @am__quote@
                    205: am__tar = @am__tar@
                    206: am__untar = @am__untar@
                    207: bindir = @bindir@
                    208: build = @build@
                    209: build_alias = @build_alias@
                    210: build_cpu = @build_cpu@
                    211: build_os = @build_os@
                    212: build_vendor = @build_vendor@
                    213: builddir = @builddir@
                    214: datadir = @datadir@
                    215: datarootdir = @datarootdir@
                    216: docdir = @docdir@
                    217: dvidir = @dvidir@
                    218: exec_prefix = @exec_prefix@
                    219: host = @host@
                    220: host_alias = @host_alias@
                    221: host_cpu = @host_cpu@
                    222: host_os = @host_os@
                    223: host_vendor = @host_vendor@
                    224: htmldir = @htmldir@
                    225: includeX = @includeX@
                    226: includedir = @includedir@
                    227: infodir = @infodir@
                    228: install_sh = @install_sh@
                    229: libMySQLinc = @libMySQLinc@
                    230: libMySQLlib = @libMySQLlib@
                    231: libPgSQLinc = @libPgSQLinc@
                    232: libPgSQLlib = @libPgSQLlib@
                    233: libX = @libX@
                    234: libdir = @libdir@
                    235: libexecdir = @libexecdir@
                    236: localedir = @localedir@
                    237: localstatedir = @localstatedir@
                    238: mandir = @mandir@
                    239: mkdir_p = @mkdir_p@
                    240: oldincludedir = @oldincludedir@
                    241: pdfdir = @pdfdir@
                    242: prefix = @prefix@
                    243: program_transform_name = @program_transform_name@
                    244: psdir = @psdir@
                    245: sbindir = @sbindir@
                    246: sharedstatedir = @sharedstatedir@
                    247: srcdir = @srcdir@
                    248: subdirs = @subdirs@
                    249: sysconfdir = @sysconfdir@
                    250: target = @target@
                    251: target_alias = @target_alias@
                    252: target_cpu = @target_cpu@
                    253: target_os = @target_os@
                    254: target_vendor = @target_vendor@
1.7       bertrand  255: top_build_prefix = @top_build_prefix@
1.1       bertrand  256: top_builddir = @top_builddir@
                    257: top_srcdir = @top_srcdir@
                    258: frman1dir = $(mandir)/fr_FR/man1
                    259: frman1_DATA = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
                    260: all: all-am
                    261: 
                    262: .SUFFIXES:
                    263: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    264:    @for dep in $?; do \
                    265:      case '$(am__configure_deps)' in \
                    266:        *$$dep*) \
1.7       bertrand  267:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    268:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  269:          exit 1;; \
                    270:      esac; \
                    271:    done; \
1.7       bertrand  272:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/fr_FR/Makefile'; \
                    273:    $(am__cd) $(top_srcdir) && \
                    274:      $(AUTOMAKE) --gnu man/fr_FR/Makefile
1.1       bertrand  275: .PRECIOUS: Makefile
                    276: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    277:    @case '$?' in \
                    278:      *config.status*) \
                    279:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    280:      *) \
                    281:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    282:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    283:    esac;
                    284: 
                    285: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    286:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    287: 
                    288: $(top_srcdir)/configure:  $(am__configure_deps)
                    289:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    290: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    291:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.7       bertrand  292: $(am__aclocal_m4_deps):
1.1       bertrand  293: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
                    294:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    295: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
                    296:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    297: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
                    298:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    299: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
                    300:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    301: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
                    302:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    303: install-frman1DATA: $(frman1_DATA)
                    304:    @$(NORMAL_INSTALL)
                    305:    test -z "$(frman1dir)" || $(MKDIR_P) "$(DESTDIR)$(frman1dir)"
1.7       bertrand  306:    @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
                    307:    for p in $$list; do \
1.1       bertrand  308:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7       bertrand  309:      echo "$$d$$p"; \
                    310:    done | $(am__base_list) | \
                    311:    while read files; do \
                    312:      echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(frman1dir)'"; \
                    313:      $(INSTALL_DATA) $$files "$(DESTDIR)$(frman1dir)" || exit $$?; \
1.1       bertrand  314:    done
                    315: 
                    316: uninstall-frman1DATA:
                    317:    @$(NORMAL_UNINSTALL)
1.7       bertrand  318:    @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
                    319:    files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    320:    test -n "$$files" || exit 0; \
                    321:    echo " ( cd '$(DESTDIR)$(frman1dir)' && rm -f" $$files ")"; \
                    322:    cd "$(DESTDIR)$(frman1dir)" && rm -f $$files
1.1       bertrand  323: tags: TAGS
                    324: TAGS:
                    325: 
                    326: ctags: CTAGS
                    327: CTAGS:
                    328: 
                    329: 
                    330: distdir: $(DISTFILES)
                    331:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    332:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    333:    list='$(DISTFILES)'; \
                    334:      dist_files=`for file in $$list; do echo $$file; done | \
                    335:      sed -e "s|^$$srcdirstrip/||;t" \
                    336:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    337:    case $$dist_files in \
                    338:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    339:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    340:               sort -u` ;; \
                    341:    esac; \
                    342:    for file in $$dist_files; do \
                    343:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    344:      if test -d $$d/$$file; then \
                    345:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  346:        if test -d "$(distdir)/$$file"; then \
                    347:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    348:        fi; \
1.1       bertrand  349:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  350:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    351:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  352:        fi; \
1.7       bertrand  353:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  354:      else \
1.7       bertrand  355:        test -f "$(distdir)/$$file" \
                    356:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  357:        || exit 1; \
                    358:      fi; \
                    359:    done
                    360: check-am: all-am
                    361: check: check-am
                    362: all-am: Makefile $(DATA)
                    363: installdirs:
                    364:    for dir in "$(DESTDIR)$(frman1dir)"; do \
                    365:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    366:    done
                    367: install: install-am
                    368: install-exec: install-exec-am
                    369: install-data: install-data-am
                    370: uninstall: uninstall-am
                    371: 
                    372: install-am: all-am
                    373:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    374: 
                    375: installcheck: installcheck-am
                    376: install-strip:
                    377:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    378:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    379:      `test -z '$(STRIP)' || \
                    380:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    381: mostlyclean-generic:
                    382: 
                    383: clean-generic:
                    384: 
                    385: distclean-generic:
                    386:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  387:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  388: 
                    389: maintainer-clean-generic:
                    390:    @echo "This command is intended for maintainers to use"
                    391:    @echo "it deletes files that may require special tools to rebuild."
                    392: clean: clean-am
                    393: 
                    394: clean-am: clean-generic mostlyclean-am
                    395: 
                    396: distclean: distclean-am
                    397:    -rm -f Makefile
                    398: distclean-am: clean-am distclean-generic
                    399: 
                    400: dvi: dvi-am
                    401: 
                    402: dvi-am:
                    403: 
                    404: html: html-am
                    405: 
1.7       bertrand  406: html-am:
                    407: 
1.1       bertrand  408: info: info-am
                    409: 
                    410: info-am:
                    411: 
                    412: install-data-am: install-frman1DATA
                    413: 
                    414: install-dvi: install-dvi-am
                    415: 
1.7       bertrand  416: install-dvi-am:
                    417: 
1.1       bertrand  418: install-exec-am:
                    419: 
                    420: install-html: install-html-am
                    421: 
1.7       bertrand  422: install-html-am:
                    423: 
1.1       bertrand  424: install-info: install-info-am
                    425: 
1.7       bertrand  426: install-info-am:
                    427: 
1.1       bertrand  428: install-man:
                    429: 
                    430: install-pdf: install-pdf-am
                    431: 
1.7       bertrand  432: install-pdf-am:
                    433: 
1.1       bertrand  434: install-ps: install-ps-am
                    435: 
1.7       bertrand  436: install-ps-am:
                    437: 
1.1       bertrand  438: installcheck-am:
                    439: 
                    440: maintainer-clean: maintainer-clean-am
                    441:    -rm -f Makefile
                    442: maintainer-clean-am: distclean-am maintainer-clean-generic
                    443: 
                    444: mostlyclean: mostlyclean-am
                    445: 
                    446: mostlyclean-am: mostlyclean-generic
                    447: 
                    448: pdf: pdf-am
                    449: 
                    450: pdf-am:
                    451: 
                    452: ps: ps-am
                    453: 
                    454: ps-am:
                    455: 
                    456: uninstall-am: uninstall-frman1DATA
                    457: 
                    458: .MAKE: install-am install-strip
                    459: 
                    460: .PHONY: all all-am check check-am clean clean-generic distclean \
                    461:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    462:    install install-am install-data install-data-am install-dvi \
                    463:    install-dvi-am install-exec install-exec-am install-frman1DATA \
                    464:    install-html install-html-am install-info install-info-am \
                    465:    install-man install-pdf install-pdf-am install-ps \
                    466:    install-ps-am install-strip installcheck installcheck-am \
                    467:    installdirs maintainer-clean maintainer-clean-generic \
                    468:    mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
                    469:    uninstall-am uninstall-frman1DATA
                    470: 
1.7       bertrand  471: 
1.1       bertrand  472: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    473: # Otherwise a system limit (for SysV at least) may be exceeded.
                    474: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>