gbuild: "use" vs. "add":

Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
This commit is contained in:
Michael Stahl
2012-04-07 23:22:08 +02:00
parent a160601163
commit c923f7d2c2
531 changed files with 1426 additions and 1177 deletions

View File

@@ -31,7 +31,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,cppu_test_cppumaker, \
cppu/qa/cppumaker/test_cppumaker \
))
$(eval $(call gb_CppunitTest_add_linked_libs,cppu_test_cppumaker, \
$(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \
cppu \
sal \
$(gb_STDLIBS) \