summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'svx')
-rw-r--r--svx/AllLangResTarget_gal.mk4
-rw-r--r--svx/AllLangResTarget_svx.mk6
-rw-r--r--svx/Library_svx.mk4
-rw-r--r--svx/Library_svxcore.mk8
-rw-r--r--svx/Library_textconversiondlgs.mk2
5 files changed, 12 insertions, 12 deletions
diff --git a/svx/AllLangResTarget_gal.mk b/svx/AllLangResTarget_gal.mk
index 1da1a0139811..7694c6578319 100644
--- a/svx/AllLangResTarget_gal.mk
+++ b/svx/AllLangResTarget_gal.mk
@@ -36,8 +36,8 @@ $(eval $(call gb_SrsTarget_SrsTarget,svx/gal))
$(eval $(call gb_SrsTarget_set_include,svx/gal,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svx/source/gallery2) \
- -I$(realpath $(SRCDIR)/svx/inc/) \
+ -I$(SRCDIR)/svx/source/gallery2 \
+ -I$(SRCDIR)/svx/inc/ \
))
$(eval $(call gb_SrsTarget_add_files,svx/gal,\
diff --git a/svx/AllLangResTarget_svx.mk b/svx/AllLangResTarget_svx.mk
index 7d1370a5f371..38b68b3e7c34 100644
--- a/svx/AllLangResTarget_svx.mk
+++ b/svx/AllLangResTarget_svx.mk
@@ -39,9 +39,9 @@ $(eval $(call gb_SrsTarget_SrsTarget,svx/res))
$(eval $(call gb_SrsTarget_set_include,svx/res,\
$$(INCLUDE) \
-I$(WORKDIR)/inc/svx \
- -I$(realpath $(SRCDIR)/svx/source/inc) \
- -I$(realpath $(SRCDIR)/svx/source/dialog) \
- -I$(realpath $(SRCDIR)/svx/inc/) \
+ -I$(SRCDIR)/svx/source/inc \
+ -I$(SRCDIR)/svx/source/dialog \
+ -I$(SRCDIR)/svx/inc/ \
))
$(eval $(call gb_SrsTarget_add_files,svx/res,\
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index b9f53e797b29..2e3e4d80fb79 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -31,8 +31,8 @@ $(eval $(call gb_Library_Library,svx))
$(eval $(call gb_Library_set_componentfile,svx,svx/util/svx))
$(eval $(call gb_Library_set_include,svx,\
- -I$(realpath $(SRCDIR)/svx/inc) \
- -I$(realpath $(SRCDIR)/svx/source/inc) \
+ -I$(SRCDIR)/svx/inc \
+ -I$(SRCDIR)/svx/source/inc \
$$(INCLUDE) \
))
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 96f458dd8477..38145872f016 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -43,8 +43,8 @@ $(eval $(call gb_Library_add_api,svxcore,\
))
$(eval $(call gb_Library_set_include,svxcore,\
- -I$(realpath $(SRCDIR)/svx/inc) \
- -I$(realpath $(SRCDIR)/svx/source/inc) \
+ -I$(SRCDIR)/svx/inc \
+ -I$(SRCDIR)/svx/source/inc \
$$(INCLUDE) \
-I$(WORKDIR)/SdiTarget/svx/sdi \
))
@@ -456,8 +456,8 @@ $(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx))
$(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svx/inc) \
- -I$(realpath $(SRCDIR)/svx/sdi) \
+ -I$(SRCDIR)/svx/inc \
+ -I$(SRCDIR)/svx/sdi \
))
# vim: set noet sw=4 ts=4:
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk
index 2241b970559c..c235c15dfe54 100644
--- a/svx/Library_textconversiondlgs.mk
+++ b/svx/Library_textconversiondlgs.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_Library,textconversiondlgs))
$(eval $(call gb_Library_set_componentfile,textconversiondlgs,svx/util/textconversiondlgs))
$(eval $(call gb_Library_set_include,textconversiondlgs,\
- -I$(realpath $(SRCDIR)/svx/inc) \
+ -I$(SRCDIR)/svx/inc \
$$(INCLUDE) \
))