summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 15:24:45 -0600
commit3f2ff54778ff76118b7de3357168091bbc955041 (patch)
tree601e358120589466b0f54a02fd1940dfe4919cb8 /tools
parentb33971cb124de2bea5332d6adb802bd84eb57652 (diff)
remove pch from the include list
Diffstat (limited to 'tools')
-rw-r--r--tools/CppunitTest_tools_test.mk1
-rw-r--r--tools/Executable_mkunroll.mk1
-rw-r--r--tools/Executable_rscdep.mk1
-rw-r--r--tools/Executable_so_checksum.mk1
-rw-r--r--tools/Executable_tools_cppunittester_all.mk1
-rw-r--r--tools/Library_tl.mk1
6 files changed, 0 insertions, 6 deletions
diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk
index 154670e53bf7..00c490264205 100644
--- a/tools/CppunitTest_tools_test.mk
+++ b/tools/CppunitTest_tools_test.mk
@@ -55,7 +55,6 @@ $(eval $(call gb_CppunitTest_add_linked_static_libs,tools_test, \
$(eval $(call gb_CppunitTest_set_include,tools_test,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
))
# vim: set noet sw=4 ts=4:
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
index 5c60850d0bc1..199c0a338c0d 100644
--- a/tools/Executable_mkunroll.mk
+++ b/tools/Executable_mkunroll.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Executable_Executable,mkunroll))
$(eval $(call gb_Executable_set_include,mkunroll,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(realpath $(SRCDIR)/tools/bootstrp) \
))
diff --git a/tools/Executable_rscdep.mk b/tools/Executable_rscdep.mk
index 3b1d3830a20a..085c48edaf7b 100644
--- a/tools/Executable_rscdep.mk
+++ b/tools/Executable_rscdep.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Executable_Executable,rscdep))
$(eval $(call gb_Executable_set_include,rscdep,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(realpath $(SRCDIR)/tools/bootstrp) \
))
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 29ac8cc9c25b..989c99ab0015 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Executable_Executable,so_checksum))
$(eval $(call gb_Executable_set_include,so_checksum,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(realpath $(SRCDIR)/tools/bootstrp) \
))
diff --git a/tools/Executable_tools_cppunittester_all.mk b/tools/Executable_tools_cppunittester_all.mk
index d2fd13b3f0ba..a46bfce91303 100644
--- a/tools/Executable_tools_cppunittester_all.mk
+++ b/tools/Executable_tools_cppunittester_all.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Executable_Executable,tools_cppunittester_all))
$(eval $(call gb_Executable_set_include,tools_cppunittester_all,\
$$(INCLUDE) \
-I$(SRCDIR)/tools/inc \
- -I$(SRCDIR)/tools/inc/pch \
))
$(eval $(call gb_Executable_add_defs,tools_cppunittester_all,\
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index ccf02568dd13..1ef1ea4bc5ad 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -34,7 +34,6 @@ $(eval $(call gb_Library_add_package_headers,tl,tools_reversemap))
$(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(WORKDIR)/CustomTarget/tools/source/reversemap \
))