Annotation of rpl/tools/Makefile.in, revision 1.10

1.9       bertrand    1: # Makefile.in generated by automake 1.10.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.9       bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
1.1       bertrand    6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: VPATH = @srcdir@
                     17: pkgdatadir = $(datadir)/@PACKAGE@
1.9       bertrand   18: pkglibdir = $(libdir)/@PACKAGE@
1.1       bertrand   19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     21: install_sh_DATA = $(install_sh) -c -m 644
                     22: install_sh_PROGRAM = $(install_sh) -c
                     23: install_sh_SCRIPT = $(install_sh) -c
                     24: INSTALL_HEADER = $(INSTALL_DATA)
                     25: transform = $(program_transform_name)
                     26: NORMAL_INSTALL = :
                     27: PRE_INSTALL = :
                     28: POST_INSTALL = :
                     29: NORMAL_UNINSTALL = :
                     30: PRE_UNINSTALL = :
                     31: POST_UNINSTALL = :
                     32: build_triplet = @build@
                     33: host_triplet = @host@
                     34: target_triplet = @target@
                     35: subdir = tools
                     36: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     37: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     38: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     39: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     40:    $(ACLOCAL_M4)
                     41: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     42: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     43: CONFIG_CLEAN_FILES =
                     44: SOURCES =
                     45: DIST_SOURCES =
                     46: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     47: ACLOCAL = @ACLOCAL@
                     48: AMTAR = @AMTAR@
                     49: AUTOCONF = @AUTOCONF@
                     50: AUTOHEADER = @AUTOHEADER@
                     51: AUTOMAKE = @AUTOMAKE@
                     52: AWK = @AWK@
                     53: CC = @CC@
                     54: CCDEPMODE = @CCDEPMODE@
                     55: CFLAGS = @CFLAGS@
                     56: CPP = @CPP@
                     57: CPPFLAGS = @CPPFLAGS@
                     58: CXX = @CXX@
                     59: CXXDEPMODE = @CXXDEPMODE@
                     60: CXXFLAGS = @CXXFLAGS@
                     61: CYGPATH_W = @CYGPATH_W@
                     62: DATE = @DATE@
                     63: DATE_FR = @DATE_FR@
                     64: DEBUG = @DEBUG@
                     65: DEFS = @DEFS@
                     66: DEPDIR = @DEPDIR@
                     67: DVIPS = @DVIPS@
                     68: ECHO_C = @ECHO_C@
                     69: ECHO_N = @ECHO_N@
                     70: ECHO_T = @ECHO_T@
                     71: EGREP = @EGREP@
                     72: EXEEXT = @EXEEXT@
                     73: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
                     74: F77 = @F77@
                     75: FC = @FC@
                     76: FCFLAGS = @FCFLAGS@
                     77: FFLAGS = @FFLAGS@
                     78: FILE = @FILE@
                     79: FINAL_ENCODING = @FINAL_ENCODING@
                     80: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                     81: GNUPLOT = @GNUPLOT@
                     82: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                     83: GNUPLOT_P = @GNUPLOT_P@
                     84: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                     85: GPP = @GPP@
                     86: GREP = @GREP@
                     87: GS = @GS@
                     88: GSL = @GSL@
                     89: GV = @GV@
                     90: ICONV = @ICONV@
                     91: INSTALL = @INSTALL@
                     92: INSTALL_DATA = @INSTALL_DATA@
                     93: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     94: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     95: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     96: LATEX = @LATEX@
                     97: LDFLAGS = @LDFLAGS@
                     98: LIBMTMALLOC = @LIBMTMALLOC@
                     99: LIBOBJS = @LIBOBJS@
                    100: LIBS = @LIBS@
                    101: LIBTOOLIZE = @LIBTOOLIZE@
                    102: LN_S = @LN_S@
                    103: LTLIBOBJS = @LTLIBOBJS@
                    104: MAKEINFO = @MAKEINFO@
                    105: MKDIR_P = @MKDIR_P@
                    106: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    107: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    108: NCURSES = @NCURSES@
                    109: OBJEXT = @OBJEXT@
