Kaydet (Commit) 39d445e0 authored tarafından Michael Stahl's avatar Michael Stahl

sc: clean up Library_scfilt.mk duplication wrt. ORCUS

Change-Id: Ide3c9987fb15112d5a4c8c2b5e15277b2579ee51
üst ca08fcbb
...@@ -29,13 +29,8 @@ $(eval $(call gb_Library_use_custom_headers,scfilt,\ ...@@ -29,13 +29,8 @@ $(eval $(call gb_Library_use_custom_headers,scfilt,\
)) ))
$(eval $(call gb_Library_use_externals,scfilt,\ $(eval $(call gb_Library_use_externals,scfilt,\
orcus \
orcus-parser \
boost_headers \ boost_headers \
boost_system \
boost_iostreams \
mdds_headers \ mdds_headers \
zlib \
)) ))
$(eval $(call gb_Library_use_libraries,scfilt,\ $(eval $(call gb_Library_use_libraries,scfilt,\
...@@ -230,15 +225,11 @@ ifeq ($(ENABLE_ORCUS),TRUE) ...@@ -230,15 +225,11 @@ ifeq ($(ENABLE_ORCUS),TRUE)
$(eval $(call gb_Library_use_externals,scfilt,\ $(eval $(call gb_Library_use_externals,scfilt,\
orcus \ orcus \
orcus-parser \ orcus-parser \
boost_system \
boost_iostreams \
zlib \ zlib \
)) ))
ifneq ($(SYSTEM_ZLIB),)
$(eval $(call gb_Library_add_defs,scfilt,\
-DSYSTEM_ZLIB \
))
endif
$(eval $(call gb_Library_add_exception_objects,scfilt,\ $(eval $(call gb_Library_add_exception_objects,scfilt,\
sc/source/filter/orcus/interface \ sc/source/filter/orcus/interface \
sc/source/filter/orcus/orcusfiltersimpl \ sc/source/filter/orcus/orcusfiltersimpl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment