Changeset: d4b0743417a8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4b0743417a8
Modified Files:
        MonetDB5/src/extras/sphinx/Makefile.ag
Branch: default
Log Message:

Add missing Makefile.ag


diffs (43 lines):

diff -r 1e2b54f09a30 -r d4b0743417a8 MonetDB5/src/extras/sphinx/Makefile.ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/MonetDB5/src/extras/sphinx/Makefile.ag    Tue Nov 02 11:47:29 2010 +0100
@@ -0,0 +1,39 @@
+# 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://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+#
+# 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-2010 MonetDB B.V.
+# All Rights Reserved.
+
+INCLUDES = -I../../mal $(MONETDB_INCS) $(SPHINXCLIENT_CFLAGS)
+
+lib__sphinx = {
+       DIR = libdir/MonetDB5
+       SEP = _
+       SOURCES = sphinx.mx
+
+       LIBS = ../../tools/libmonetdb5 $(SPHINXCLIENT_LIBS)
+}
+
+headers_sphinx_h = {
+       DIR = includedir/MonetDB5/kernel
+       SOURCES = sphinx.mx
+       HEADERS = h 
+}
+
+headers_sphinx_mal = {
+       HEADERS = mal
+       DIR = libdir/MonetDB5
+       SOURCES = sphinx.mx
+}
+
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to