forked from amazingfate/loongoffice
simplify makefiles
Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d
This commit is contained in:
@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user