Annotation of rpl/Makefile.in, revision 1.38

1.11      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.11      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: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
1.11      bertrand   19: pkgincludedir = $(includedir)/@PACKAGE@
1.10      bertrand   20: pkglibdir = $(libdir)/@PACKAGE@
1.11      bertrand   21: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
                     28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
                     34: build_triplet = @build@
                     35: host_triplet = @host@
                     36: target_triplet = @target@
                     37: subdir = .
1.38    ! bertrand   38: DIST_COMMON = README $(am__configure_deps) $(srcdir)/COPYING.in \
        !            39:    $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        !            40:    $(srcdir)/rplconfig.h.in $(top_srcdir)/configure AUTHORS \
        !            41:    COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
        !            42:    depcomp install-sh ltmain.sh missing mkinstalldirs
1.1       bertrand   43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     44: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     46:    $(ACLOCAL_M4)
                     47: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     48:  configure.lineno config.status.lineno
                     49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     50: CONFIG_HEADER = rplconfig.h
                     51: CONFIG_CLEAN_FILES = COPYING
1.11      bertrand   52: CONFIG_CLEAN_VPATH_FILES =
1.1       bertrand   53: SOURCES =
                     54: DIST_SOURCES =
                     55: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     56:    html-recursive info-recursive install-data-recursive \
                     57:    install-dvi-recursive install-exec-recursive \
                     58:    install-html-recursive install-info-recursive \
                     59:    install-pdf-recursive install-ps-recursive install-recursive \
                     60:    installcheck-recursive installdirs-recursive pdf-recursive \
                     61:    ps-recursive uninstall-recursive
                     62: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
                     63:   distclean-recursive maintainer-clean-recursive
1.11      bertrand   64: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     65:    $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     66:    distdir dist dist-all distcheck
1.1       bertrand   67: ETAGS = etags
                     68: CTAGS = ctags
1.5       bertrand   69: DIST_SUBDIRS = $(SUBDIRS)
1.1       bertrand   70: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     71: distdir = $(PACKAGE)-$(VERSION)
                     72: top_distdir = $(distdir)
                     73: am__remove_distdir = \
1.11      bertrand   74:   { test ! -d "$(distdir)" \
                     75:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                     76:          && rm -fr "$(distdir)"; }; }
                     77: am__relativize = \
                     78:   dir0=`pwd`; \
                     79:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                     80:   sed_rest='s,^[^/]*/*,,'; \
                     81:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                     82:   sed_butlast='s,/*[^/]*$$,,'; \
                     83:   while test -n "$$dir1"; do \
                     84:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                     85:     if test "$$first" != "."; then \
                     86:       if test "$$first" = ".."; then \
                     87:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                     88:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                     89:       else \
                     90:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                     91:         if test "$$first2" = "$$first"; then \
                     92:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                     93:         else \
                     94:           dir2="../$$dir2"; \
                     95:         fi; \
                     96:         dir0="$$dir0"/"$$first"; \
                     97:       fi; \
                     98:     fi; \
                     99:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    100:   done; \
                    101:   reldir="$$dir2"
1.1       bertrand  102: DIST_ARCHIVES = $(distdir).tar.gz
                    103: GZIP_ENV = --best
                    104: distuninstallcheck_listfiles = find . -type f -print
                    105: distcleancheck_listfiles = find . -type f -print
                    106: ACLOCAL = @ACLOCAL@
                    107: AMTAR = @AMTAR@
                    108: AUTOCONF = @AUTOCONF@
                    109: AUTOHEADER = @AUTOHEADER@
                    110: AUTOMAKE = @AUTOMAKE@
                    111: AWK = @AWK@
1.29      bertrand  112: BROKEN_SIGINFO = @BROKEN_SIGINFO@
1.34      bertrand  113: BSH_PATH = @BSH_PATH@
1.1       bertrand  114: CC = @CC@
                    115: CCDEPMODE = @CCDEPMODE@
                    116: CFLAGS = @CFLAGS@
                    117: CPP = @CPP@
                    118: CPPFLAGS = @CPPFLAGS@
                    119: CXX = @CXX@
                    120: CXXDEPMODE = @CXXDEPMODE@
                    121: CXXFLAGS = @CXXFLAGS@
                    122: CYGPATH_W = @CYGPATH_W@
1.27      bertrand  123: C_STANDARD = @C_STANDARD@
1.1       bertrand  124: DATE = @DATE@
                    125: DATE_FR = @DATE_FR@
                    126: DEBUG = @DEBUG@
                    127: DEFS = @DEFS@
                    128: DEPDIR = @DEPDIR@
                    129: DVIPS = @DVIPS@
                    130: ECHO_C = @ECHO_C@
                    131: ECHO_N = @ECHO_N@
                    132: ECHO_T = @ECHO_T@
                    133: EGREP = @EGREP@
                    134: EXEEXT = @EXEEXT@
                    135: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.12      bertrand  136: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.24      bertrand  137: EXT_SQL = @EXT_SQL@
