rename common* static libs to codemaker_* for clarity + dmake cleanup

This commit is contained in:
Norbert Thiebaud
2012-04-14 05:31:32 -05:00
parent a57b634799
commit b60bf1eb62
10 changed files with 14 additions and 158 deletions

View File

@ -29,8 +29,8 @@ $(eval $(call gb_Module_Module,codemaker))
$(eval $(call gb_Module_add_targets,codemaker,\
Package_inc \
StaticLibrary_codemaker \
StaticLibrary_commoncpp \
StaticLibrary_commonjava \
StaticLibrary_codemaker_cpp \
StaticLibrary_codemaker_java \
Executable_javamaker \
Executable_cppumaker \
))