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

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
1.39    ! bertrand   42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       bertrand   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.37      bertrand   83: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   84: CC = @CC@
                     85: CCDEPMODE = @CCDEPMODE@
                     86: CFLAGS = @CFLAGS@
1.29      bertrand   87: COCOA = @COCOA@
1.1       bertrand   88: CPP = @CPP@
                     89: CPPFLAGS = @CPPFLAGS@
                     90: CXX = @CXX@
                     91: CXXDEPMODE = @CXXDEPMODE@
                     92: CXXFLAGS = @CXXFLAGS@
                     93: CYGPATH_W = @CYGPATH_W@
1.19      bertrand   94: C_STANDARD = @C_STANDARD@
1.1       bertrand   95: DATE = @DATE@
                     96: DATE_FR = @DATE_FR@
                     97: DEBUG = @DEBUG@
                     98: DEFS = @DEFS@
                     99: DEPDIR = @DEPDIR@
                    100: DVIPS = @DVIPS@
                    101: ECHO_C = @ECHO_C@
                    102: ECHO_N = @ECHO_N@
                    103: ECHO_T = @ECHO_T@
                    104: EGREP = @EGREP@
1.33      bertrand  105: ELF = @ELF@
1.1       bertrand  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@
1.32      bertrand  128: HOST = @HOST@
1.1       bertrand  129: ICONV = @ICONV@
1.37      bertrand  130: INCMOTIF = @INCMOTIF@
1.1       bertrand  131: INSTALL = @INSTALL@
                    132: INSTALL_DATA = @INSTALL_DATA@
                    133: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    134: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    135: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22      bertrand  136: IPCS_SYSV = @IPCS_SYSV@
1.20      bertrand  137: IPV6 = @IPV6@
1.1       bertrand  138: LATEX = @LATEX@
                    139: LDFLAGS = @LDFLAGS@
1.37      bertrand  140: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  141: LIBOBJS = @LIBOBJS@
1.31      bertrand  142: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  143: LIBS = @LIBS@
1.38      bertrand  144: LIBXPM = @LIBXPM@
1.1       bertrand  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: bin_SCRIPTS = mkrplso rplcc rpllink
                    259: all: all-am
                    260: 
                    261: .SUFFIXES:
                    262: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    263:    @for dep in $?; do \
                    264:      case '$(am__configure_deps)' in \
                    265:        *$$dep*) \
1.7       bertrand  266:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    267:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  268:          exit 1;; \
                    269:      esac; \
                    270:    done; \
1.7       bertrand  271:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
                    272:    $(am__cd) $(top_srcdir) && \
                    273:      $(AUTOMAKE) --gnu scripts/Makefile
1.1       bertrand  274: .PRECIOUS: Makefile
                    275: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    276:    @case '$?' in \
                    277:      *config.status*) \
                    278:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    279:      *) \
                    280:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    281:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    282:    esac;
                    283: 
                    284: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    285:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    286: 
                    287: $(top_srcdir)/configure:  $(am__configure_deps)
                    288:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    289: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    290:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.7       bertrand  291: $(am__aclocal_m4_deps):
1.1       bertrand  292: mkrplso: $(top_builddir)/config.status $(srcdir)/mkrplso.in
                    293:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    294: rplcc: $(top_builddir)/config.status $(srcdir)/rplcc.in
                    295:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    296: rpllink: $(top_builddir)/config.status $(srcdir)/rpllink.in
                    297:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    298: install-binSCRIPTS: $(bin_SCRIPTS)
                    299:    @$(NORMAL_INSTALL)
                    300:    test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.7       bertrand  301:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
                    302:    for p in $$list; do \
