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

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

CVSweb interface <joel.bertrand@systella.fr>