gbuild: avoid unnecessary Packages while processing scp2 files

This is first in do-not-duplicate-stuff-in-solver patch series.
Adds direct include path for gb_ScpPreprocessTarget.
Avoids copying .par files by using gb_InstallScriptTarget__get_dirs
for include paths.

Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
This commit is contained in:
Matúš Kukan
2012-08-21 21:34:46 +02:00
parent 2855009f8f
commit 69a98d23e4
42 changed files with 12 additions and 291 deletions

View File

@ -27,11 +27,6 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/python))
$(eval $(call gb_InstallModule_use_packages,scp2/python,\
scp2_inc \
scp2_langmacros \
))
ifeq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_InstallModule_add_defs,scp2/python,\
-DDISABLE_PYUNO \