Annotation of rpl/scripts/Makefile.in, revision 1.35

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 = scripts
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     40:    $(srcdir)/mkrplso.in $(srcdir)/rplcc.in $(srcdir)/rpllink.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     42: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     44:    $(ACLOCAL_M4)
                     45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     46: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     47: CONFIG_CLEAN_FILES = mkrplso rplcc rpllink
1.7       bertrand   48: CONFIG_CLEAN_VPATH_FILES =
                     49: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     50: am__vpath_adj = case $$p in \
                     51:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     52:     *) f=$$p;; \
                     53:   esac;
                     54: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     55: am__install_max = 40
                     56: am__nobase_strip_setup = \
                     57:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     58: am__nobase_strip = \
                     59:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                     60: am__nobase_list = $(am__nobase_strip_setup); \
                     61:   for p in $$list; do echo "$$p $$p"; done | \
                     62:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                     63:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                     64:     if (++n[$$2] == $(am__install_max)) \
                     65:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                     66:     END { for (dir in files) print dir, files[dir] }'
                     67: am__base_list = \
                     68:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                     69:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1       bertrand   70: am__installdirs = "$(DESTDIR)$(bindir)"
                     71: SCRIPTS = $(bin_SCRIPTS)
                     72: SOURCES =
                     73: DIST_SOURCES =
                     74: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.30      bertrand   75: ABI = @ABI@
1.1       bertrand   76: ACLOCAL = @ACLOCAL@
                     77: AMTAR = @AMTAR@
                     78: AUTOCONF = @AUTOCONF@
                     79: AUTOHEADER = @AUTOHEADER@
                     80: AUTOMAKE = @AUTOMAKE@
                     81: AWK = @AWK@
1.25      bertrand   82: BSH_PATH = @BSH_PATH@
1.1       bertrand   83: CC = @CC@
                     84: CCDEPMODE = @CCDEPMODE@
                     85: CFLAGS = @CFLAGS@
1.29      bertrand   86: COCOA = @COCOA@
1.1       bertrand   87: CPP = @CPP@
                     88: CPPFLAGS = @CPPFLAGS@
                     89: CXX = @CXX@
                     90: CXXDEPMODE = @CXXDEPMODE@
                     91: CXXFLAGS = @CXXFLAGS@
                     92: CYGPATH_W = @CYGPATH_W@
1.19      bertrand   93: C_STANDARD = @C_STANDARD@
1.1       bertrand   94: DATE = @DATE@
                     95: DATE_FR = @DATE_FR@
                     96: DEBUG = @DEBUG@
                     97: DEFS = @DEFS@
                     98: DEPDIR = @DEPDIR@
                     99: DVIPS = @DVIPS@
                    100: ECHO_C = @ECHO_C@
                    101: ECHO_N = @ECHO_N@
                    102: ECHO_T = @ECHO_T@
                    103: EGREP = @EGREP@
1.33      bertrand  104: ELF = @ELF@
1.1       bertrand  105: EXEEXT = @EXEEXT@
                    106: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8       bertrand  107: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17      bertrand  108: EXT_SQL = @EXT_SQL@
1.1       bertrand  109: F77 = @F77@
                    110: FC = @FC@
                    111: FCFLAGS = @FCFLAGS@
                    112: FFLAGS = @FFLAGS@
                    113: FILE = @FILE@
                    114: FINAL_ENCODING = @FINAL_ENCODING@
                    115: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.29      bertrand  116: GIAC = @GIAC@
1.28      bertrand  117: GMP = @GMP@
1.1       bertrand  118: GNUPLOT = @GNUPLOT@
                    119: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    120: GNUPLOT_P = @GNUPLOT_P@
                    121: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    122: GPP = @GPP@
                    123: GREP = @GREP@
                    124: GS = @GS@
                    125: GSL = @GSL@
                    126: GV = @GV@
