diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-05 19:02:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:20 +0100 |
commit | 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch) | |
tree | 830a61b90e7b4778534ef88373528caa5d037b33 /sw | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sw')
-rw-r--r-- | sw/AllLangResTarget_sw.mk | 52 | ||||
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 4 | ||||
-rw-r--r-- | sw/CppunitTest_sw_layout_test.mk | 4 | ||||
-rw-r--r-- | sw/CppunitTest_sw_macros_test.mk | 4 | ||||
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 4 | ||||
-rw-r--r-- | sw/Library_msword.mk | 8 | ||||
-rw-r--r-- | sw/Library_sw.mk | 12 | ||||
-rw-r--r-- | sw/Library_swd.mk | 8 | ||||
-rw-r--r-- | sw/Library_swui.mk | 8 | ||||
-rw-r--r-- | sw/Library_vbaswobj.mk | 8 |
10 files changed, 56 insertions, 56 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index 67bebd2ecf36..8294e4f45339 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -36,32 +36,32 @@ $(eval $(call gb_SrsTarget_SrsTarget,sw/res)) $(eval $(call gb_SrsTarget_set_include,sw/res,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/sw/inc) \ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/core/undo) \ - -I$(realpath $(SRCDIR)/sw/source/core/unocore) \ - -I$(realpath $(SRCDIR)/sw/source/ui/chrdlg) \ - -I$(realpath $(SRCDIR)/sw/source/ui/config) \ - -I$(realpath $(SRCDIR)/sw/source/ui/dbui) \ - -I$(realpath $(SRCDIR)/sw/source/ui/dialog) \ - -I$(realpath $(SRCDIR)/sw/source/ui/docvw) \ - -I$(realpath $(SRCDIR)/sw/source/ui/envelp) \ - -I$(realpath $(SRCDIR)/sw/source/ui/fldui) \ - -I$(realpath $(SRCDIR)/sw/source/ui/fmtui) \ - -I$(realpath $(SRCDIR)/sw/source/ui/frmdlg) \ - -I$(realpath $(SRCDIR)/sw/source/ui/globdoc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/index) \ - -I$(realpath $(SRCDIR)/sw/source/ui/lingu) \ - -I$(realpath $(SRCDIR)/sw/source/ui/misc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/ribbar) \ - -I$(realpath $(SRCDIR)/sw/source/ui/shells) \ - -I$(realpath $(SRCDIR)/sw/source/ui/smartmenu) \ - -I$(realpath $(SRCDIR)/sw/source/ui/table) \ - -I$(realpath $(SRCDIR)/sw/source/ui/uiview) \ - -I$(realpath $(SRCDIR)/sw/source/ui/utlui) \ - -I$(realpath $(SRCDIR)/sw/source/ui/web) \ - -I$(realpath $(SRCDIR)/sw/source/ui/wrtsh) \ + -I$(SRCDIR)/sw/inc \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/core/undo \ + -I$(SRCDIR)/sw/source/core/unocore \ + -I$(SRCDIR)/sw/source/ui/chrdlg \ + -I$(SRCDIR)/sw/source/ui/config \ + -I$(SRCDIR)/sw/source/ui/dbui \ + -I$(SRCDIR)/sw/source/ui/dialog \ + -I$(SRCDIR)/sw/source/ui/docvw \ + -I$(SRCDIR)/sw/source/ui/envelp \ + -I$(SRCDIR)/sw/source/ui/fldui \ + -I$(SRCDIR)/sw/source/ui/fmtui \ + -I$(SRCDIR)/sw/source/ui/frmdlg \ + -I$(SRCDIR)/sw/source/ui/globdoc \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/source/ui/index \ + -I$(SRCDIR)/sw/source/ui/lingu \ + -I$(SRCDIR)/sw/source/ui/misc \ + -I$(SRCDIR)/sw/source/ui/ribbar \ + -I$(SRCDIR)/sw/source/ui/shells \ + -I$(SRCDIR)/sw/source/ui/smartmenu \ + -I$(SRCDIR)/sw/source/ui/table \ + -I$(SRCDIR)/sw/source/ui/uiview \ + -I$(SRCDIR)/sw/source/ui/utlui \ + -I$(SRCDIR)/sw/source/ui/web \ + -I$(SRCDIR)/sw/source/ui/wrtsh \ )) $(eval $(call gb_SrsTarget_add_files,sw/res,\ diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index a06c8a8461ac..acb7dd1d8616 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -61,8 +61,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_filters_test, \ )) $(eval $(call gb_CppunitTest_set_include,sw_filters_test,\ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) diff --git a/sw/CppunitTest_sw_layout_test.mk b/sw/CppunitTest_sw_layout_test.mk index 97e6bf3cf42f..dc5929a55ebd 100644 --- a/sw/CppunitTest_sw_layout_test.mk +++ b/sw/CppunitTest_sw_layout_test.mk @@ -70,8 +70,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_layout_test, \ )) $(eval $(call gb_CppunitTest_set_include,sw_layout_test,\ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index a9a0060f901f..c08dc3834a23 100644 --- a/sw/CppunitTest_sw_macros_test.mk +++ b/sw/CppunitTest_sw_macros_test.mk @@ -71,8 +71,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_macros_test, \ )) $(eval $(call gb_CppunitTest_set_include,sw_macros_test,\ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index 101bf6581988..bef7adbfb4c5 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -76,8 +76,8 @@ $(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\ )) $(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index 6f082bbc7241..3cbc9345e380 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -31,10 +31,10 @@ $(eval $(call gb_Library_Library,msword)) $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword)) $(eval $(call gb_Library_set_include,msword,\ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/source/filter/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 5f16af1ee48d..2b0bce354a47 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -33,10 +33,10 @@ $(eval $(call gb_Library_add_sdi_headers,sw,sw/sdi/swslots)) $(eval $(call gb_Library_set_componentfile,sw,sw/util/sw)) $(eval $(call gb_Library_set_include,sw,\ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/filter/inc \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ -I$(WORKDIR)/SdiTarget/sw/sdi \ $$(INCLUDE) \ )) @@ -746,8 +746,8 @@ endif $(eval $(call gb_SdiTarget_SdiTarget,sw/sdi/swslots,sw/sdi/swriter)) $(eval $(call gb_SdiTarget_set_include,sw/sdi/swslots,\ - -I$(realpath $(SRCDIR)/sw/inc) \ - -I$(realpath $(SRCDIR)/sw/sdi) \ + -I$(SRCDIR)/sw/inc \ + -I$(SRCDIR)/sw/sdi \ $$(INCLUDE) \ )) diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index c7d8f4669798..a9e8832d10f2 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -32,10 +32,10 @@ $(eval $(call gb_Library_set_componentfile,swd,sw/util/swd)) $(eval $(call gb_Library_set_include,swd,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/sw/inc) \ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ + -I$(SRCDIR)/sw/inc \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/filter/inc \ + -I$(SRCDIR)/sw/source/ui/inc \ )) $(eval $(call gb_Library_add_api,swd,\ diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index c759aa0b2093..7f2cee9e9e82 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -29,10 +29,10 @@ $(eval $(call gb_Library_Library,swui)) $(eval $(call gb_Library_set_include,swui,\ - -I$(realpath $(SRCDIR)/sw/inc) \ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ + -I$(SRCDIR)/sw/inc \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/filter/inc \ + -I$(SRCDIR)/sw/source/ui/inc \ -I$(WORKDIR)/SdiTarget/sw/sdi \ $$(INCLUDE) \ )) diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index 8b65516a2424..546e6a7462cd 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -31,10 +31,10 @@ $(eval $(call gb_Library_Library,vbaswobj)) $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) $(eval $(call gb_Library_set_include,vbaswobj,\ - -I$(realpath $(SRCDIR)/sw/source/core/inc) \ - -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/core/inc \ + -I$(SRCDIR)/sw/source/filter/inc \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) |