1.7       bertrand  110: OPENSSL = @OPENSSL@
1.6       bertrand  111: OS = @OS@
1.1       bertrand  112: PACKAGE = @PACKAGE@
                    113: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    114: PACKAGE_NAME = @PACKAGE_NAME@
                    115: PACKAGE_STRING = @PACKAGE_STRING@
                    116: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    117: PACKAGE_VERSION = @PACKAGE_VERSION@
                    118: PATH_SEPARATOR = @PATH_SEPARATOR@
                    119: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    120: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    121: PROFILAGE = @PROFILAGE@
                    122: RANLIB = @RANLIB@
                    123: READLINE = @READLINE@
                    124: RUNPATH = @RUNPATH@
                    125: SED = @SED@
                    126: SET_MAKE = @SET_MAKE@
                    127: SHELL = @SHELL@
1.7       bertrand  128: SQLITE = @SQLITE@
1.1       bertrand  129: STRIP = @STRIP@
                    130: TEX = @TEX@
                    131: UNITS = @UNITS@
                    132: VERSION = @VERSION@
                    133: VIM = @VIM@
                    134: VIM_SUPPORT = @VIM_SUPPORT@
                    135: XMKMF = @XMKMF@
                    136: X_CFLAGS = @X_CFLAGS@
                    137: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    138: X_LIBS = @X_LIBS@
                    139: X_PRE_LIBS = @X_PRE_LIBS@
                    140: abs_builddir = @abs_builddir@
                    141: abs_srcdir = @abs_srcdir@
                    142: abs_top_builddir = @abs_top_builddir@
                    143: abs_top_srcdir = @abs_top_srcdir@
                    144: ac_ct_CC = @ac_ct_CC@
                    145: ac_ct_CXX = @ac_ct_CXX@
                    146: ac_ct_F77 = @ac_ct_F77@
                    147: ac_ct_FC = @ac_ct_FC@
                    148: am__include = @am__include@
                    149: am__leading_dot = @am__leading_dot@
                    150: am__quote = @am__quote@
                    151: am__tar = @am__tar@
                    152: am__untar = @am__untar@
                    153: bindir = @bindir@
                    154: build = @build@
                    155: build_alias = @build_alias@
                    156: build_cpu = @build_cpu@
                    157: build_os = @build_os@
                    158: build_vendor = @build_vendor@
                    159: builddir = @builddir@
                    160: datadir = @datadir@
                    161: datarootdir = @datarootdir@
                    162: docdir = @docdir@
                    163: dvidir = @dvidir@
                    164: exec_prefix = @exec_prefix@
                    165: host = @host@
                    166: host_alias = @host_alias@
                    167: host_cpu = @host_cpu@
                    168: host_os = @host_os@
                    169: host_vendor = @host_vendor@
                    170: htmldir = @htmldir@
                    171: includeX = @includeX@
                    172: includedir = @includedir@
                    173: infodir = @infodir@
                    174: install_sh = @install_sh@
                    175: libMySQLinc = @libMySQLinc@
                    176: libMySQLlib = @libMySQLlib@
                    177: libPgSQLinc = @libPgSQLinc@
                    178: libPgSQLlib = @libPgSQLlib@
                    179: libX = @libX@
                    180: libdir = @libdir@
                    181: libexecdir = @libexecdir@
                    182: localedir = @localedir@
                    183: localstatedir = @localstatedir@
                    184: mandir = @mandir@
                    185: mkdir_p = @mkdir_p@
                    186: oldincludedir = @oldincludedir@
                    187: pdfdir = @pdfdir@
                    188: prefix = @prefix@
                    189: program_transform_name = @program_transform_name@
                    190: psdir = @psdir@
                    191: sbindir = @sbindir@
                    192: sharedstatedir = @sharedstatedir@
                    193: srcdir = @srcdir@
                    194: subdirs = @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.7       bertrand  195:        @FILE@ @ICONV@ @SQLITE@ @OPENSSL@
