summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /chart2
parentextensions: export npsoplugin's symbols (diff)
downloadcore-84b3f7b345eabf3995e4d51055e8d4e26479a6e2.tar.gz
core-84b3f7b345eabf3995e4d51055e8d4e26479a6e2.zip
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'chart2')
-rw-r--r--chart2/AllLangResTarget_chartcontroller.mk8
-rw-r--r--chart2/Library_chartcontroller.mk4
-rw-r--r--chart2/Library_chartmodel.mk4
-rw-r--r--chart2/Library_charttools.mk2
-rw-r--r--chart2/Library_chartview.mk4
5 files changed, 11 insertions, 11 deletions
diff --git a/chart2/AllLangResTarget_chartcontroller.mk b/chart2/AllLangResTarget_chartcontroller.mk
index eb737ea81e00..db22e6ca1f33 100644
--- a/chart2/AllLangResTarget_chartcontroller.mk
+++ b/chart2/AllLangResTarget_chartcontroller.mk
@@ -37,10 +37,10 @@ $(eval $(call gb_SrsTarget_SrsTarget,chart2/res))
$(eval $(call gb_SrsTarget_set_include,chart2/res,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/chart2/source/controller/dialogs) \
- -I$(realpath $(SRCDIR)/chart2/source/controller/inc) \
- -I$(realpath $(SRCDIR)/chart2/source/controller/main) \
- -I$(realpath $(SRCDIR)/chart2/source/inc) \
+ -I$(SRCDIR)/chart2/source/controller/dialogs \
+ -I$(SRCDIR)/chart2/source/controller/inc \
+ -I$(SRCDIR)/chart2/source/controller/main \
+ -I$(SRCDIR)/chart2/source/inc \
-I$(WORKDIR)/inc/chart2 \
))
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk
index 243e589d983c..d3b0f15769f5 100644
--- a/chart2/Library_chartcontroller.mk
+++ b/chart2/Library_chartcontroller.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Library_Library,chartcontroller))
$(eval $(call gb_Library_set_include,chartcontroller,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/chart2/source/controller/inc) \
- -I$(realpath $(SRCDIR)/chart2/source/inc) \
+ -I$(SRCDIR)/chart2/source/controller/inc \
+ -I$(SRCDIR)/chart2/source/inc \
))
$(eval $(call gb_Library_add_api,chartcontroller,\
diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk
index ef388460e718..c1de660620f5 100644
--- a/chart2/Library_chartmodel.mk
+++ b/chart2/Library_chartmodel.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Library_Library,chartmodel))
$(eval $(call gb_Library_set_include,chartmodel,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/chart2/source/model/inc) \
- -I$(realpath $(SRCDIR)/chart2/source/inc) \
+ -I$(SRCDIR)/chart2/source/model/inc \
+ -I$(SRCDIR)/chart2/source/inc \
))
$(eval $(call gb_Library_add_api,chartmodel,\
diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk
index e1fd16126b60..7b2de1ee1b0f 100644
--- a/chart2/Library_charttools.mk
+++ b/chart2/Library_charttools.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,charttools))
$(eval $(call gb_Library_set_include,charttools,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/chart2/source/inc) \
+ -I$(SRCDIR)/chart2/source/inc \
))
$(eval $(call gb_Library_add_defs,charttools,\
diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk
index 3535a2028202..e6d524c426be 100644
--- a/chart2/Library_chartview.mk
+++ b/chart2/Library_chartview.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Library_Library,chartview))
$(eval $(call gb_Library_set_include,chartview,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/chart2/source/view/inc) \
- -I$(realpath $(SRCDIR)/chart2/source/inc) \
+ -I$(SRCDIR)/chart2/source/view/inc \
+ -I$(SRCDIR)/chart2/source/inc \
))
$(eval $(call gb_Library_add_defs,chartview,\