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

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

CVSweb interface <joel.bertrand@systella.fr>