summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2017-01-30 17:29:08 +0100
committerjan iversen <jani@documentfoundation.org>2017-01-31 08:58:28 +0000
commit8736391f4ddda5bc73221e0762653a721819bcd9 (patch)
tree81e4c216b8a19baa1c6b4f50ee17f017ef315485 /Makefile.in
parent1c3e84d8192218befebcddae2ed9842d081dc6c7 (diff)
Gbuild-to-ide, Froze non-active supported generators.
Copied gbuild-to-ide.py from d575e3a14beef8bdd3517c024b9aab8a17b3ef7b to gbuild-to-ideNS.py Changed Makefile.in to use gbuild-to-ideNS.py for non-actively supported platforms. That way these platform are stable, and not affected of new features. For now all platforms are still present in gbuild-to-ide and will have a "does not break" test for all new features. Change-Id: I8bb069d93c954a80de540a32b8a01889035c840d Reviewed-on: https://gerrit.libreoffice.org/33710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
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