Changeset: 86573e1aaba9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=86573e1aaba9
Modified Files:
        monetdb5/extras/crackers/60_crackers.mal
        monetdb5/extras/crackers/Makefile.ag
Branch: Aug2011
Log Message:

crackers: install mal autoload script for crackers


diffs (44 lines):

diff --git a/monetdb5/extras/crackers/60_crackers.mal 
b/monetdb5/extras/crackers/60_crackers.mal
new file mode 100644
--- /dev/null
+++ b/monetdb5/extras/crackers/60_crackers.mal
@@ -0,0 +1,23 @@
+# 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-2011 MonetDB B.V.
+# All Rights Reserved.
+
+# This loads the MonetDB/DataCell module
+include opt_crack;
+include opt_sidcrack;
+include opt_selcrack;
+include crackers;
+
diff --git a/monetdb5/extras/crackers/Makefile.ag 
b/monetdb5/extras/crackers/Makefile.ag
--- a/monetdb5/extras/crackers/Makefile.ag
+++ b/monetdb5/extras/crackers/Makefile.ag
@@ -64,4 +64,12 @@ headers_mal = {
                          opt_sidcrack.mx
 }
 
+headers_crackersautoload = {
+       HEADERS = mal
+       DIR = libdir/monetdb5/autoload
+       SOURCES = 60_crackers.mal
+}
+
+EXTRA_DIST = 60_crackers.mal
+
 EXTRA_DIST_DIR = Tests
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to