1.1       bertrand  138: F77 = @F77@
                    139: FC = @FC@
                    140: FCFLAGS = @FCFLAGS@
                    141: FFLAGS = @FFLAGS@
                    142: FILE = @FILE@
                    143: FINAL_ENCODING = @FINAL_ENCODING@
                    144: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                    145: GNUPLOT = @GNUPLOT@
                    146: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    147: GNUPLOT_P = @GNUPLOT_P@
                    148: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    149: GPP = @GPP@
                    150: GREP = @GREP@
                    151: GS = @GS@
                    152: GSL = @GSL@
                    153: GV = @GV@
                    154: ICONV = @ICONV@
                    155: INSTALL = @INSTALL@
                    156: INSTALL_DATA = @INSTALL_DATA@
                    157: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    158: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    159: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.30      bertrand  160: IPCS_SYSV = @IPCS_SYSV@
1.28      bertrand  161: IPV6 = @IPV6@
1.1       bertrand  162: LATEX = @LATEX@
                    163: LDFLAGS = @LDFLAGS@
                    164: LIBOBJS = @LIBOBJS@
                    165: LIBS = @LIBS@
                    166: LN_S = @LN_S@
                    167: LTLIBOBJS = @LTLIBOBJS@
                    168: MAKEINFO = @MAKEINFO@
1.38    ! bertrand  169: MALLOC = @MALLOC@
1.1       bertrand  170: MKDIR_P = @MKDIR_P@
                    171: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    172: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    173: NCURSES = @NCURSES@
1.12      bertrand  174: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.1       bertrand  175: OBJEXT = @OBJEXT@
1.8       bertrand  176: OPENSSL = @OPENSSL@
1.7       bertrand  177: OS = @OS@
1.1       bertrand  178: PACKAGE = @PACKAGE@
                    179: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    180: PACKAGE_NAME = @PACKAGE_NAME@
                    181: PACKAGE_STRING = @PACKAGE_STRING@
                    182: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.11      bertrand  183: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  184: PACKAGE_VERSION = @PACKAGE_VERSION@
                    185: PATH_SEPARATOR = @PATH_SEPARATOR@
                    186: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    187: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    188: PROFILAGE = @PROFILAGE@
                    189: RANLIB = @RANLIB@
                    190: READLINE = @READLINE@
                    191: RUNPATH = @RUNPATH@
                    192: SED = @SED@
1.12      bertrand  193: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.27      bertrand  194: SEMUN = @SEMUN@
1.1       bertrand  195: SET_MAKE = @SET_MAKE@
                    196: SHELL = @SHELL@
1.8       bertrand  197: SQLITE = @SQLITE@
1.1       bertrand  198: STRIP = @STRIP@
                    199: TEX = @TEX@
                    200: UNITS = @UNITS@
                    201: VERSION = @VERSION@
                    202: VIM = @VIM@
                    203: VIM_SUPPORT = @VIM_SUPPORT@
                    204: XMKMF = @XMKMF@
                    205: X_CFLAGS = @X_CFLAGS@
                    206: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    207: X_LIBS = @X_LIBS@
                    208: X_PRE_LIBS = @X_PRE_LIBS@
                    209: abs_builddir = @abs_builddir@
                    210: abs_srcdir = @abs_srcdir@
                    211: abs_top_builddir = @abs_top_builddir@
                    212: abs_top_srcdir = @abs_top_srcdir@
                    213: ac_ct_CC = @ac_ct_CC@
                    214: ac_ct_CXX = @ac_ct_CXX@
                    215: ac_ct_F77 = @ac_ct_F77@
                    216: ac_ct_FC = @ac_ct_FC@
                    217: am__include = @am__include@
                    218: am__leading_dot = @am__leading_dot@
                    219: am__quote = @am__quote@
                    220: am__tar = @am__tar@
                    221: am__untar = @am__untar@
                    222: bindir = @bindir@
                    223: build = @build@
                    224: build_alias = @build_alias@
                    225: build_cpu = @build_cpu@
                    226: build_os = @build_os@
                    227: build_vendor = @build_vendor@
                    228: builddir = @builddir@
                    229: datadir = @datadir@
                    230: datarootdir = @datarootdir@
                    231: docdir = @docdir@
                    232: dvidir = @dvidir@
                    233: exec_prefix = @exec_prefix@
                    234: host = @host@
                    235: host_alias = @host_alias@
                    236: host_cpu = @host_cpu@
                    237: host_os = @host_os@
                    238: host_vendor = @host_vendor@
                    239: htmldir = @htmldir@
                    240: includeX = @includeX@
                    241: includedir = @includedir@
                    242: infodir = @infodir@
                    243: install_sh = @install_sh@
                    244: libMySQLinc = @libMySQLinc@
                    245: libMySQLlib = @libMySQLlib@
                    246: libPgSQLinc = @libPgSQLinc@
                    247: libPgSQLlib = @libPgSQLlib@
                    248: libX = @libX@
                    249: libdir = @libdir@
                    250: libexecdir = @libexecdir@
                    251: localedir = @localedir@
                    252: localstatedir = @localstatedir@
                    253: mandir = @mandir@
                    254: mkdir_p = @mkdir_p@
                    255: oldincludedir = @oldincludedir@
                    256: pdfdir = @pdfdir@
                    257: prefix = @prefix@
                    258: program_transform_name = @program_transform_name@
                    259: psdir = @psdir@
                    260: sbindir = @sbindir@
                    261: sharedstatedir = @sharedstatedir@
                    262: srcdir = @srcdir@
                    263: subdirs = @subdirs@
                    264: sysconfdir = @sysconfdir@
                    265: target = @target@
                    266: target_alias = @target_alias@
                    267: target_cpu = @target_cpu@
                    268: target_os = @target_os@
                    269: target_vendor = @target_vendor@
