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

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

CVSweb interface <joel.bertrand@systella.fr>