summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in19
1 files changed, 15 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f7b215d6b8a..63f731cd4073 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -414,17 +414,28 @@ $(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3
endef
+define gb_Top_GbuildToIdeIntegrationNS
+$(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.all)
+ cd $(SRCDIR) && \
+ $(if $(filter MACOSX,$(OS_FOR_BUILD)),PATH="$(INSTROOT_FOR_BUILD)/Frameworks/LibreOfficePython.framework/Versions/Current/bin:$(PATH)") \
+ $(SRCDIR)/bin/gbuild-to-ideNS --ide $(1) --make $(MAKE)
+
+endef
+
$(foreach ide,\
- codelite \
debug \
- kdevelop \
vs2013 \
vs2015 \
+ xcode, \
+$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
+
+$(foreach ide,\
+ codelite \
+ kdevelop \
vim \
- xcode \
qtcreator \
eclipsecdt,\
-$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
+$(eval $(call gb_Top_GbuildToIdeIntegrationNS,$(ide))))
fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_jpeg StaticLibrary_findsofficepath Library_tl Rdb_services udkapi offapi Library_clew Library_gie Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts StaticLibrary_fuzzer Executable_wmffuzzer Executable_jpgfuzzer Executable_giffuzzer Executable_xbmfuzzer Executable_xpmfuzzer Executable_pngfuzzer Executable_bmpfuzzer Executable_svmfuzzer Executable_pcdfuzzer Executable_dxffuzzer Executable_metfuzzer Executable_ppmfuzzer Executable_psdfuzzer Executable_epsfuzzer