1.11      bertrand  270: top_build_prefix = @top_build_prefix@
1.1       bertrand  271: top_builddir = @top_builddir@
                    272: top_srcdir = @top_srcdir@
1.37      bertrand  273: SUBDIRS = tools rplsums rpliconv rplawk lapack/blas lapack/lapack src \
1.8       bertrand  274:        rpltags scripts man doc
                    275: 
1.5       bertrand  276: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
                    277:        COPYING.in lapack/COPYING lapack/RELEASE \
                    278:        tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
                    279:        vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
                    280:        examples/external.tar.gz
                    281: 
1.1       bertrand  282: all: rplconfig.h
                    283:    $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    284: 
                    285: .SUFFIXES:
                    286: am--refresh:
                    287:    @:
                    288: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    289:    @for dep in $?; do \
                    290:      case '$(am__configure_deps)' in \
                    291:        *$$dep*) \
1.11      bertrand  292:          echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    293:          $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.1       bertrand  294:        && exit 0; \
                    295:          exit 1;; \
                    296:      esac; \
                    297:    done; \
1.11      bertrand  298:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    299:    $(am__cd) $(top_srcdir) && \
                    300:      $(AUTOMAKE) --gnu Makefile
1.1       bertrand  301: .PRECIOUS: Makefile
                    302: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    303:    @case '$?' in \
                    304:      *config.status*) \
                    305:        echo ' $(SHELL) ./config.status'; \
                    306:        $(SHELL) ./config.status;; \
                    307:      *) \
                    308:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    309:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    310:    esac;
                    311: 
                    312: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    313:    $(SHELL) ./config.status --recheck
                    314: 
                    315: $(top_srcdir)/configure:  $(am__configure_deps)
1.11      bertrand  316:    $(am__cd) $(srcdir) && $(AUTOCONF)
1.1       bertrand  317: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.11      bertrand  318:    $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    319: $(am__aclocal_m4_deps):
1.1       bertrand  320: 
                    321: rplconfig.h: stamp-h1
                    322:    @if test ! -f $@; then \
                    323:      rm -f stamp-h1; \
                    324:      $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
                    325:    else :; fi
                    326: 
                    327: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
                    328:    @rm -f stamp-h1
                    329:    cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
                    330: $(srcdir)/rplconfig.h.in:  $(am__configure_deps) 
1.11      bertrand  331:    ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.1       bertrand  332:    rm -f stamp-h1
                    333:    touch $@
                    334: 
                    335: distclean-hdr:
                    336:    -rm -f rplconfig.h stamp-h1
                    337: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
                    338:    cd $(top_builddir) && $(SHELL) ./config.status $@
                    339: 
                    340: # This directory's subdirectories are mostly independent; you can cd
                    341: # into them and run `make' without going through this Makefile.
                    342: # To change the values of `make' variables: instead of editing Makefiles,
                    343: # (1) if the variable is set in `config.status', edit `config.status'
                    344: #     (which will cause the Makefiles to be regenerated when you run `make');
                    345: # (2) otherwise, pass the desired values on the `make' command line.
                    346: $(RECURSIVE_TARGETS):
1.11      bertrand  347:    @fail= failcom='exit 1'; \
1.1       bertrand  348:    for f in x $$MAKEFLAGS; do \
                    349:      case $$f in \
                    350:        *=* | --[!k]*);; \
                    351:        *k*) failcom='fail=yes';; \
                    352:      esac; \
                    353:    done; \
                    354:    dot_seen=no; \
                    355:    target=`echo $@ | sed s/-recursive//`; \
                    356:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    357:      echo "Making $$target in $$subdir"; \
                    358:      if test "$$subdir" = "."; then \
                    359:        dot_seen=yes; \
                    360:        local_target="$$target-am"; \
                    361:      else \
                    362:        local_target="$$target"; \
                    363:      fi; \
1.11      bertrand  364:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  365:      || eval $$failcom; \
                    366:    done; \
                    367:    if test "$$dot_seen" = "no"; then \
                    368:      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    369:    fi; test -z "$$fail"
                    370: 
                    371: $(RECURSIVE_CLEAN_TARGETS):
1.11      bertrand  372:    @fail= failcom='exit 1'; \
1.1       bertrand  373:    for f in x $$MAKEFLAGS; do \
                    374:      case $$f in \
                    375:        *=* | --[!k]*);; \
                    376:        *k*) failcom='fail=yes';; \
                    377:      esac; \
                    378:    done; \
                    379:    dot_seen=no; \
                    380:    case "$@" in \
                    381:      distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    382:      *) list='$(SUBDIRS)' ;; \
                    383:    esac; \
                    384:    rev=''; for subdir in $$list; do \
                    385:      if test "$$subdir" = "."; then :; else \
                    386:        rev="$$subdir $$rev"; \
                    387:      fi; \
                    388:    done; \
                    389:    rev="$$rev ."; \
                    390:    target=`echo $@ | sed s/-recursive//`; \
                    391:    for subdir in $$rev; do \
                    392:      echo "Making $$target in $$subdir"; \
                    393:      if test "$$subdir" = "."; then \
                    394:        local_target="$$target-am"; \
                    395:      else \
                    396:        local_target="$$target"; \
                    397:      fi; \