1.1       bertrand  196: 
                    197: sysconfdir = @sysconfdir@
                    198: target = @target@
                    199: target_alias = @target_alias@
                    200: target_cpu = @target_cpu@
                    201: target_os = @target_os@
                    202: target_vendor = @target_vendor@
                    203: top_builddir = @top_builddir@
                    204: top_srcdir = @top_srcdir@
                    205: EXTRA_DIST = @NCURSES@.tar.gz @READLINE@.tar.gz @UNITS@.tar.gz @GSL@.tar.gz \
1.4       bertrand  206:        @GPP@.tar.gz @GNUPLOT@.tar.gz @FILE@.tar.gz @ICONV@.tar.gz \
1.7       bertrand  207:        @FILE@.diff.gz @SQLITE@.tar.gz @OPENSSL@.tar.gz
1.1       bertrand  208: 
                    209: all: all-am
                    210: 
                    211: .SUFFIXES:
                    212: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    213:    @for dep in $?; do \
                    214:      case '$(am__configure_deps)' in \
                    215:        *$$dep*) \
1.9       bertrand  216:          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    217:        && exit 0; \
1.1       bertrand  218:          exit 1;; \
                    219:      esac; \
                    220:    done; \
1.9       bertrand  221:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
                    222:    cd $(top_srcdir) && \
                    223:      $(AUTOMAKE) --gnu  tools/Makefile
1.1       bertrand  224: .PRECIOUS: Makefile
                    225: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    226:    @case '$?' in \
                    227:      *config.status*) \
                    228:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    229:      *) \
                    230:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    231:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    232:    esac;
                    233: 
                    234: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    235:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    236: 
                    237: $(top_srcdir)/configure:  $(am__configure_deps)
                    238:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    239: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    240:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    241: tags: TAGS
                    242: TAGS:
                    243: 
                    244: ctags: CTAGS
                    245: CTAGS:
                    246: 
                    247: 
                    248: distdir: $(DISTFILES)
                    249:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    250:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    251:    list='$(DISTFILES)'; \
                    252:      dist_files=`for file in $$list; do echo $$file; done | \
                    253:      sed -e "s|^$$srcdirstrip/||;t" \
                    254:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    255:    case $$dist_files in \
                    256:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    257:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    258:               sort -u` ;; \
                    259:    esac; \
                    260:    for file in $$dist_files; do \
                    261:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    262:      if test -d $$d/$$file; then \
                    263:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    264:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.9       bertrand  265:          cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1.1       bertrand  266:        fi; \
1.9       bertrand  267:        cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       bertrand  268:      else \
1.9       bertrand  269:        test -f $(distdir)/$$file \
                    270:        || cp -p $$d/$$file $(distdir)/$$file \