1.1       bertrand  303:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7       bertrand  304:      if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
                    305:    done | \
                    306:    sed -e 'p;s,.*/,,;n' \
                    307:        -e 'h;s|.*|.|' \
                    308:        -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
                    309:    $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
                    310:      { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    311:        if ($$2 == $$4) { files[d] = files[d] " " $$1; \
                    312:          if (++n[d] == $(am__install_max)) { \
                    313:        print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
                    314:        else { print "f", d "/" $$4, $$1 } } \
                    315:      END { for (d in files) print "f", d, files[d] }' | \
                    316:    while read type dir files; do \
                    317:         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    318:         test -z "$$files" || { \
                    319:           echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    320:           $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    321:         } \
                    322:    ; done
1.1       bertrand  323: 
                    324: uninstall-binSCRIPTS:
                    325:    @$(NORMAL_UNINSTALL)
1.7       bertrand  326:    @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
                    327:    files=`for p in $$list; do echo "$$p"; done | \
                    328:           sed -e 's,.*/,,;$(transform)'`; \
                    329:    test -n "$$list" || exit 0; \
                    330:    echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    331:    cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1       bertrand  332: tags: TAGS
                    333: TAGS:
                    334: 
                    335: ctags: CTAGS
                    336: CTAGS:
                    337: 
                    338: 
                    339: distdir: $(DISTFILES)
                    340:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    341:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    342:    list='$(DISTFILES)'; \
                    343:      dist_files=`for file in $$list; do echo $$file; done | \
                    344:      sed -e "s|^$$srcdirstrip/||;t" \
                    345:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    346:    case $$dist_files in \
                    347:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    348:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    349:               sort -u` ;; \
                    350:    esac; \
                    351:    for file in $$dist_files; do \
                    352:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    353:      if test -d $$d/$$file; then \
                    354:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  355:        if test -d "$(distdir)/$$file"; then \
                    356:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    357:        fi; \
1.1       bertrand  358:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  359:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    360:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  361:        fi; \
1.7       bertrand  362:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  363:      else \
1.7       bertrand  364:        test -f "$(distdir)/$$file" \
                    365:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  366:        || exit 1; \
                    367:      fi; \
                    368:    done
                    369: check-am: all-am
                    370: check: check-am
                    371: all-am: Makefile $(SCRIPTS)
                    372: installdirs:
                    373:    for dir in "$(DESTDIR)$(bindir)"; do \
                    374:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    375:    done
                    376: install: install-am
                    377: install-exec: install-exec-am
                    378: install-data: install-data-am
                    379: uninstall: uninstall-am
                    380: 
                    381: install-am: all-am
                    382:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    383: 
                    384: installcheck: installcheck-am
                    385: install-strip:
                    386:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    387:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    388:      `test -z '$(STRIP)' || \
                    389:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    390: mostlyclean-generic:
                    391: 
                    392: clean-generic:
                    393: 
                    394: distclean-generic:
                    395:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  396:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  397: 
                    398: maintainer-clean-generic:
                    399:    @echo "This command is intended for maintainers to use"
                    400:    @echo "it deletes files that may require special tools to rebuild."
                    401: clean: clean-am
                    402: 
                    403: clean-am: clean-generic mostlyclean-am
                    404: 
                    405: distclean: distclean-am
                    406:    -rm -f Makefile
                    407: distclean-am: clean-am distclean-generic
                    408: 
                    409: dvi: dvi-am
                    410: 
                    411: dvi-am:
                    412: 
                    413: html: html-am
                    414: 
1.7       bertrand  415: html-am:
                    416: 
1.1       bertrand  417: info: info-am
                    418: 
                    419: info-am:
                    420: 
                    421: install-data-am:
                    422: 
                    423: install-dvi: install-dvi-am
                    424: 
1.7       bertrand  425: install-dvi-am:
                    426: 
1.1       bertrand  427: install-exec-am: install-binSCRIPTS
                    428: 
                    429: install-html: install-html-am
                    430: 
1.7       bertrand  431: install-html-am:
                    432: 
1.1       bertrand  433: install-info: install-info-am
                    434: 
1.7       bertrand  435: install-info-am:
                    436: 
1.1       bertrand  437: install-man:
                    438: 
                    439: install-pdf: install-pdf-am
                    440: 
1.7       bertrand  441: install-pdf-am:
                    442: 
1.1       bertrand  443: install-ps: install-ps-am
                    444: 
1.7       bertrand  445: install-ps-am:
                    446: 
1.1       bertrand  447: installcheck-am:
                    448: 
                    449: maintainer-clean: maintainer-clean-am
                    450:    -rm -f Makefile
                    451: maintainer-clean-am: distclean-am maintainer-clean-generic
                    452: 
                    453: mostlyclean: mostlyclean-am
                    454: 
                    455: mostlyclean-am: mostlyclean-generic
                    456: 
                    457: pdf: pdf-am
                    458: 
                    459: pdf-am:
                    460: 
                    461: ps: ps-am
                    462: 
                    463: ps-am:
                    464: 
                    465: uninstall-am: uninstall-binSCRIPTS
                    466: 
                    467: .MAKE: install-am install-strip
                    468: 
                    469: .PHONY: all all-am check check-am clean clean-generic distclean \
                    470:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    471:    install install-am install-binSCRIPTS install-data \
                    472:    install-data-am install-dvi install-dvi-am install-exec \
                    473:    install-exec-am install-html install-html-am install-info \
                    474:    install-info-am install-man install-pdf install-pdf-am \
                    475:    install-ps install-ps-am install-strip installcheck \
                    476:    installcheck-am installdirs maintainer-clean \
                    477:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
                    478:    pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS
                    479: 
1.7       bertrand  480: 
1.1       bertrand  481: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    482: # Otherwise a system limit (for SysV at least) may be exceeded.
                    483: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>