Changeset: eec097f645ae for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eec097f645ae
Added Files:
        monetdb5/extras/rapi/50_rapi.mal
        monetdb5/extras/rapi/Makefile
        monetdb5/extras/rapi/Makefile.am
        monetdb5/extras/rapi/Makefile.in
        monetdb5/extras/rapi/Makefile.msc
        monetdb5/extras/rapi/Tests/All
        monetdb5/extras/rapi/Tests/rapi00.mal
        monetdb5/extras/rapi/Tests/rapi00.stable.err
        monetdb5/extras/rapi/Tests/rapi00.stable.out
        monetdb5/extras/rapi/Tests/rapi01.mal
        monetdb5/extras/rapi/Tests/rapi01.stable.err
        monetdb5/extras/rapi/Tests/rapi01.stable.out
        monetdb5/extras/rapi/Tests/rapi02.mal
        monetdb5/extras/rapi/Tests/rapi02.stable.err
        monetdb5/extras/rapi/Tests/rapi02.stable.out
        monetdb5/extras/rapi/Tests/rapi03.mal
        monetdb5/extras/rapi/Tests/rapi03.stable.err
        monetdb5/extras/rapi/Tests/rapi03.stable.out
        monetdb5/extras/rapi/Tests/rapi04.mal
        monetdb5/extras/rapi/Tests/rapi04.stable.err
        monetdb5/extras/rapi/Tests/rapi04.stable.out
        monetdb5/extras/rapi/Tests/rapi05.mal
        monetdb5/extras/rapi/Tests/rapi05.stable.err
        monetdb5/extras/rapi/Tests/rapi05.stable.out
        monetdb5/extras/rapi/Tests/rapi06.mal
        monetdb5/extras/rapi/Tests/rapi06.stable.err
        monetdb5/extras/rapi/Tests/rapi06.stable.out
        monetdb5/extras/rapi/Tests/rapi07.mal
        monetdb5/extras/rapi/Tests/rapi07.stable.err
        monetdb5/extras/rapi/Tests/rapi07.stable.out
        monetdb5/extras/rapi/Tests/rapi08.mal
        monetdb5/extras/rapi/Tests/rapi08.stable.err
        monetdb5/extras/rapi/Tests/rapi08.stable.out
        monetdb5/extras/rapi/Tests/rapi11.sql
        monetdb5/extras/rapi/lib_rapi.la
        monetdb5/extras/rapi/lib_rapi_la-rapi.lo
        monetdb5/extras/rapi/rapi.R
        monetdb5/extras/rapi/rapi.c
        monetdb5/extras/rapi/rapi.h
        monetdb5/extras/rapi/rapi.mal
Branch: RIntegration-default
Log Message:

re-importing RAPI files


diffs (truncated from 4353 to 300 lines):

diff --git a/monetdb5/extras/rapi/50_rapi.mal b/monetdb5/extras/rapi/50_rapi.mal
new file mode 100644
--- /dev/null
+++ b/monetdb5/extras/rapi/50_rapi.mal
@@ -0,0 +1,19 @@
+# The contents of this file are subject to the MonetDB Public License
+# Version 1.1 (the "License"); you may not use this file except in
+# compliance with the License. You may obtain a copy of the License at
+# http://www.monetdb.org/Legal/MonetDBLicense
+#
+# Software distributed under the License is distributed on an "AS IS"
+# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+# License for the specific language governing rights and limitations
+# under the License.
+#
+# The Original Code is the MonetDB Database System.
+#
+# The Initial Developer of the Original Code is CWI.
+# Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+# Copyright August 2008-2014 MonetDB B.V.
+# All Rights Reserved.
+
+# This loads the MonetDB/RAPI module
+include rapi;
diff --git a/monetdb5/extras/rapi/Makefile b/monetdb5/extras/rapi/Makefile
new file mode 100644
--- /dev/null
+++ b/monetdb5/extras/rapi/Makefile
@@ -0,0 +1,850 @@
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# monetdb5/extras/rapi/Makefile.  Generated from Makefile.in by configure.
+
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \  ]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/MonetDB
+pkgincludedir = $(includedir)/MonetDB
+pkglibdir = $(libdir)/MonetDB
+pkglibexecdir = $(libexecdir)/MonetDB
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = x86_64-unknown-linux-gnu
+host_triplet = x86_64-unknown-linux-gnu
+target_triplet = x86_64-unknown-linux-gnu
+subdir = monetdb5/extras/rapi
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/buildtools/conf/libtool.m4 \
+       $(top_srcdir)/buildtools/conf/ltoptions.m4 \
+       $(top_srcdir)/buildtools/conf/ltsugar.m4 \
+       $(top_srcdir)/buildtools/conf/ltversion.m4 \
+       $(top_srcdir)/buildtools/conf/lt~obsolete.m4 \
+       $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/monetdb_config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(rapidir)"
+LTLIBRARIES = $(rapi_LTLIBRARIES)
+am__DEPENDENCIES_1 =
+lib_rapi_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
+dist_lib_rapi_la_OBJECTS = lib_rapi_la-rapi.lo
+nodist_lib_rapi_la_OBJECTS =
+lib_rapi_la_OBJECTS = $(dist_lib_rapi_la_OBJECTS) \
+       $(nodist_lib_rapi_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+lib_rapi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+       $(LIBTOOLFLAGS) --mode=link $(CCLD) $(lib_rapi_la_CFLAGS) \
+       $(CFLAGS) $(lib_rapi_la_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_P = $(am__v_P_$(V))
+am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+am__v_at_1 = 
+DEFAULT_INCLUDES = -I. -I$(top_builddir)
+depcomp =
+am__depfiles_maybe =
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+       $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+       $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
+CCLD = $(CC)
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+       $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+       $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
+SOURCES = $(dist_lib_rapi_la_SOURCES) $(nodist_lib_rapi_la_SOURCES)
+DIST_SOURCES = $(dist_lib_rapi_la_SOURCES)
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = ${SHELL} 
/export/scratch2/hannes/monetdb-branching/MonetDB/buildtools/conf/missing 
aclocal-1.13
+ALLOCA = 
+AMTAR = $${TAR-tar}
+AM_DEFAULT_VERBOSITY = 1
+ANT = /usr/bin/ant
+AR = ar
+AS = as
+AUTOCONF = ${SHELL} 
/export/scratch2/hannes/monetdb-branching/MonetDB/buildtools/conf/missing 
autoconf
+AUTOHEADER = ${SHELL} 
/export/scratch2/hannes/monetdb-branching/MonetDB/buildtools/conf/missing 
autoheader
+AUTOMAKE = ${SHELL} 
/export/scratch2/hannes/monetdb-branching/MonetDB/buildtools/conf/missing 
automake-1.13
+AWK = gawk
+BASH = /bin/sh
+BUILD = /export/scratch2/hannes/monetdb-branching/MonetDB
+BZ_CFLAGS = 
+BZ_LIBS =  -lbz2
+CC = gcc
+CCDEPMODE = depmode=none
+CFLAGS =  -g   $(X_CFLAGS) $(THREAD_SAVE_FLAGS)
+CLASSPATH = 
+CONFIG_H = monetdb_config.h
+CPP = gcc -E
+CPPFLAGS = 
+CYGPATH_W = echo
+CYGPATH_WP = echo
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DIFF = diff
+DIRSEP = /
+DLLTOOL = dlltool
+DL_LIBS = -ldl
+DSYMUTIL = 
+DUMPBIN = 
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EGREP = /usr/bin/grep -E
+EXEEXT = 
+Elocalstatedir = /export/scratch2/hannes/monetdb-rint-install/var
+Elogdir = /export/scratch2/hannes/monetdb-rint-install/var/log/monetdb
+Erundir = /export/scratch2/hannes/monetdb-rint-install/var/run/monetdb
+FGREP = /usr/bin/grep -F
+GDK_VERSION = 10:7:0
+GEOS_CONFIG = 
+GEOS_INCS = 
+GEOS_LIBS = 
+GREP = /usr/bin/grep
+HWCOUNTERS_INCS = 
+HWCOUNTERS_LIBS = 
+INSTALL = /usr/bin/install -c
+INSTALL_BACKUP = -C --backup=nil
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+JAR = jar
+JAVA = java
+JAVAC = javac
+JAVACFLAGS =  -g -g:none -O
+JAVADOC = javadoc
+JAVA_HOME = 
+JAVA_VERSION = 
+KVM_LIBS = 
+LD = /usr/bin/ld -m elf_x86_64
+LDFLAGS = 
+LIBICONV = 
+LIBOBJS = 
+LIBS =  -latomic_ops 
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LINUX_DIST = Fedora20
+LIPO = 
+LN_S = ln -s
+LTLIBICONV = 
+LTLIBOBJS = 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to