simplify makefiles

Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d
This commit is contained in:
David Tardon
2013-04-13 08:52:45 +02:00
parent a7fb41886a
commit 5cd3da2246
4 changed files with 16 additions and 24 deletions

View File

@ -27,6 +27,10 @@
$(eval $(call gb_CppunitTest_CppunitTest,cppu_checkapi))
$(eval $(call gb_CppunitTest_use_custom_headers,cppu_checkapi,\
cppu/allheaders \
))
$(eval $(call gb_CppunitTest_add_exception_objects,cppu_checkapi,\
cppu/qa/checkapi/strings \
))
@ -36,12 +40,6 @@ $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_checkapi, \
udkapi \
))
# strings.cxx includes generated strings.hxx
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) : \
INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppu/allheaders)
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) :| \
$(call gb_CustomTarget_get_workdir,cppu/allheaders)/cppu_allheaders.hxx
$(eval $(call gb_CppunitTest_use_libraries,cppu_checkapi,\
cppu \
$(gb_UWINAPI) \