1.32      bertrand  127: HOST = @HOST@
1.1       bertrand  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.34      bertrand  176: SIGSEGV = @SIGSEGV@
1.5       bertrand  177: SQLITE = @SQLITE@
1.1       bertrand  178: STRIP = @STRIP@
                    179: TEX = @TEX@
                    180: UNITS = @UNITS@
                    181: VERSION = @VERSION@
                    182: VIM = @VIM@
                    183: VIM_SUPPORT = @VIM_SUPPORT@
                    184: XMKMF = @XMKMF@
                    185: X_CFLAGS = @X_CFLAGS@
                    186: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    187: X_LIBS = @X_LIBS@
                    188: X_PRE_LIBS = @X_PRE_LIBS@
                    189: abs_builddir = @abs_builddir@
                    190: abs_srcdir = @abs_srcdir@
                    191: abs_top_builddir = @abs_top_builddir@
                    192: abs_top_srcdir = @abs_top_srcdir@
                    193: ac_ct_CC = @ac_ct_CC@
                    194: ac_ct_CXX = @ac_ct_CXX@
                    195: ac_ct_F77 = @ac_ct_F77@
                    196: ac_ct_FC = @ac_ct_FC@
                    197: am__include = @am__include@
                    198: am__leading_dot = @am__leading_dot@
                    199: am__quote = @am__quote@
                    200: am__tar = @am__tar@
                    201: am__untar = @am__untar@
                    202: bindir = @bindir@
                    203: build = @build@
                    204: build_alias = @build_alias@
                    205: build_cpu = @build_cpu@
                    206: build_os = @build_os@
                    207: build_vendor = @build_vendor@
                    208: builddir = @builddir@
                    209: datadir = @datadir@
                    210: datarootdir = @datarootdir@
                    211: docdir = @docdir@
                    212: dvidir = @dvidir@
                    213: exec_prefix = @exec_prefix@
                    214: host = @host@
                    215: host_alias = @host_alias@
                    216: host_cpu = @host_cpu@
                    217: host_os = @host_os@
                    218: host_vendor = @host_vendor@
                    219: htmldir = @htmldir@
                    220: includeX = @includeX@
                    221: includedir = @includedir@
                    222: infodir = @infodir@
                    223: install_sh = @install_sh@
                    224: libMySQLinc = @libMySQLinc@
                    225: libMySQLlib = @libMySQLlib@
                    226: libPgSQLinc = @libPgSQLinc@
                    227: libPgSQLlib = @libPgSQLlib@
                    228: libX = @libX@
                    229: libdir = @libdir@
                    230: libexecdir = @libexecdir@
                    231: localedir = @localedir@
                    232: localstatedir = @localstatedir@
                    233: mandir = @mandir@
                    234: mkdir_p = @mkdir_p@
                    235: oldincludedir = @oldincludedir@
                    236: pdfdir = @pdfdir@
                    237: prefix = @prefix@
                    238: program_transform_name = @program_transform_name@
                    239: psdir = @psdir@
                    240: sbindir = @sbindir@
                    241: sharedstatedir = @sharedstatedir@
                    242: srcdir = @srcdir@
                    243: subdirs = @subdirs@
                    244: sysconfdir = @sysconfdir@
                    245: target = @target@
                    246: target_alias = @target_alias@
                    247: target_cpu = @target_cpu@
                    248: target_os = @target_os@
                    249: target_vendor = @target_vendor@
1.7       bertrand  250: top_build_prefix = @top_build_prefix@
1.1       bertrand  251: top_builddir = @top_builddir@
                    252: top_srcdir = @top_srcdir@
                    253: bin_SCRIPTS = mkrplso rplcc rpllink
                    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 scripts/Makefile'; \
                    267:    $(am__cd) $(top_srcdir) && \
                    268:      $(AUTOMAKE) --gnu scripts/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: mkrplso: $(top_builddir)/config.status $(srcdir)/mkrplso.in
                    288:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    289: rplcc: $(top_builddir)/config.status $(srcdir)/rplcc.in
                    290:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    291: rpllink: $(top_builddir)/config.status $(srcdir)/rpllink.in
                    292:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    293: install-binSCRIPTS: $(bin_SCRIPTS)
                    294:    @$(NORMAL_INSTALL)
                    295:    test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.7       bertrand  296:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
                    297:    for p in $$list; do \
1.1       bertrand  298:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7       bertrand  299:      if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
                    300:    done | \
                    301:    sed -e 'p;s,.*/,,;n' \
                    302:        -e 'h;s|.*|.|' \
                    303:        -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
                    304:    $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
                    305:      { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    306:        if ($$2 == $$4) { files[d] = files[d] " " $$1; \
                    307:          if (++n[d] == $(am__install_max)) { \
                    308:        print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
                    309:        else { print "f", d "/" $$4, $$1 } } \
                    310:      END { for (d in files) print "f", d, files[d] }' | \
                    311:    while read type dir files; do \
                    312:         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    313:         test -z "$$files" || { \
                    314:           echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    315:           $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    316:         } \
                    317:    ; done
1.1       bertrand  318: 
                    319: uninstall-binSCRIPTS:
                    320:    @$(NORMAL_UNINSTALL)
1.7       bertrand  321:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
                    322:    files=`for p in $$list; do echo "$$p"; done | \
                    323:           sed -e 's,.*/,,;$(transform)'`; \
                    324:    test -n "$$list" || exit 0; \
                    325:    echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    326:    cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1       bertrand  327: tags: TAGS
                    328: TAGS:
                    329: 
                    330: ctags: CTAGS
                    331: CTAGS:
                    332: 
                    333: 
                    334: distdir: $(DISTFILES)
                    335:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    336:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    337:    list='$(DISTFILES)'; \
                    338:      dist_files=`for file in $$list; do echo $$file; done | \
                    339:      sed -e "s|^$$srcdirstrip/||;t" \
                    340:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    341:    case $$dist_files in \
                    342:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    343:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    344:               sort -u` ;; \
                    345:    esac; \
                    346:    for file in $$dist_files; do \
                    347:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    348:      if test -d $$d/$$file; then \
                    349:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  350:        if test -d "$(distdir)/$$file"; then \
                    351:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    352:        fi; \
1.1       bertrand  353:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  354:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    355:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  356:        fi; \
1.7       bertrand  357:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  358:      else \
1.7       bertrand  359:        test -f "$(distdir)/$$file" \
                    360:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  361:        || exit 1; \
                    362:      fi; \
                    363:    done
                    364: check-am: all-am
                    365: check: check-am
                    366: all-am: Makefile $(SCRIPTS)
                    367: installdirs:
                    368:    for dir in "$(DESTDIR)$(bindir)"; do \
                    369:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    370:    done
                    371: install: install-am
                    372: install-exec: install-exec-am
                    373: install-data: install-data-am
                    374: uninstall: uninstall-am
                    375: 
                    376: install-am: all-am
                    377:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    378: 
                    379: installcheck: installcheck-am
                    380: install-strip:
                    381:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    382:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    383:      `test -z '$(STRIP)' || \
                    384:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    385: mostlyclean-generic:
                    386: 
                    387: clean-generic:
                    388: 
                    389: distclean-generic:
                    390:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  391:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  392: 
                    393: maintainer-clean-generic:
                    394:    @echo "This command is intended for maintainers to use"
                    395:    @echo "it deletes files that may require special tools to rebuild."
                    396: clean: clean-am
                    397: 
                    398: clean-am: clean-generic mostlyclean-am
                    399: 
                    400: distclean: distclean-am
                    401:    -rm -f Makefile
                    402: distclean-am: clean-am distclean-generic
                    403: 
                    404: dvi: dvi-am
                    405: 
                    406: dvi-am:
                    407: 
                    408: html: html-am
                    409: 
1.7       bertrand  410: html-am:
                    411: 
1.1       bertrand  412: info: info-am
                    413: 
                    414: info-am:
                    415: 
                    416: install-data-am:
                    417: 
                    418: install-dvi: install-dvi-am
                    419: 
1.7       bertrand  420: install-dvi-am:
                    421: 
1.1       bertrand  422: install-exec-am: install-binSCRIPTS
                    423: 
                    424: install-html: install-html-am
                    425: 
1.7       bertrand  426: install-html-am:
                    427: 
1.1       bertrand  428: install-info: install-info-am
                    429: 
1.7       bertrand  430: install-info-am:
                    431: 
1.1       bertrand  432: install-man:
                    433: 
                    434: install-pdf: install-pdf-am
                    435: 
1.7       bertrand  436: install-pdf-am:
                    437: 
1.1       bertrand  438: install-ps: install-ps-am
                    439: 
1.7       bertrand  440: install-ps-am:
                    441: 
1.1       bertrand  442: installcheck-am:
                    443: 
                    444: maintainer-clean: maintainer-clean-am
                    445:    -rm -f Makefile
                    446: maintainer-clean-am: distclean-am maintainer-clean-generic
                    447: 
                    448: mostlyclean: mostlyclean-am
                    449: 
                    450: mostlyclean-am: mostlyclean-generic
                    451: 
                    452: pdf: pdf-am
                    453: 
                    454: pdf-am:
                    455: 
                    456: ps: ps-am
                    457: 
                    458: ps-am:
                    459: 
                    460: uninstall-am: uninstall-binSCRIPTS
                    461: 
                    462: .MAKE: install-am install-strip
                    463: 
                    464: .PHONY: all all-am check check-am clean clean-generic distclean \
                    465:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    466:    install install-am install-binSCRIPTS install-data \
                    467:    install-data-am install-dvi install-dvi-am install-exec \
                    468:    install-exec-am install-html install-html-am install-info \
                    469:    install-info-am install-man install-pdf install-pdf-am \
                    470:    install-ps install-ps-am install-strip installcheck \
                    471:    installcheck-am installdirs maintainer-clean \
                    472:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
                    473:    pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS
                    474: 
1.7       bertrand  475: 
1.1       bertrand  476: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    477: # Otherwise a system limit (for SysV at least) may be exceeded.
                    478: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>