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

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.9       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 = tools
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.64      bertrand   40: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       bertrand   41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     42:    $(ACLOCAL_M4)
                     43: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     44: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     45: CONFIG_CLEAN_FILES =
1.11      bertrand   46: CONFIG_CLEAN_VPATH_FILES =
1.1       bertrand   47: SOURCES =
                     48: DIST_SOURCES =
                     49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.49      bertrand   50: ABI = @ABI@
1.1       bertrand   51: ACLOCAL = @ACLOCAL@
                     52: AMTAR = @AMTAR@
                     53: AUTOCONF = @AUTOCONF@
                     54: AUTOHEADER = @AUTOHEADER@
                     55: AUTOMAKE = @AUTOMAKE@
                     56: AWK = @AWK@
1.33      bertrand   57: BSH_PATH = @BSH_PATH@
1.60      bertrand   58: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   59: CC = @CC@
                     60: CCDEPMODE = @CCDEPMODE@
                     61: CFLAGS = @CFLAGS@
1.45      bertrand   62: COCOA = @COCOA@
1.1       bertrand   63: CPP = @CPP@
                     64: CPPFLAGS = @CPPFLAGS@
                     65: CXX = @CXX@
                     66: CXXDEPMODE = @CXXDEPMODE@
                     67: CXXFLAGS = @CXXFLAGS@
                     68: CYGPATH_W = @CYGPATH_W@
1.27      bertrand   69: C_STANDARD = @C_STANDARD@
1.1       bertrand   70: DATE = @DATE@
                     71: DATE_FR = @DATE_FR@
                     72: DEBUG = @DEBUG@
                     73: DEFS = @DEFS@
                     74: DEPDIR = @DEPDIR@
                     75: DVIPS = @DVIPS@
                     76: ECHO_C = @ECHO_C@
                     77: ECHO_N = @ECHO_N@
                     78: ECHO_T = @ECHO_T@
                     79: EGREP = @EGREP@
1.56      bertrand   80: ELF = @ELF@
1.1       bertrand   81: EXEEXT = @EXEEXT@
                     82: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.12      bertrand   83: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.24      bertrand   84: EXT_SQL = @EXT_SQL@
1.1       bertrand   85: F77 = @F77@
                     86: FC = @FC@
                     87: FCFLAGS = @FCFLAGS@
                     88: FFLAGS = @FFLAGS@
                     89: FILE = @FILE@
                     90: FINAL_ENCODING = @FINAL_ENCODING@
                     91: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.45      bertrand   92: GIAC = @GIAC@
1.44      bertrand   93: GMP = @GMP@
1.1       bertrand   94: GNUPLOT = @GNUPLOT@
                     95: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                     96: GNUPLOT_P = @GNUPLOT_P@
                     97: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                     98: GPP = @GPP@
                     99: GREP = @GREP@
                    100: GS = @GS@
                    101: GSL = @GSL@
                    102: GV = @GV@
1.52      bertrand  103: HOST = @HOST@
1.1       bertrand  104: ICONV = @ICONV@
1.60      bertrand  105: INCMOTIF = @INCMOTIF@
1.1       bertrand  106: INSTALL = @INSTALL@
                    107: INSTALL_DATA = @INSTALL_DATA@
                    108: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    109: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    110: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.30      bertrand  111: IPCS_SYSV = @IPCS_SYSV@
1.28      bertrand  112: IPV6 = @IPV6@
1.1       bertrand  113: LATEX = @LATEX@
                    114: LDFLAGS = @LDFLAGS@
1.60      bertrand  115: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  116: LIBOBJS = @LIBOBJS@
1.50      bertrand  117: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  118: LIBS = @LIBS@
1.61      bertrand  119: LIBXPM = @LIBXPM@
1.1       bertrand  120: LN_S = @LN_S@
                    121: LTLIBOBJS = @LTLIBOBJS@
                    122: MAKEINFO = @MAKEINFO@
1.37      bertrand  123: MALLOC = @MALLOC@
1.1       bertrand  124: MKDIR_P = @MKDIR_P@
                    125: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.44      bertrand  126: MPFR = @MPFR@
