Changeset: 17c3e3c445c4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=17c3e3c445c4
Modified Files:
        monetdb5/modules/atoms/Makefile.ag
        monetdb5/modules/kernel/Makefile.ag
        monetdb5/modules/mal/Makefile.ag
        monetdb5/optimizer/Makefile.ag
        sql/backends/monet5/generator/Makefile.ag
Branch: mdbl-mal
Log Message:

Remove the *.mal header files from lib/monetdb5


diffs (123 lines):

diff --git a/monetdb5/modules/atoms/Makefile.ag 
b/monetdb5/modules/atoms/Makefile.ag
--- a/monetdb5/modules/atoms/Makefile.ag
+++ b/monetdb5/modules/atoms/Makefile.ag
@@ -35,23 +35,5 @@ lib_strptime = {
        COND = NATIVE_WIN32
 }
 
-headers_mal = {
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = \
-               batxml.mal \
-               blob.mal \
-               color.mal \
-               identifier.mal \
-               inet.mal \
-               json.mal \
-               mtime.mal \
-               streams.mal \
-               str.mal \
-               url.mal \
-               uuid.mal \
-               xml.mal
-}
-
 EXTRA_DIST_DIR = Tests
 EXTRA_DIST = xml.sql batxml.sql
diff --git a/monetdb5/modules/kernel/Makefile.ag 
b/monetdb5/modules/kernel/Makefile.ag
--- a/monetdb5/modules/kernel/Makefile.ag
+++ b/monetdb5/modules/kernel/Makefile.ag
@@ -29,14 +29,4 @@ lib_kernel = {
                status.c status.h 
 }
 
-headers_mal = {
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = bat5.mal algebra.mal status.mal \
-               mmath.mal alarm.mal batstr.mal \
-               batcolor.mal batmmath.mal \
-               group.mal aggr.mal \
-               logger.mal microbenchmark.mal
-}
-
 EXTRA_DIST_DIR = Tests
diff --git a/monetdb5/modules/mal/Makefile.ag b/monetdb5/modules/mal/Makefile.ag
--- a/monetdb5/modules/mal/Makefile.ag
+++ b/monetdb5/modules/mal/Makefile.ag
@@ -52,19 +52,4 @@ lib_mal = {
                calc.c batcalc.c
 }
 
-headers_mal = {
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = language.mal mal_init.mal bbp.mal \
-               profiler.mal batExtensions.mal orderidx.mal \
-               inspect.mal manual.mal mal_io.mal mkey.mal manifold.mal \
-               iterator.mal clients.mal \
-               factories.mal groupby.mal mdb.mal pcre.mal mat.mal \
-               transaction.mal oltp.mal wlc.mal \
-               mal_mapi.mal sabaoth.mal remote.mal  \
-               txtsim.mal \
-               tokenizer.mal sample.mal json_util.mal \
-               batmtime.mal querylog.mal sysmon.mal
-}
-
 EXTRA_DIST_DIR = Tests
diff --git a/monetdb5/optimizer/Makefile.ag b/monetdb5/optimizer/Makefile.ag
--- a/monetdb5/optimizer/Makefile.ag
+++ b/monetdb5/optimizer/Makefile.ag
@@ -56,10 +56,4 @@ lib_optimizer = {
                opt_wrapper.c
 }
 
-headers_mal = {
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = optimizer.mal 
-}
-
 EXTRA_DIST_DIR = Tests
diff --git a/sql/backends/monet5/generator/Makefile.ag 
b/sql/backends/monet5/generator/Makefile.ag
--- a/sql/backends/monet5/generator/Makefile.ag
+++ b/sql/backends/monet5/generator/Makefile.ag
@@ -27,19 +27,6 @@ lib__generator = {
               WIN32?../../../../gdk/libbat
 }
 
-headers_mal = {
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = generator.mal
-}
-
-headers_mal_hge = {
-       COND = HAVE_HGE
-       HEADERS = mal
-       DIR = libdir/monetdb5
-       SOURCES = generator_hge.mal
-}
-
 headers_sql = {
        HEADERS = sql
        DIR = libdir/monetdb5/createdb
@@ -53,17 +40,4 @@ headers_sql_hge = {
        SOURCES = 90_generator_hge.sql
 }
 
-headers_autoload = {
-       HEADERS = mal
-       DIR = libdir/monetdb5/autoload
-       SOURCES = 90_generator.mal
-}
-
-headers_autoload_hge = {
-       COND = HAVE_HGE
-       HEADERS = mal
-       DIR = libdir/monetdb5/autoload
-       SOURCES = 90_generator_hge.mal
-}
-
 EXTRA_DIST_DIR = Tests
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to