Kaydet (Commit) 14574684 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: stop using $(OUTDIR)/idl

Instead, include directly from $(SRCDIR)

Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
üst b7d514f7
...@@ -32,7 +32,7 @@ $(eval $(call gb_InternalUnoApi_use_api,cppu,\ ...@@ -32,7 +32,7 @@ $(eval $(call gb_InternalUnoApi_use_api,cppu,\
)) ))
$(eval $(call gb_InternalUnoApi_set_include,cppu,\ $(eval $(call gb_InternalUnoApi_set_include,cppu,\
-I$(OUTDIR)/idl \ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -32,7 +32,7 @@ $(eval $(call gb_InternalUnoApi_use_api,cppuhelper,\ ...@@ -32,7 +32,7 @@ $(eval $(call gb_InternalUnoApi_use_api,cppuhelper,\
)) ))
$(eval $(call gb_InternalUnoApi_set_include,cppuhelper,\ $(eval $(call gb_InternalUnoApi_set_include,cppuhelper,\
-I$(OUTDIR)/idl \ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -14,7 +14,7 @@ $(eval $(call gb_InternalUnoApi_use_api,test_urp,\ ...@@ -14,7 +14,7 @@ $(eval $(call gb_InternalUnoApi_use_api,test_urp,\
)) ))
$(eval $(call gb_InternalUnoApi_set_include,test_urp,\ $(eval $(call gb_InternalUnoApi_set_include,test_urp,\
-I$(OUTDIR)/idl \ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -19,7 +19,7 @@ $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_ch ...@@ -19,7 +19,7 @@ $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_ch
$(call gb_Helper_execute,autodoc) -html $(dir $@) \ $(call gb_Helper_execute,autodoc) -html $(dir $@) \
-dvgroot "http://wiki.services.openoffice.org/wiki" \ -dvgroot "http://wiki.services.openoffice.org/wiki" \
-name "LibreOffice $(PRODUCTVERSION) API" \ -name "LibreOffice $(PRODUCTVERSION) API" \
-lg idl -dvgfile $< -t $(OUTDIR)/idl -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -25,8 +25,8 @@ $(eval $(call gb_UnoApi_use_api,offapi,\ ...@@ -25,8 +25,8 @@ $(eval $(call gb_UnoApi_use_api,offapi,\
$(eval $(call gb_UnoApi_set_include,offapi,\ $(eval $(call gb_UnoApi_set_include,offapi,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/udkapi \
-I$(SRCDIR)/offapi \ -I$(SRCDIR)/offapi \
-I$(OUTDIR)/idl \
)) ))
......
...@@ -27,7 +27,8 @@ $(eval $(call gb_UnoApi_use_api,oovbaapi,\ ...@@ -27,7 +27,8 @@ $(eval $(call gb_UnoApi_use_api,oovbaapi,\
$(eval $(call gb_UnoApi_set_include,oovbaapi,\ $(eval $(call gb_UnoApi_set_include,oovbaapi,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/oovbaapi \ -I$(SRCDIR)/oovbaapi \
-I$(OUTDIR)/idl \ -I$(SRCDIR)/offapi \
-I$(SRCDIR)/udkapi \
)) ))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,oovbaapi,oovbaapi/ooo/vba/excel,\ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,oovbaapi,oovbaapi/ooo/vba/excel,\
......
...@@ -38,7 +38,8 @@ $(eval $(call gb_InternalUnoApi_define_api_dependencies,scaddins,offapi,\ ...@@ -38,7 +38,8 @@ $(eval $(call gb_InternalUnoApi_define_api_dependencies,scaddins,offapi,\
$(eval $(call gb_InternalUnoApi_set_include,scaddins,\ $(eval $(call gb_InternalUnoApi_set_include,scaddins,\
-I$(SRCDIR)/scaddins/idl \ -I$(SRCDIR)/scaddins/idl \
-I$(OUTDIR)/idl \ -I$(SRCDIR)/offapi \
-I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -31,7 +31,7 @@ $(eval $(call gb_InternalUnoApi_use_api,bridgetest,\ ...@@ -31,7 +31,7 @@ $(eval $(call gb_InternalUnoApi_use_api,bridgetest,\
)) ))
$(eval $(call gb_InternalUnoApi_set_include,bridgetest,\ $(eval $(call gb_InternalUnoApi_set_include,bridgetest,\
-I$(OUTDIR)/idl \ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -19,7 +19,7 @@ $(eval $(call gb_InternalUnoApi_define_api_dependencies,touch, \ ...@@ -19,7 +19,7 @@ $(eval $(call gb_InternalUnoApi_define_api_dependencies,touch, \
$(eval $(call gb_InternalUnoApi_set_include,touch,\ $(eval $(call gb_InternalUnoApi_set_include,touch,\
-I$(SRCDIR)/touch/idl \ -I$(SRCDIR)/touch/idl \
-I$(OUTDIR)/idl \ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
......
...@@ -31,7 +31,6 @@ $(eval $(call gb_UnoApi_UnoApi,udkapi)) ...@@ -31,7 +31,6 @@ $(eval $(call gb_UnoApi_UnoApi,udkapi))
$(eval $(call gb_UnoApi_set_include,udkapi,\ $(eval $(call gb_UnoApi_set_include,udkapi,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/udkapi \ -I$(SRCDIR)/udkapi \
-I$(OUTDIR)/idl \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment