Changeset: d51b7d10bec4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d51b7d10bec4
Modified Files:
sql/backends/monet5/datacell/Makefile.ag
Branch: default
Log Message:
build: create modules iso shared libraries when we use dlopen
diffs (54 lines):
diff --git a/sql/backends/monet5/datacell/Makefile.ag
b/sql/backends/monet5/datacell/Makefile.ag
--- a/sql/backends/monet5/datacell/Makefile.ag
+++ b/sql/backends/monet5/datacell/Makefile.ag
@@ -32,28 +32,31 @@
../../../../gdk
lib__datacell = {
+ MODULE
DIR = libdir/monetdb5
SEP = _
SOURCES = basket.mx \
- dcsocket.mx \
- receptor.mx \
- petrinet.mx \
- dcoperator.mx \
- emitter.mx
+ dcsocket.mx \
+ receptor.mx \
+ petrinet.mx \
+ dcoperator.mx \
+ emitter.mx
LIBS = ../../../../monetdb5/tools/libmonetdb5 \
../../../../gdk/libbat
}
lib__actuator = {
+ MODULE
DIR = libdir/monetdb5
SEP = _
- SOURCES = actuator.mx
+ sources = actuator.mx
LIBS = ../../../../monetdb5/tools/libmonetdb5 \
../../../../gdk/libbat
}
lib__sensor = {
+ MODULE
DIR = libdir/monetdb5
SEP = _
SOURCES = sensor.mx
@@ -64,7 +67,11 @@
scripts_mal = {
HEADERS = mal
DIR = libdir/monetdb5
- SOURCES = basket.mal receptor.mal emitter.mal petrinet.mal
dcoperator.mal
+ SOURCES = basket.mal \
+ receptor.mal \
+ emitter.mal \
+ petrinet.mal \
+ dcoperator.mal
}
scripts_sql = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list