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

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

CVSweb interface <joel.bertrand@systella.fr>