1.1       bertrand  127: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    128: NCURSES = @NCURSES@
1.12      bertrand  129: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.45      bertrand  130: NTL = @NTL@
1.1       bertrand  131: OBJEXT = @OBJEXT@
1.59      bertrand  132: OPENMOTIF = @OPENMOTIF@
1.7       bertrand  133: OPENSSL = @OPENSSL@
1.6       bertrand  134: OS = @OS@
1.1       bertrand  135: PACKAGE = @PACKAGE@
                    136: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    137: PACKAGE_NAME = @PACKAGE_NAME@
                    138: PACKAGE_STRING = @PACKAGE_STRING@
                    139: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.11      bertrand  140: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  141: PACKAGE_VERSION = @PACKAGE_VERSION@
1.45      bertrand  142: PARI = @PARI@
1.1       bertrand  143: PATH_SEPARATOR = @PATH_SEPARATOR@
                    144: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    145: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    146: PROFILAGE = @PROFILAGE@
                    147: RANLIB = @RANLIB@
                    148: READLINE = @READLINE@
1.50      bertrand  149: RPLCAS = @RPLCAS@
1.65    ! bertrand  150: RPLTOOLS = @RPLTOOLS@
1.1       bertrand  151: RUNPATH = @RUNPATH@
                    152: SED = @SED@
1.12      bertrand  153: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.27      bertrand  154: SEMUN = @SEMUN@
1.1       bertrand  155: SET_MAKE = @SET_MAKE@
                    156: SHELL = @SHELL@
1.57      bertrand  157: SIGSEGV = @SIGSEGV@
1.7       bertrand  158: SQLITE = @SQLITE@
1.1       bertrand  159: STRIP = @STRIP@
                    160: TEX = @TEX@
                    161: UNITS = @UNITS@
                    162: VERSION = @VERSION@
                    163: VIM = @VIM@
                    164: VIM_SUPPORT = @VIM_SUPPORT@
                    165: XMKMF = @XMKMF@
                    166: X_CFLAGS = @X_CFLAGS@
                    167: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    168: X_LIBS = @X_LIBS@
                    169: X_PRE_LIBS = @X_PRE_LIBS@
                    170: abs_builddir = @abs_builddir@
                    171: abs_srcdir = @abs_srcdir@
                    172: abs_top_builddir = @abs_top_builddir@
                    173: abs_top_srcdir = @abs_top_srcdir@
                    174: ac_ct_CC = @ac_ct_CC@
                    175: ac_ct_CXX = @ac_ct_CXX@
                    176: ac_ct_F77 = @ac_ct_F77@
                    177: ac_ct_FC = @ac_ct_FC@
                    178: am__include = @am__include@
                    179: am__leading_dot = @am__leading_dot@
                    180: am__quote = @am__quote@
                    181: am__tar = @am__tar@
                    182: am__untar = @am__untar@
                    183: bindir = @bindir@
                    184: build = @build@
                    185: build_alias = @build_alias@
                    186: build_cpu = @build_cpu@
                    187: build_os = @build_os@
                    188: build_vendor = @build_vendor@
                    189: builddir = @builddir@
                    190: datadir = @datadir@
                    191: datarootdir = @datarootdir@
                    192: docdir = @docdir@
                    193: dvidir = @dvidir@
                    194: exec_prefix = @exec_prefix@
                    195: host = @host@
                    196: host_alias = @host_alias@
                    197: host_cpu = @host_cpu@
                    198: host_os = @host_os@
                    199: host_vendor = @host_vendor@
                    200: htmldir = @htmldir@
                    201: includeX = @includeX@
                    202: includedir = @includedir@
                    203: infodir = @infodir@
                    204: install_sh = @install_sh@
                    205: libMySQLinc = @libMySQLinc@
                    206: libMySQLlib = @libMySQLlib@
                    207: libPgSQLinc = @libPgSQLinc@
                    208: libPgSQLlib = @libPgSQLlib@
                    209: libX = @libX@
                    210: libdir = @libdir@
                    211: libexecdir = @libexecdir@
                    212: localedir = @localedir@
                    213: localstatedir = @localstatedir@
                    214: mandir = @mandir@
                    215: mkdir_p = @mkdir_p@
                    216: oldincludedir = @oldincludedir@
                    217: pdfdir = @pdfdir@
                    218: prefix = @prefix@
                    219: program_transform_name = @program_transform_name@
                    220: psdir = @psdir@
                    221: sbindir = @sbindir@
                    222: sharedstatedir = @sharedstatedir@
                    223: srcdir = @srcdir@
                    224: subdirs = @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.60      bertrand  225:        @FILE@ @ICONV@ @SQLITE@ @OPENSSL@ @SIGSEGV@ @BUILD_OPENMOTIF@