1.1       bertrand  271:        || exit 1; \
                    272:      fi; \
                    273:    done
                    274: check-am: all-am
                    275: check: check-am
                    276: all-am: Makefile
                    277: installdirs:
                    278: install-exec: install-exec-am
                    279: install-data: install-data-am
                    280: 
                    281: install-am: all-am
                    282:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    283: 
                    284: installcheck: installcheck-am
                    285: mostlyclean-generic:
                    286: 
                    287: clean-generic:
                    288: 
                    289: distclean-generic:
                    290:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    291: 
                    292: maintainer-clean-generic:
                    293:    @echo "This command is intended for maintainers to use"
                    294:    @echo "it deletes files that may require special tools to rebuild."
                    295: clean: clean-am
                    296: 
                    297: clean-am: clean-generic mostlyclean-am
                    298: 
                    299: distclean: distclean-am
                    300:    -rm -f Makefile
                    301: distclean-am: clean-am distclean-generic
                    302: 
                    303: dvi: dvi-am
                    304: 
                    305: dvi-am:
                    306: 
                    307: html: html-am
                    308: 
                    309: info: info-am
                    310: 
                    311: info-am:
                    312: 
                    313: install-data-am:
                    314: 
                    315: install-dvi: install-dvi-am
                    316: 
                    317: install-exec-am:
                    318: 
                    319: install-html: install-html-am
                    320: 
                    321: install-info: install-info-am
                    322: 
                    323: install-man:
                    324: 
                    325: install-pdf: install-pdf-am
                    326: 
                    327: install-ps: install-ps-am
                    328: 
                    329: installcheck-am:
                    330: 
                    331: maintainer-clean: maintainer-clean-am
                    332:    -rm -f Makefile
                    333: maintainer-clean-am: distclean-am maintainer-clean-generic
                    334: 
                    335: mostlyclean: mostlyclean-am
                    336: 
                    337: mostlyclean-am: mostlyclean-generic
                    338: 
                    339: pdf: pdf-am
                    340: 
                    341: pdf-am:
                    342: 
                    343: ps: ps-am
                    344: 
                    345: ps-am:
                    346: 
                    347: uninstall-am:
                    348: 
                    349: .MAKE: install-am install-strip
                    350: 
                    351: .PHONY: all all-am check check-am clean clean-generic distclean \
                    352:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    353:    install install-am install-data install-data-am install-dvi \
                    354:    install-dvi-am install-exec install-exec-am install-html \
                    355:    install-html-am install-info install-info-am install-man \
                    356:    install-pdf install-pdf-am install-ps install-ps-am \
                    357:    install-strip installcheck installcheck-am installdirs \
                    358:    maintainer-clean maintainer-clean-generic mostlyclean \
                    359:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    360: 
                    361: 
                    362: all:
1.6       bertrand  363:    for i in $(shell find @NCURSES@ -name Makefile \
                    364:         -exec grep static {} /dev/null \; | cut -d: -f1); \
                    365:    do \
                    366:        echo -n Checking $$i; \
                    367:        TMP=$$(mktemp); \
                    368:        if [ -n "$$(grep static $$i | grep dynamic)" ]; then \
                    369:            awk \
                    370:            '{ \
                    371:                if (index($$0, "-static") != 0 && index($$0, "-dynamic") != 0) \
                    372:                { \
                    373:                    for(j = 1; j <= NF; j++) \
                    374:                    { \
                    375:                        if (index($$j, "-static") == 0) \
                    376:                        { \
                    377:                            printf("%s ", $$j); \
                    378:                        } \
                    379:                    } \
                    380:                    printf("\n"); \
                    381:                } \
                    382:                else \
                    383:                { \
                    384:                    print; \
                    385:                } \
                    386:            }' $$i > $$TMP; \
                    387:            \mv -f $$TMP $$i; \
                    388:            echo -n " (fixed)"; \
                    389:        else \
                    390:            echo -n " (nothing to do)"; \
                    391:        fi; \
                    392:        echo .; \
                    393:    done;
                    394:    TMP=$$(mktemp); \
                    395:    awk \
                    396:    '{ \
                    397:        if (index($$0, "LDFLAGS") == 1) \
                    398:        { \
                    399:            if (index($$0, "-static") == 0) \
                    400:            { \
                    401:                printf("%s -static\n", $$0); \
                    402:            } \
                    403:            else \
                    404:            { \
                    405:                print; \
                    406:            } \
                    407:        } \
                    408:        else \
                    409:        { \
                    410:            print; \
                    411:        } \
                    412:    }' @FILE@/src/Makefile > $$TMP; \
                    413:    \mv -f $$TMP @FILE@/src/Makefile
