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

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

CVSweb interface <joel.bertrand@systella.fr>