1.1       bertrand  226: 
                    227: sysconfdir = @sysconfdir@
                    228: target = @target@
                    229: target_alias = @target_alias@
                    230: target_cpu = @target_cpu@
                    231: target_os = @target_os@
                    232: target_vendor = @target_vendor@
1.11      bertrand  233: top_build_prefix = @top_build_prefix@
1.1       bertrand  234: top_builddir = @top_builddir@
                    235: top_srcdir = @top_srcdir@
                    236: EXTRA_DIST = @NCURSES@.tar.gz @READLINE@.tar.gz @UNITS@.tar.gz @GSL@.tar.gz \
1.4       bertrand  237:        @GPP@.tar.gz @GNUPLOT@.tar.gz @FILE@.tar.gz @ICONV@.tar.gz \
1.59      bertrand  238:        @FILE@.diff.gz @SQLITE@.tar.gz @OPENSSL@.tar.gz \
1.60      bertrand  239:        @OPENMOTIF@.tar.gz @SIGSEGV@.tar.gz @LIBXPM@.tar.gz \
1.46      bertrand  240:        @NCURSES@-20110409.patch.gz @NCURSES@-20110416.patch.gz \
1.47      bertrand  241:        @NCURSES@-20110423.patch.gz @NCURSES@-20110430.patch.gz \
                    242:        @NCURSES@-20110507.patch.gz @NCURSES@-20110514.patch.gz \
1.48      bertrand  243:        @NCURSES@-20110521.patch.gz @NCURSES@-20110528.patch.gz \
                    244:        @NCURSES@-20110604.patch.gz @NCURSES@-20110611.patch.gz \
1.51      bertrand  245:        @NCURSES@-20110625.patch.gz @NCURSES@-20110626.patch.gz \
1.53      bertrand  246:        @NCURSES@-20110702.patch.gz @NCURSES@-20110716.patch.gz \
1.55      bertrand  247:        @NCURSES@-20110723.patch.gz @NCURSES@-20110730.patch.gz \
1.60      bertrand  248:        @NCURSES@-20110807.patch.gz @NCURSES@-20110813.patch.gz \
                    249:        @NCURSES@-20110820.patch.gz @NCURSES@-20110903.patch.gz \
1.62      bertrand  250:        @NCURSES@-20110910.patch.gz openmotif.lib
1.1       bertrand  251: 
                    252: all: all-am
                    253: 
                    254: .SUFFIXES:
                    255: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    256:    @for dep in $?; do \
                    257:      case '$(am__configure_deps)' in \
                    258:        *$$dep*) \
1.11      bertrand  259:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    260:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  261:          exit 1;; \
                    262:      esac; \
                    263:    done; \
1.11      bertrand  264:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
                    265:    $(am__cd) $(top_srcdir) && \
                    266:      $(AUTOMAKE) --gnu tools/Makefile
1.1       bertrand  267: .PRECIOUS: Makefile
                    268: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    269:    @case '$?' in \
                    270:      *config.status*) \
                    271:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    272:      *) \
                    273:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    274:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    275:    esac;
                    276: 
                    277: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    278:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    279: 
                    280: $(top_srcdir)/configure:  $(am__configure_deps)
                    281:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    282: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    283:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.11      bertrand  284: $(am__aclocal_m4_deps):
1.1       bertrand  285: tags: TAGS
                    286: TAGS:
                    287: 
                    288: ctags: CTAGS
                    289: CTAGS:
                    290: 
                    291: 
                    292: distdir: $(DISTFILES)
                    293:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    294:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    295:    list='$(DISTFILES)'; \
                    296:      dist_files=`for file in $$list; do echo $$file; done | \
                    297:      sed -e "s|^$$srcdirstrip/||;t" \
                    298:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    299:    case $$dist_files in \
                    300:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    301:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    302:               sort -u` ;; \
                    303:    esac; \
                    304:    for file in $$dist_files; do \
                    305:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    306:      if test -d $$d/$$file; then \
                    307:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.11      bertrand  308:        if test -d "$(distdir)/$$file"; then \
                    309:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    310:        fi; \
