summaryrefslogtreecommitdiff
path: root/filter/Library_eme.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-09-15 14:01:33 +0200
committerMichael Stahl <mst@openoffice.org>2011-09-15 14:07:28 +0200
commit83cb157c54701d70d302004fa6a5d8bdc8c4a098 (patch)
tree9cba5546a31a98261a62f9caae6e1647b9a24b69 /filter/Library_eme.mk
parent2ee5f24cc6a75646691a4e7e45d28744c47ebce3 (diff)
filter: convert some more libraries to gbuild
Diffstat (limited to 'filter/Library_eme.mk')
-rw-r--r--filter/Library_eme.mk45
1 files changed, 45 insertions, 0 deletions
diff --git a/filter/Library_eme.mk b/filter/Library_eme.mk
new file mode 100644
index 000000000000..6988dd504203
--- /dev/null
+++ b/filter/Library_eme.mk
@@ -0,0 +1,45 @@
+#***************************************************************
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#***************************************************************
+
+$(eval $(call gb_Library_Library,eme))
+
+$(eval $(call gb_Library_add_api,eme,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_Library_set_include,eme,\
+ -I$(SRCDIR)/filter/inc/pch \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_linked_libs,eme,\
+ svt \
+ vcl \
+ tl \
+ cppu \
+ sal \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,eme,\
+ filter/source/graphicfilter/eos2met/eos2met \
+))
+
+# vim: set noet sw=4 ts=4: