summaryrefslogtreecommitdiff
path: root/writerfilter
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 /writerfilter
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/Library_doctok.mk6
-rw-r--r--writerfilter/Library_ooxml.mk6
-rw-r--r--writerfilter/Library_resourcemodel.mk2
-rw-r--r--writerfilter/Library_rtftok.mk2
-rw-r--r--writerfilter/Library_writerfilter.mk2
-rw-r--r--writerfilter/Library_writerfilter_uno.mk2
6 files changed, 10 insertions, 10 deletions
diff --git a/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index beff35f636e4..627dc3f0d4ed 100644
--- a/writerfilter/Library_doctok.mk
+++ b/writerfilter/Library_doctok.mk
@@ -29,9 +29,9 @@ $(eval $(call gb_Library_Library,doctok))
$(eval $(call gb_Library_set_include,doctok,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
- -I$(realpath $(SRCDIR)/writerfilter/source) \
- -I$(realpath $(SRCDIR)/writerfilter/source/doctok) \
+ -I$(SRCDIR)/writerfilter/inc \
+ -I$(SRCDIR)/writerfilter/source \
+ -I$(SRCDIR)/writerfilter/source/doctok \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
-I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
-I$(WORKDIR)/CustomTarget/writerfilter/source/doctok \
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 94b1e00661ed..8a87b4507a74 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.mk
@@ -32,9 +32,9 @@ $(eval $(call gb_Library_Library,ooxml))
$(eval $(call gb_Library_set_include,ooxml,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
- -I$(realpath $(SRCDIR)/writerfilter/source/ooxml) \
- -I$(realpath $(SRCDIR)/writerfilter/source/dmapper) \
+ -I$(SRCDIR)/writerfilter/inc \
+ -I$(SRCDIR)/writerfilter/source/ooxml \
+ -I$(SRCDIR)/writerfilter/source/dmapper \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
-I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
-I$(WORKDIR)/CustomTarget/writerfilter/source/doctok \
diff --git a/writerfilter/Library_resourcemodel.mk b/writerfilter/Library_resourcemodel.mk
index fc29368e0354..4cd6261090a0 100644
--- a/writerfilter/Library_resourcemodel.mk
+++ b/writerfilter/Library_resourcemodel.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_add_package_headers,resourcemodel,writerfilter_generate
$(eval $(call gb_Library_set_include,resourcemodel,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
+ -I$(SRCDIR)/writerfilter/inc \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
))
diff --git a/writerfilter/Library_rtftok.mk b/writerfilter/Library_rtftok.mk
index 9962632442ed..2abdf128c02b 100644
--- a/writerfilter/Library_rtftok.mk
+++ b/writerfilter/Library_rtftok.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_Library_Library,rtftok))
$(eval $(call gb_Library_set_include,rtftok,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
+ -I$(SRCDIR)/writerfilter/inc \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
))
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 5fe7556ab88b..e79a687ba50d 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,writerfilter))
$(eval $(call gb_Library_set_include,writerfilter,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
+ -I$(SRCDIR)/writerfilter/inc \
))
$(eval $(call gb_Library_add_api,writerfilter,\
diff --git a/writerfilter/Library_writerfilter_uno.mk b/writerfilter/Library_writerfilter_uno.mk
index c6e06346e21f..2ea4f9782032 100644
--- a/writerfilter/Library_writerfilter_uno.mk
+++ b/writerfilter/Library_writerfilter_uno.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Library_Library,writerfilter_uno))
$(eval $(call gb_Library_set_include,writerfilter_uno,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
+ -I$(SRCDIR)/writerfilter/inc \
))
$(eval $(call gb_Library_add_defs,writerfilter_uno,\