1.1       bertrand  311:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.11      bertrand  312:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    313:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  314:        fi; \
1.11      bertrand  315:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  316:      else \
1.11      bertrand  317:        test -f "$(distdir)/$$file" \
                    318:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  319:        || exit 1; \
                    320:      fi; \
                    321:    done
                    322: check-am: all-am
                    323: check: check-am
                    324: all-am: Makefile
                    325: installdirs:
                    326: install-exec: install-exec-am
                    327: install-data: install-data-am
                    328: 
                    329: install-am: all-am
                    330:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    331: 
                    332: installcheck: installcheck-am
                    333: mostlyclean-generic:
                    334: 
                    335: clean-generic:
                    336: 
                    337: distclean-generic:
                    338:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.11      bertrand  339:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  340: 
                    341: maintainer-clean-generic:
                    342:    @echo "This command is intended for maintainers to use"
                    343:    @echo "it deletes files that may require special tools to rebuild."
                    344: clean: clean-am
                    345: 
                    346: clean-am: clean-generic mostlyclean-am
                    347: 
                    348: distclean: distclean-am
                    349:    -rm -f Makefile
                    350: distclean-am: clean-am distclean-generic
                    351: 
                    352: dvi: dvi-am
                    353: 
                    354: dvi-am:
                    355: 
                    356: html: html-am
                    357: 
1.11      bertrand  358: html-am:
                    359: 
1.1       bertrand  360: info: info-am
                    361: 
                    362: info-am:
                    363: 
                    364: install-data-am:
                    365: 
                    366: install-dvi: install-dvi-am
                    367: 
1.11      bertrand  368: install-dvi-am:
                    369: 
1.1       bertrand  370: install-exec-am:
                    371: 
                    372: install-html: install-html-am
                    373: 
1.11      bertrand  374: install-html-am:
                    375: 
1.1       bertrand  376: install-info: install-info-am
                    377: 
1.11      bertrand  378: install-info-am:
                    379: 
1.1       bertrand  380: install-man:
                    381: 
                    382: install-pdf: install-pdf-am
                    383: 
1.11      bertrand  384: install-pdf-am:
                    385: 
1.1       bertrand  386: install-ps: install-ps-am
                    387: 
1.11      bertrand  388: install-ps-am:
                    389: 
1.1       bertrand  390: installcheck-am:
                    391: 
                    392: maintainer-clean: maintainer-clean-am
                    393:    -rm -f Makefile
                    394: maintainer-clean-am: distclean-am maintainer-clean-generic
                    395: 
                    396: mostlyclean: mostlyclean-am
                    397: 
                    398: mostlyclean-am: mostlyclean-generic
                    399: 
                    400: pdf: pdf-am
                    401: 
                    402: pdf-am:
                    403: 
                    404: ps: ps-am
                    405: 
                    406: ps-am:
                    407: 
                    408: uninstall-am:
                    409: 
                    410: .MAKE: install-am install-strip
                    411: 
                    412: .PHONY: all all-am check check-am clean clean-generic distclean \
                    413:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    414:    install install-am install-data install-data-am install-dvi \
                    415:    install-dvi-am install-exec install-exec-am install-html \
                    416:    install-html-am install-info install-info-am install-man \
                    417:    install-pdf install-pdf-am install-ps install-ps-am \
                    418:    install-strip installcheck installcheck-am installdirs \
                    419:    maintainer-clean maintainer-clean-generic mostlyclean \
                    420:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    421: 
                    422: 
                    423: all:
1.12      bertrand  424:    TMP=$$(mktemp tmp.XXXXXXXXXX); \
1.29      bertrand  425:    sed -e 's/DREADLINE/UREADLINE/g' @UNITS@/Makefile | \
                    426:            sed -e 's/-lreadline//g' | sed -e 's/-lncurses//g' > $$TMP; \
1.28      bertrand  427:    mv -f $$TMP @UNITS@/Makefile
1.1       bertrand  428:    @list='$(subdirs)'; for subdir in $$list; do \
                    429:        echo "Making $@ in $$subdir"; \
1.17      bertrand  430:        if [ $$subdir = @OPENSSL@ ]; then \
1.25      bertrand  431:            if [ @OS@ = "OS2" ]; then \
                    432:                $(MAKE) -C $$subdir -j1 -f OS2-EMX.mak2; \
                    433:            else \
                    434:                $(MAKE) -C $$subdir -j1 $@; \
                    435:            fi; \
1.17      bertrand  436:        else \
1.29      bertrand  437:            if [ $$subdir = @UNITS@ -a @OS@ = OpenBSD ]; then \
                    438:                TMP=$$(mktemp tmp.XXXXXXXXXX); \
                    439:                sed -e 's/^DEFS = -DUNITSFILE/DEFS = -Dmalloc=malloc -DUNITSFILE/g' \
                    440:                        @UNITS@/Makefile > $$TMP; \
                    441:                mv -f $$TMP @UNITS@/Makefile; \
                    442:            fi; \