1.11      bertrand  398:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  399:      || eval $$failcom; \
                    400:    done && test -z "$$fail"
                    401: tags-recursive:
                    402:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.11      bertrand  403:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       bertrand  404:    done
                    405: ctags-recursive:
                    406:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.11      bertrand  407:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1       bertrand  408:    done
                    409: 
                    410: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    411:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    412:    unique=`for i in $$list; do \
                    413:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    414:      done | \
1.11      bertrand  415:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1       bertrand  416:          END { if (nonempty) { for (i in files) print i; }; }'`; \
                    417:    mkid -fID $$unique
                    418: tags: TAGS
                    419: 
                    420: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    421:        $(TAGS_FILES) $(LISP)
1.11      bertrand  422:    set x; \
1.1       bertrand  423:    here=`pwd`; \
                    424:    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    425:      include_option=--etags-include; \
                    426:      empty_fix=.; \
                    427:    else \
                    428:      include_option=--include; \
                    429:      empty_fix=; \
                    430:    fi; \
                    431:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    432:      if test "$$subdir" = .; then :; else \
                    433:        test ! -f $$subdir/TAGS || \
1.11      bertrand  434:          set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       bertrand  435:      fi; \
                    436:    done; \
                    437:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    438:    unique=`for i in $$list; do \
                    439:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    440:      done | \
                    441:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    442:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.11      bertrand  443:    shift; \
                    444:    if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       bertrand  445:      test -n "$$unique" || unique=$$empty_fix; \
1.11      bertrand  446:      if test $$# -gt 0; then \
                    447:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    448:          "$$@" $$unique; \
                    449:      else \
                    450:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    451:          $$unique; \
                    452:      fi; \
1.1       bertrand  453:    fi
                    454: ctags: CTAGS
                    455: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    456:        $(TAGS_FILES) $(LISP)
                    457:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    458:    unique=`for i in $$list; do \
                    459:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    460:      done | \
                    461:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    462:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.11      bertrand  463:    test -z "$(CTAGS_ARGS)$$unique" \
1.1       bertrand  464:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.11      bertrand  465:         $$unique
1.1       bertrand  466: 
                    467: GTAGS:
                    468:    here=`$(am__cd) $(top_builddir) && pwd` \
1.11      bertrand  469:      && $(am__cd) $(top_srcdir) \
                    470:      && gtags -i $(GTAGS_ARGS) "$$here"
1.1       bertrand  471: 
                    472: distclean-tags:
                    473:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    474: 
                    475: distdir: $(DISTFILES)
                    476:    $(am__remove_distdir)
1.11      bertrand  477:    test -d "$(distdir)" || mkdir "$(distdir)"
1.1       bertrand  478:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    479:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    480:    list='$(DISTFILES)'; \
                    481:      dist_files=`for file in $$list; do echo $$file; done | \
                    482:      sed -e "s|^$$srcdirstrip/||;t" \
                    483:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    484:    case $$dist_files in \
                    485:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    486:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    487:               sort -u` ;; \
                    488:    esac; \
                    489:    for file in $$dist_files; do \
                    490:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    491:      if test -d $$d/$$file; then \
                    492:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.11      bertrand  493:        if test -d "$(distdir)/$$file"; then \
                    494:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    495:        fi; \
1.1       bertrand  496:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.11      bertrand  497:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    498:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  499:        fi; \
1.11      bertrand  500:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  501:      else \
1.11      bertrand  502:        test -f "$(distdir)/$$file" \
                    503:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  504:        || exit 1; \
                    505:      fi; \
                    506:    done
1.11      bertrand  507:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       bertrand  508:      if test "$$subdir" = .; then :; else \
                    509:        test -d "$(distdir)/$$subdir" \
                    510:        || $(MKDIR_P) "$(distdir)/$$subdir" \
                    511:        || exit 1; \
1.11      bertrand  512:      fi; \
                    513:    done
                    514:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    515:      if test "$$subdir" = .; then :; else \
                    516:        dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    517:        $(am__relativize); \
                    518:        new_distdir=$$reldir; \
                    519:        dir1=$$subdir; dir2="$(top_distdir)"; \
                    520:        $(am__relativize); \
                    521:        new_top_distdir=$$reldir; \
                    522:        echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    523:        echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    524:        ($(am__cd) $$subdir && \
1.1       bertrand  525:          $(MAKE) $(AM_MAKEFLAGS) \
1.11      bertrand  526:            top_distdir="$$new_top_distdir" \
                    527:            distdir="$$new_distdir" \
1.1       bertrand  528:        am__remove_distdir=: \
                    529:        am__skip_length_check=: \
1.11      bertrand  530:        am__skip_mode_fix=: \
1.1       bertrand  531:            distdir) \
                    532:          || exit 1; \
                    533:      fi; \
                    534:    done
1.11      bertrand  535:    -test -n "$(am__skip_mode_fix)" \
                    536:    || find "$(distdir)" -type d ! -perm -755 \
                    537:        -exec chmod u+rwx,go+rx {} \; -o \
1.1       bertrand  538:      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    539:      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    540:      ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.11      bertrand  541:    || chmod -R a+r "$(distdir)"
1.1       bertrand  542: dist-gzip: distdir
                    543:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    544:    $(am__remove_distdir)
                    545: 
                    546: dist-bzip2: distdir
                    547:    tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    548:    $(am__remove_distdir)
                    549: 
                    550: dist-lzma: distdir
                    551:    tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    552:    $(am__remove_distdir)
                    553: 
