extensions: what is all this realpath stuff doing?

This commit is contained in:
Michael Stahl 2011-12-19 15:26:33 +01:00
parent f55b5ef370
commit e1d34f15cc
8 changed files with 10 additions and 14 deletions

View File

@ -38,7 +38,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,abp/res))
$(eval $(call gb_SrsTarget_set_include,abp/res,\ $(eval $(call gb_SrsTarget_set_include,abp/res,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
)) ))
$(eval $(call gb_SrsTarget_add_files,abp/res,\ $(eval $(call gb_SrsTarget_add_files,abp/res,\

View File

@ -36,7 +36,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,bib/res))
$(eval $(call gb_SrsTarget_set_include,bib/res,\ $(eval $(call gb_SrsTarget_set_include,bib/res,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
)) ))
$(eval $(call gb_SrsTarget_add_files,bib/res,\ $(eval $(call gb_SrsTarget_add_files,bib/res,\
@ -46,8 +46,4 @@ $(eval $(call gb_SrsTarget_add_files,bib/res,\
extensions/source/bibliography/toolbar.src \ extensions/source/bibliography/toolbar.src \
)) ))
$(eval $(call gb_SrsTarget_add_templates,bib/res,\
extensions/source/bibliography/bib.hrc \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:

View File

@ -36,7 +36,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,dbp/res))
$(eval $(call gb_SrsTarget_set_include,dbp/res,\ $(eval $(call gb_SrsTarget_set_include,dbp/res,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
)) ))
$(eval $(call gb_SrsTarget_add_files,dbp/res,\ $(eval $(call gb_SrsTarget_add_files,dbp/res,\

View File

@ -52,7 +52,7 @@ $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl))
$(eval $(call gb_CppunitTest_set_include,extensions_test_update,\ $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
-I$(OUTDIR)/inc \ -I$(OUTDIR)/inc \
)) ))

View File

@ -34,8 +34,8 @@ $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp))
$(eval $(call gb_Library_set_include,abp,\ $(eval $(call gb_Library_set_include,abp,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
-I$(realpath $(SRCDIR)/extensions/source/inc) \ -I$(SRCDIR)/extensions/source/inc \
)) ))
ifneq ($(WITH_MOZILLA),NO) ifneq ($(WITH_MOZILLA),NO)

View File

@ -34,7 +34,7 @@ $(eval $(call gb_Library_set_componentfile,bib,extensions/source/bibliography/bi
$(eval $(call gb_Library_set_include,bib,\ $(eval $(call gb_Library_set_include,bib,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
)) ))
$(eval $(call gb_Library_add_api,bib,\ $(eval $(call gb_Library_add_api,bib,\

View File

@ -34,8 +34,8 @@ $(eval $(call gb_Library_set_componentfile,dbp,extensions/source/dbpilots/dbp))
$(eval $(call gb_Library_set_include,dbp,\ $(eval $(call gb_Library_set_include,dbp,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/inc) \ -I$(SRCDIR)/extensions/inc \
-I$(realpath $(SRCDIR)/extensions/source/inc) \ -I$(SRCDIR)/extensions/source/inc \
)) ))
$(eval $(call gb_Library_add_defs,dbp,\ $(eval $(call gb_Library_add_defs,dbp,\

View File

@ -36,7 +36,7 @@ $(SRCDIR)/extensions/source/activex/so_activex.cxx: $(WORKDIR)/CustomTarget/so_a
$(eval $(call gb_Library_set_include,so_activex_x64,\ $(eval $(call gb_Library_set_include,so_activex_x64,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(realpath $(SRCDIR)/extensions/source/activex) \ -I$(SRCDIR)/extensions/source/activex \
-I$(WORKDIR)/CustomTarget/so_activex \ -I$(WORKDIR)/CustomTarget/so_activex \
$(foreach i,$(ATL_INCLUDE), -I$(i)) \ $(foreach i,$(ATL_INCLUDE), -I$(i)) \
)) ))