1.1       bertrand  414:    @list='$(subdirs)'; for subdir in $$list; do \
                    415:        echo "Making $@ in $$subdir"; \
                    416:        $(MAKE) -C $$subdir $@ ; \
                    417:    done;
1.8       bertrand  418:    if [ ! -f @OPENSSL@/tests_success ]; then \
                    419:        (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \
                    420:    fi
1.7       bertrand  421:    $(AR) cru $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a \
1.6       bertrand  422:            $(top_builddir)/tools/@ICONV@/lib/.libs/*.o
1.7       bertrand  423:    $(RANLIB) $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
1.10    ! bertrand  424: <<<<<<< Makefile.in
        !           425:    $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
        !           426:            $(top_builddir)/tools/@FILE@/src/file.o \
        !           427:            $(top_builddir)/tools/@FILE@/src/.libs/librplfile.a \
        !           428:            $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
        !           429:            cut -d= -f2) $(LDFLAGS)
        !           430: =======
1.9       bertrand  431:    $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
                    432:            $(top_builddir)/tools/@FILE@/src/file.o \
                    433:            $(top_builddir)/tools/@FILE@/src/.libs/librplfile.a \
                    434:            $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
                    435:            cut -d= -f2)
1.10    ! bertrand  436: >>>>>>> 1.9
1.1       bertrand  437: 
                    438: clean distclean:
                    439:    @list='$(subdirs)'; for subdir in $$list; do \
                    440:        echo "Cleaning $$subdir"; \
1.9       bertrand  441:        $(MAKE) -C $$subdir $@; \
1.1       bertrand  442:    done;
1.9       bertrand  443:    \rm @OPENSSL@/tests_success
1.1       bertrand  444: 
                    445: install: all
                    446:    $(mkinstalldirs) $(DESTDIR)$(bindir)
1.6       bertrand  447:    $(INSTALL_PROGRAM) $(UNITS)/units$(EXEEXT) \
                    448:            $(DESTDIR)$(bindir)/rplconvert$(EXEEXT)
1.1       bertrand  449:    $(mkinstalldirs) $(DESTDIR)$(datadir)
                    450:    $(INSTALL_DATA) $(srcdir)/$(UNITS)/units.dat $(DESTDIR)$(datadir)/rplunits
1.6       bertrand  451:    $(INSTALL_PROGRAM) $(GPP)/src/gpp$(EXEEXT) \
                    452:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT)
1.1       bertrand  453:    $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
                    454:    $(INSTALL_DATA) $(srcdir)/$(GPP)/doc/gpp.1 $(DESTDIR)$(mandir)/man1
                    455:    ln -sf $(DESTDIR)$(mandir)/man1/gpp.1 $(DESTDIR)$(mandir)/man1/rplpp.1
1.3       bertrand  456:    if [ @GNUPLOT_COMPILATION@ ]; then \
                    457:            $(MAKE) $(AM_MAKEFLAGS) -C @GNUPLOT@ $@; fi
1.1       bertrand  458:    $(INSTALL_DATA) $(FILE)/magic/magic.mgc \
                    459:            $(DESTDIR)$(datadir)/rplfiles.mgc
1.6       bertrand  460:    $(INSTALL_PROGRAM) $(FILE)/src/rplfile$(EXEEXT) \
                    461:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT);
1.1       bertrand  462: 
1.7       bertrand  463: uninstall:
                    464:    \rm -f $(DESTDIR)$(bindir)/rplconvert$(EXEEXT) \
                    465:            $(DESTDIR)$(datadir)/rplunits \
                    466:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT) \
                    467:            $(DESTDIR)$(mandir)/man1/gpp.1 \
                    468:            $(DESTDIR)$(mandir)/man1/rplpp.1 \
                    469:            $(DESTDIR)$(datadir)/rplfiles.mgc \
                    470:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
                    471: 
1.1       bertrand  472: install-strip:
                    473:    $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    474: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    475: # Otherwise a system limit (for SysV at least) may be exceeded.
                    476: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>