1.11      bertrand  554: dist-xz: distdir
                    555:    tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
                    556:    $(am__remove_distdir)
                    557: 
1.1       bertrand  558: dist-tarZ: distdir
                    559:    tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    560:    $(am__remove_distdir)
                    561: 
                    562: dist-shar: distdir
                    563:    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    564:    $(am__remove_distdir)
                    565: 
                    566: dist-zip: distdir
                    567:    -rm -f $(distdir).zip
                    568:    zip -rq $(distdir).zip $(distdir)
                    569:    $(am__remove_distdir)
                    570: 
                    571: dist dist-all: distdir
                    572:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    573:    $(am__remove_distdir)
                    574: 
                    575: # This target untars the dist file and tries a VPATH configuration.  Then
                    576: # it guarantees that the distribution is self-contained by making another
                    577: # tarfile.
                    578: distcheck: dist
                    579:    case '$(DIST_ARCHIVES)' in \
                    580:    *.tar.gz*) \
1.11      bertrand  581:      GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1       bertrand  582:    *.tar.bz2*) \
1.11      bertrand  583:      bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1       bertrand  584:    *.tar.lzma*) \
1.11      bertrand  585:      lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
                    586:    *.tar.xz*) \
                    587:      xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.1       bertrand  588:    *.tar.Z*) \
                    589:      uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    590:    *.shar.gz*) \
1.11      bertrand  591:      GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1.1       bertrand  592:    *.zip*) \
                    593:      unzip $(distdir).zip ;;\
                    594:    esac
                    595:    chmod -R a-w $(distdir); chmod a+w $(distdir)
                    596:    mkdir $(distdir)/_build
                    597:    mkdir $(distdir)/_inst
                    598:    chmod a-w $(distdir)
1.11      bertrand  599:    test -d $(distdir)/_build || exit 0; \
1.1       bertrand  600:    dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    601:      && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.11      bertrand  602:      && am__cwd=`pwd` \
                    603:      && $(am__cd) $(distdir)/_build \
1.1       bertrand  604:      && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    605:        $(DISTCHECK_CONFIGURE_FLAGS) \
                    606:      && $(MAKE) $(AM_MAKEFLAGS) \
                    607:      && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    608:      && $(MAKE) $(AM_MAKEFLAGS) check \
                    609:      && $(MAKE) $(AM_MAKEFLAGS) install \
                    610:      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    611:      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    612:      && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    613:            distuninstallcheck \
                    614:      && chmod -R a-w "$$dc_install_base" \
                    615:      && ({ \
                    616:           (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    617:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    618:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    619:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    620:                distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    621:          } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    622:      && rm -rf "$$dc_destdir" \
                    623:      && $(MAKE) $(AM_MAKEFLAGS) dist \
                    624:      && rm -rf $(DIST_ARCHIVES) \
1.11      bertrand  625:      && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    626:      && cd "$$am__cwd" \
                    627:      || exit 1
1.1       bertrand  628:    $(am__remove_distdir)
                    629:    @(echo "$(distdir) archives ready for distribution: "; \
                    630:      list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    631:      sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    632: distuninstallcheck:
1.11      bertrand  633:    @$(am__cd) '$(distuninstallcheck_dir)' \
1.1       bertrand  634:    && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    635:       || { echo "ERROR: files left after uninstall:" ; \
                    636:            if test -n "$(DESTDIR)"; then \
                    637:              echo "  (check DESTDIR support)"; \
                    638:            fi ; \
                    639:            $(distuninstallcheck_listfiles) ; \
                    640:            exit 1; } >&2
                    641: distcleancheck: distclean
                    642:    @if test '$(srcdir)' = . ; then \
                    643:      echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    644:      exit 1 ; \
                    645:    fi
                    646:    @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    647:      || { echo "ERROR: files left in build directory after distclean:" ; \
                    648:           $(distcleancheck_listfiles) ; \
                    649:           exit 1; } >&2
                    650: check-am: all-am
                    651: check: check-recursive
1.38    ! bertrand  652: all-am: Makefile rplconfig.h
1.1       bertrand  653: installdirs: installdirs-recursive
                    654: installdirs-am:
                    655: install: install-recursive
                    656: install-exec: install-exec-recursive
                    657: install-data: install-data-recursive
                    658: uninstall: uninstall-recursive
                    659: 
                    660: install-am: all-am
                    661:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    662: 
                    663: installcheck: installcheck-recursive
                    664: mostlyclean-generic:
                    665: 
                    666: clean-generic:
                    667: 
                    668: distclean-generic:
                    669:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.11      bertrand  670:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  671: 
                    672: maintainer-clean-generic:
                    673:    @echo "This command is intended for maintainers to use"
                    674:    @echo "it deletes files that may require special tools to rebuild."
                    675: clean: clean-recursive
                    676: 
                    677: clean-am: clean-generic mostlyclean-am
                    678: 
                    679: distclean: distclean-recursive
                    680:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    681:    -rm -f Makefile
                    682: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
                    683: 
                    684: dvi: dvi-recursive
                    685: 
                    686: dvi-am:
                    687: 
                    688: html: html-recursive
                    689: 
1.11      bertrand  690: html-am:
                    691: 
1.1       bertrand  692: info: info-recursive
                    693: 
                    694: info-am:
                    695: 
1.38    ! bertrand  696: install-data-am:
1.1       bertrand  697: 
                    698: install-dvi: install-dvi-recursive
                    699: 
1.11      bertrand  700: install-dvi-am:
                    701: 
1.1       bertrand  702: install-exec-am:
                    703: 
                    704: install-html: install-html-recursive
                    705: 
1.11      bertrand  706: install-html-am:
                    707: 
1.1       bertrand  708: install-info: install-info-recursive
                    709: 
1.11      bertrand  710: install-info-am:
                    711: 
1.1       bertrand  712: install-man:
                    713: 
                    714: install-pdf: install-pdf-recursive
                    715: 
1.11      bertrand  716: install-pdf-am:
                    717: 
1.1       bertrand  718: install-ps: install-ps-recursive
                    719: 
1.11      bertrand  720: install-ps-am:
                    721: 
1.1       bertrand  722: installcheck-am:
                    723: 
                    724: maintainer-clean: maintainer-clean-recursive
                    725:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    726:    -rm -rf $(top_srcdir)/autom4te.cache
                    727:    -rm -f Makefile
                    728: maintainer-clean-am: distclean-am maintainer-clean-generic
                    729: 
                    730: mostlyclean: mostlyclean-recursive
                    731: 
                    732: mostlyclean-am: mostlyclean-generic
                    733: 
                    734: pdf: pdf-recursive
                    735: 
                    736: pdf-am:
                    737: 
                    738: ps: ps-recursive
                    739: 
                    740: ps-am:
                    741: 
1.38    ! bertrand  742: uninstall-am:
1.1       bertrand  743: 
1.11      bertrand  744: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
                    745:    ctags-recursive install-am install-strip tags-recursive
1.1       bertrand  746: 
                    747: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    748:    all all-am am--refresh check check-am clean clean-generic \
                    749:    ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.11      bertrand  750:    dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
                    751:    distclean distclean-generic distclean-hdr distclean-tags \
                    752:    distcleancheck distdir distuninstallcheck dvi dvi-am html \
                    753:    html-am info info-am install install-am install-data \
                    754:    install-data-am install-dvi install-dvi-am install-exec \
1.38    ! bertrand  755:    install-exec-am install-html install-html-am install-info \
        !           756:    install-info-am install-man install-pdf install-pdf-am \
        !           757:    install-ps install-ps-am install-strip installcheck \
        !           758:    installcheck-am installdirs installdirs-am maintainer-clean \
1.11      bertrand  759:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1.38    ! bertrand  760:    pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
1.1       bertrand  761: 
                    762: 
1.4       bertrand  763: licences:
                    764:    cp -f $(top_builddir)/COPYING $(srcdir)
                    765:    make -C src $@
                    766: 
                    767: toolsdistclean:
                    768:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  769:            @FILE@ @ICONV@ @SQLITE@; \
1.4       bertrand  770:    do \
1.28      bertrand  771:        rm -rf $(srcdir)/tools/$$i; \
1.4       bertrand  772:    done;
                    773: 
1.3       bertrand  774: toolsclean:
                    775:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  776:            @FILE@ @ICONV@ @SQLITE@; \
1.3       bertrand  777:    do \
1.25      bertrand  778:        $(MAKE) -C $(top_builddir)/tools/$$i $(AM_MAKEFLAGS) clean); \
1.4       bertrand  779:    done;
                    780: 
1.12      bertrand  781: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a:
                    782:    for i in $(shell find tools/@NCURSES@ -name Makefile \
                    783:         -exec grep static {} /dev/null \; | cut -d: -f1); \
1.4       bertrand  784:    do \
1.12      bertrand  785:        echo -n Checking $$i; \
                    786:        TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    787:        if [ -n "$$(grep static $$i | grep dynamic)" ]; then \
                    788:            awk \
                    789:            '{ \
                    790:                if (index($$0, "-static") != 0 && index($$0, "-dynamic") != 0) \
                    791:                { \
                    792:                    for(j = 1; j <= NF; j++) \
                    793:                    { \
                    794:                        if (index($$j, "-static") == 0) \
                    795:                        { \
                    796:                            printf("%s ", $$j); \
                    797:                        } \
                    798:                    } \
                    799:                    printf("\n"); \
                    800:                } \
                    801:                else \
                    802:                { \
                    803:                    print; \
                    804:                } \
                    805:            }' $$i > $$TMP; \
1.28      bertrand  806:            mv -f $$TMP $$i; \
1.12      bertrand  807:            echo -n " (fixed)"; \
                    808:        else \
                    809:            echo -n " (nothing to do)"; \
1.28      bertrand  810:            rm -f $$TMP; \
1.12      bertrand  811:        fi; \
                    812:        echo .; \
1.3       bertrand  813:    done;
1.36      bertrand  814:    for i in tools/@NCURSES@/test/Makefile; \
                    815:    do \
                    816:        echo -n Checking $$i; \
                    817:        TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    818:        awk \
                    819:            '/^TEST_ARGS/ \
                    820:                { printf("TEST_ARGS = ../lib/libform.a ../lib/libmenu.a "); \
                    821:                printf("../lib/libpanel.a ../lib/libncurses.a\n"); } \
                    822:            ! /^TEST_ARGS/ \
                    823:                { print; }' tools/@NCURSES@/test/Makefile > $$TMP; \
                    824:        mv -f $$TMP $$i; \
                    825:        echo .; \
                    826:    done;
1.25      bertrand  827:    if [ @OS@ = "OS2" ]; then \
1.17      bertrand  828:        TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    829:        awk \
1.25      bertrand  830:            '/^CXX_AR[ \t]/ \
                    831:                { printf("CXX_AR = $(AR)\n"); } \
                    832:            ! /^CXX_AR[ \t]/ \
                    833:                { print; }' \
                    834:            $(top_builddir)/tools/@NCURSES@/c++/Makefile | \
                    835:        awk \
                    836:            '/^CXX_ARFLAGS[ \t]/ \
                    837:                { printf("CXX_ARFLAGS = $(ARFLAGS)\n"); } \
                    838:            ! /^CXX_ARFLAGS[ \t]/ \
                    839:                { print; }' | \
                    840:        awk \
                    841:            '/^CXX[ \t]/ \
                    842:                { printf("CXX = g++\n"); } \
                    843:            ! /^CXX[ \t]/ \
                    844:                { print; }' > $$TMP; \
1.28      bertrand  845:        mv -f $$TMP $(top_builddir)/tools/@NCURSES@/c++/Makefile; \
1.25      bertrand  846:    fi;
                    847:    $(MAKE) -C $(top_builddir)/tools/@NCURSES@ $(AM_MAKEFLAGS)
                    848:    if [ @OS@ = "OS2" ]; then \
1.28      bertrand  849:        cp -f $(top_builddir)/tools/@NCURSES@/lib/ncurses.a \
1.25      bertrand  850:                $(top_builddir)/tools/@NCURSES@/lib/libncurses.a; \
                    851:    fi
1.4       bertrand  852: 
                    853: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    854:        $(top_builddir)/tools/@READLINE@/libhistory.a:
1.25      bertrand  855:    $(MAKE) -C $(top_builddir)/tools/@READLINE@ $(AM_MAKEFLAGS)
1.4       bertrand  856: 
                    857: $(top_builddir)/tools/@GSL@/.libs/libgsl.a:
1.28      bertrand  858: # Quick and dirty hack pour avaliser le remplacement de ${1 + "$@"}
                    859: # dans ltmain.sh et propager les modifications dans le script libtool.
                    860:    if [ @OS@ = "OS2" ]; then \
                    861:        (cd $(top_builddir)/tools/@GSL@ && configure --disable-shared;); \
1.27      bertrand  862:    fi
                    863:    $(MAKE) -C $(top_builddir)/tools/@GSL@ $(AM_MAKEFLAGS)
1.28      bertrand  864:    if [ @OS@ = "OS2" ]; then \
                    865:        cp $(top_builddir)/tools/@GSL@/.libs/gsl.a \
1.27      bertrand  866:                $(top_builddir)/tools/@GSL@/.libs/libgsl.a; \
1.25      bertrand  867:    fi
1.4       bertrand  868: 
                    869: $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a:
1.5       bertrand  870: # La dépendance est faite par rpliconv.
1.25      bertrand  871:    if [ @OS@ = "OS2" ]; then \
                    872:        TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    873:        awk '! /^[ \t]cd po/ { print; }' \
                    874:                $(top_builddir)/tools/@ICONV@/Makefile > $$TMP; \
1.28      bertrand  875:        mv -f $$TMP $(top_builddir)/tools/@ICONV@/Makefile; \
1.25      bertrand  876:        $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
1.28      bertrand  877:        cp -f $(top_builddir)/tools/@ICONV@/lib/.libs/iconv.a \
1.25      bertrand  878:                $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a; \
                    879:    else \
                    880:        $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
                    881:    fi
1.4       bertrand  882: 
                    883: $(top_builddir)/lapack/lapack/liblapack.a:
                    884:    (cd $(top_builddir)/lapack/lapack && $(MAKE) $(AM_MAKEFLAGS))
                    885: 
                    886: $(top_builddir)/lapack/blas/libblas.a:
                    887:    (cd $(top_builddir)/lapack/blas && $(MAKE) $(AM_MAKEFLAGS))
                    888: 
1.18      bertrand  889: $(top_builddir)/rpliconv/rpliconv$(EXEEXT): \
1.4       bertrand  890:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
1.25      bertrand  891:    $(MAKE) -C $(top_builddir)/rpliconv $(AM_MAKEFLAGS)
1.4       bertrand  892: 
1.33      bertrand  893: $(top_builddir)/rplawk/rplawk$(EXEEXT):
                    894:    $(MAKE) -C $(top_builddir)/rplawk $(AM_MAKEFLAGS)
                    895: 
1.25      bertrand  896: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
1.4       bertrand  897:        $(top_builddir)/tools/@FILE@/magic/magic.mgc: \
                    898:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
1.12      bertrand  899:    TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    900:    awk \
                    901:    '{ \
                    902:        if (index($$0, "LDFLAGS") == 1) \
                    903:        { \
                    904:            if (index($$0, "-static") == 0) \
                    905:            { \
                    906:                printf("%s -static\n", $$0); \
                    907:            } \
                    908:            else \
                    909:            { \
                    910:                print; \
                    911:            } \
                    912:        } \
                    913:        else \
                    914:        { \
                    915:            print; \
                    916:        } \
                    917:    }' tools/@FILE@/src/Makefile > $$TMP; \
1.28      bertrand  918:    mv -f $$TMP tools/@FILE@/src/Makefile
1.25      bertrand  919:    $(MAKE) -C $(top_builddir)/tools/@FILE@ $(AM_MAKEFLAGS)
1.35      bertrand  920:    $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
                    921:            $(top_builddir)/tools/@FILE@/src/*.o \
                    922:            $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
                    923:            cut -d= -f2) $(LDFLAGS)
1.4       bertrand  924: 
1.8       bertrand  925: $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a:
1.25      bertrand  926:    $(MAKE) -C $(top_builddir)/tools/@SQLITE@ $(AM_MAKEFLAGS)
                    927:    if [ @OS@ = "OS2" ]; then \
                    928:        cp $(top_builddir)/tools/@SQLITE@/.libs/sqlite3.a \
                    929:                $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a; \
                    930:    fi
1.8       bertrand  931: 
                    932: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    933:        $(top_builddir)/tools/@OPENSSL@/libssl.a:
1.25      bertrand  934:    if [ @OS@ = "OS2" ]; then \
                    935:        (cd $(top_builddir)/tools/@OPENSSL@ && \
                    936:                sed -e '1,$$s/-m486/-mtune=i586 -DOPENSSL_USE_IPV6=0/g' \
                    937:                OS2-EMX.mak | \
                    938:                sed -e '1,$$s/-DBN_ASM/-UBN_ASM/g' | \
                    939:                sed -e '1,$$s/-DMD5_ASM/-UMD5_ASM/g' | \
                    940:                sed -e '1,$$s/-DSHA1_ASM/-USHA1_ASM/g' | \
                    941:                sed -e '1,$$s/-DOPENSSL_BN_ASM_PART_WORDS/-UOPENSSL_BN_ASM_PART_ASM/g' \
                    942:                > OS2-EMX.mak2; \
                    943:                $(MAKE) -j1 -f OS2-EMX.mak2 $(AM_MAKEFLAGS)); \
1.28      bertrand  944:                cp $(top_builddir)/tools/@OPENSSL@/out/ssl.a \
1.25      bertrand  945:                        $(top_builddir)/tools/@OPENSSL@/libssl.a; \
1.28      bertrand  946:                cp $(top_builddir)/tools/@OPENSSL@/out/crypto.a \
1.25      bertrand  947:                        $(top_builddir)/tools/@OPENSSL@/libcrypto.a; \
                    948:    else \
                    949:        (cd $(top_builddir)/tools/@OPENSSL@ && $(MAKE) -j1 $(AM_MAKEFLAGS)); \
                    950:    fi
1.8       bertrand  951: 
                    952: $(top_builddir)/tools/rplsums/rplmd5sum \
                    953:        $(top_builddir)/tools/rplsums/rplsha1sum: \
                    954:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a
1.25      bertrand  955:    $(MAKE) -C $(top_builddir)/rplsums $(AM_MAKEFLAGS)
1.8       bertrand  956: 
1.18      bertrand  957: $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT):
1.25      bertrand  958:    $(MAKE) -C $(top_builddir)/tools/@GPP@ $(AM_MAKEFLAGS)
1.8       bertrand  959: 
1.18      bertrand  960: .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
1.5       bertrand  961:        $(top_builddir)/tools/@FILE@/magic/magic.mgc
                    962: 
                    963: .NOTPARALLEL: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    964:        $(top_builddir)/tools/@READLINE@/libhistory.a
                    965: 
1.8       bertrand  966: .NOTPARALLEL: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    967:        $(top_builddir)/tools/@OPENSSL@/libssl.a
                    968: 
                    969: .NOTPARALLEL: $(top_builddir)/tools/rplsums/rplmd5sum \
                    970:        $(top_builddir)/tools/rplsums/rplsha1sum
                    971: 
1.19      bertrand  972: install-strip:
                    973:    $(MAKE) $(AM_MAKEFLAGS) install
                    974: 
1.4       bertrand  975: all: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a \
                    976:        $(top_builddir)/tools/@READLINE@/libreadline.a \
                    977:        $(top_builddir)/tools/@READLINE@/libhistory.a \
                    978:        $(top_builddir)/tools/@GSL@/.libs/libgsl.a \
1.8       bertrand  979:        $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a \
                    980:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    981:        $(top_builddir)/tools/@OPENSSL@/libssl.a \
1.4       bertrand  982:        $(top_builddir)/lapack/lapack/liblapack.a \
                    983:        $(top_builddir)/lapack/blas/libblas.a \
1.18      bertrand  984:        $(top_builddir)/rpliconv/rpliconv$(EXEEXT) \
1.33      bertrand  985:        $(top_builddir)/rplawk/rplawk$(EXEEXT) \
1.18      bertrand  986:        $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
1.8       bertrand  987:        $(top_builddir)/tools/@FILE@/magic/magic.mgc \
                    988:        $(top_builddir)/tools/rplsums/rplmd5sum \
                    989:        $(top_builddir)/tools/rplsums/rplsha1sum \
1.18      bertrand  990:        $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT)
1.5       bertrand  991: # Cette règle n'est là que pour forcer la compilation de Gnuplot.
1.25      bertrand  992:    $(MAKE) -C $(top_builddir)/tools $(AM_MAKEFLAGS)
                    993:    $(MAKE) -C $(top_builddir)/rpltags $(AM_MAKEFLAGS)
                    994:    $(MAKE) -C $(top_builddir)/src $(AM_MAKEFLAGS)
1.11      bertrand  995: 
1.1       bertrand  996: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    997: # Otherwise a system limit (for SysV at least) may be exceeded.
                    998: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>