summaryrefslogtreecommitdiffstats
path: root/unoidl/Library_unoidl.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-12 17:39:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-12 17:45:12 +0200
commit5c2ba4aad61ce2c7c661202ae7ed26e1859c5216 (patch)
tree64ebbb4af3ab754e50da045a9f17b1207c9003c6 /unoidl/Library_unoidl.mk
parentiOS fix clip area in coretext context (diff)
downloadcore-5c2ba4aad61ce2c7c661202ae7ed26e1859c5216.tar.gz
core-5c2ba4aad61ce2c7c661202ae7ed26e1859c5216.zip
WIP: additional unoidl::Provider that directly reads from .idl files
Change-Id: I30fa6400724f4ca6f0e1986c741500f05710b840
Diffstat (limited to 'unoidl/Library_unoidl.mk')
-rw-r--r--unoidl/Library_unoidl.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/unoidl/Library_unoidl.mk b/unoidl/Library_unoidl.mk
index 46534c7ec6aa..5cffa49c3fe0 100644
--- a/unoidl/Library_unoidl.mk
+++ b/unoidl/Library_unoidl.mk
@@ -13,10 +13,24 @@ $(eval $(call gb_Library_add_defs,unoidl,-DLO_DLLIMPLEMENTATION_UNOIDL))
$(eval $(call gb_Library_add_exception_objects,unoidl, \
unoidl/source/legacyprovider \
+ unoidl/source/sourceprovider \
unoidl/source/unoidl \
unoidl/source/unoidlprovider \
))
+$(eval $(call gb_Library_add_grammars,unoidl, \
+ unoidl/source/sourceprovider-parser \
+))
+
+$(eval $(call gb_Library_add_scanners,unoidl, \
+ unoidl/source/sourceprovider-scanner \
+))
+
+$(eval $(call gb_Library_set_include,unoidl, \
+ $$(INCLUDE) \
+ -I$(SRCDIR)/unoidl/source \
+))
+
$(eval $(call gb_Library_use_libraries,unoidl, \
reg \
sal \