1.27      bertrand  443:            $(MAKE) -C $$subdir $@; \
1.17      bertrand  444:        fi; \
1.1       bertrand  445:    done;
1.8       bertrand  446:    if [ ! -f @OPENSSL@/tests_success ]; then \
1.65    ! bertrand  447:        if [ @OS@ = "OS2" -o @RPLTOOLS@ != '\$(top_builddir)' ]; then \
1.25      bertrand  448:            (cd @OPENSSL@ && touch tests_success); \
                    449:        else \
1.36      bertrand  450:            (cd @OPENSSL@ && $(MAKE) -j1 test && touch tests_success); \
1.25      bertrand  451:        fi; \
1.8       bertrand  452:    fi
1.60      bertrand  453:    touch openmotif.lib && rm openmotif.lib;
                    454:    if [ x@BUILD_OPENMOTIF@ = x ]; then \
1.63      bertrand  455:        touch openmotif.lib; \
1.60      bertrand  456:    else \
                    457:        echo -n LD_MOTIF_ > openmotif.lib; \
                    458:        grep "^LIBS=" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \
                    459:        echo -n LD_MOTIF_ >> openmotif.lib; \
                    460:        grep "^X_XMU" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \
                    461:    fi
1.1       bertrand  462: 
                    463: clean distclean:
                    464:    @list='$(subdirs)'; for subdir in $$list; do \
                    465:        echo "Cleaning $$subdir"; \
1.24      bertrand  466:        if [ ! $$subdir = @OPENSSL@ ]; then \
1.12      bertrand  467:            $(MAKE) -C $$subdir $@; \
1.16      bertrand  468:        fi; \
1.1       bertrand  469:    done;
1.16      bertrand  470:    if [ -f @OPENSSL@/tests_success ]; then \
1.28      bertrand  471:        rm -f @OPENSSL@/tests_success; \
1.16      bertrand  472:    fi
1.1       bertrand  473: 
                    474: install: all
                    475:    $(mkinstalldirs) $(DESTDIR)$(bindir)
1.6       bertrand  476:    $(INSTALL_PROGRAM) $(UNITS)/units$(EXEEXT) \
                    477:            $(DESTDIR)$(bindir)/rplconvert$(EXEEXT)
1.1       bertrand  478:    $(mkinstalldirs) $(DESTDIR)$(datadir)
                    479:    $(INSTALL_DATA) $(srcdir)/$(UNITS)/units.dat $(DESTDIR)$(datadir)/rplunits
1.6       bertrand  480:    $(INSTALL_PROGRAM) $(GPP)/src/gpp$(EXEEXT) \
                    481:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT)
1.1       bertrand  482:    $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
                    483:    $(INSTALL_DATA) $(srcdir)/$(GPP)/doc/gpp.1 $(DESTDIR)$(mandir)/man1
                    484:    ln -sf $(DESTDIR)$(mandir)/man1/gpp.1 $(DESTDIR)$(mandir)/man1/rplpp.1
1.3       bertrand  485:    if [ @GNUPLOT_COMPILATION@ ]; then \
                    486:            $(MAKE) $(AM_MAKEFLAGS) -C @GNUPLOT@ $@; fi
1.1       bertrand  487:    $(INSTALL_DATA) $(FILE)/magic/magic.mgc \
                    488:            $(DESTDIR)$(datadir)/rplfiles.mgc
1.6       bertrand  489:    $(INSTALL_PROGRAM) $(FILE)/src/rplfile$(EXEEXT) \
1.16      bertrand  490:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
1.1       bertrand  491: 
1.7       bertrand  492: uninstall:
1.28      bertrand  493:    rm -f $(DESTDIR)$(bindir)/rplconvert$(EXEEXT) \
1.7       bertrand  494:            $(DESTDIR)$(datadir)/rplunits \
                    495:            $(DESTDIR)$(bindir)/rplpp$(EXEEXT) \
                    496:            $(DESTDIR)$(mandir)/man1/gpp.1 \
                    497:            $(DESTDIR)$(mandir)/man1/rplpp.1 \
                    498:            $(DESTDIR)$(datadir)/rplfiles.mgc \
                    499:            $(DESTDIR)$(bindir)/rplfile$(EXEEXT)
                    500: 
1.1       bertrand  501: install-strip:
                    502:    $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1.11      bertrand  503: 
1.1       bertrand  504: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    505: # Otherwise a system limit (for SysV at least) may be exceeded.
                    506: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>