From 83cb157c54701d70d302004fa6a5d8bdc8c4a098 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 15 Sep 2011 14:01:33 +0200 Subject: filter: convert some more libraries to gbuild --- filter/Library_epg.mk | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 filter/Library_epg.mk (limited to 'filter/Library_epg.mk') diff --git a/filter/Library_epg.mk b/filter/Library_epg.mk new file mode 100644 index 000000000000..b23d282cacaf --- /dev/null +++ b/filter/Library_epg.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,epg)) + +$(eval $(call gb_Library_add_api,epg,\ + udkapi \ + offapi \ +)) + +$(eval $(call gb_Library_set_include,epg,\ + -I$(SRCDIR)/filter/inc/pch \ + $$(INCLUDE) \ +)) + +$(eval $(call gb_Library_add_linked_libs,epg,\ + svt \ + vcl \ + tl \ + cppu \ + sal \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,epg,\ + filter/source/graphicfilter/epgm/epgm \ +)) + +# vim: set noet sw=4 ts=4: -- cgit