summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_javadoc.mk
blob: a8f83dcd83c68f8f45fc38ec007ba092f186c4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CustomTarget_CustomTarget,odk/docs/java/ref))

odk_JAVAPACKAGES := com.sun.star.comp.helper \
	com.sun.star.lib.uno.helper \
	com.sun.star.lib.unoloader \
	com.sun.star.uno \
	$(SRCDIR)/jurt/com/sun/star/lib/util/UrlToFileMapper.java

$(eval $(call gb_CustomTarget_register_targets,odk/docs/java/ref,\
	javadoc_log.txt \
))

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/package-list : $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt
	touch $@

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.css \
$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.gif \
$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.html : \
		$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt
	touch $@

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt : \
		$(call gb_Jar_get_target,ridl)
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JDC,1)
	$(call gb_Helper_abbreviate_dirs,\
		$(JAVADOC) -J-Xmx120m -use -splitindex \
		-windowtitle "Java UNO Runtime Reference" \
		-header "$(PRODUCTNAME) $(PRODUCTVERSION) SDK Java API Reference"\
		-tag attention:a:"Attention:" \
		-d $(dir $@) \
		-sourcepath "$(SRCDIR)/ridljar/source/unoloader$(gb_CLASSPATHSEP)$(SRCDIR)/ridljar$(gb_CLASSPATHSEP)$(SRCDIR)/jurt$(gb_CLASSPATHSEP)$(SRCDIR)/javaunohelper" \
		-classpath $(call gb_Jar_get_target,ridl) \
		-linkoffline ../../common/reg $(SRCDIR)/odk/docs/java-uno \
		-linkoffline http://java.sun.com/j2se/1.5/docs/api $(SRCDIR)/odk/docs/java \
		$(odk_JAVAPACKAGES) \
		$(if $(JAVADOCISGJDOC),,-notimestamp) \
		> $@)

# vim: set noet sw=4 ts=4:
l?h=libreoffice-4-4-1&id=16ac315c41e7d94db2be2b97b7cb4704cdd249f3'>Enable NTLM authentication (using sspi.h) in Windows build of curlFridrich Štrba 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-06commit delete various unused makefile.mksCaolán McNamara 2012-11-15tweak some build.lsts...Michael Stahl 2012-11-14Deliver the right curl librariesFridrich Štrba 2012-10-31Add PATH to have curl configure find ns{s,pr}-config in solverCédric Bosdonnat 2012-10-30Fix MSVC build: LIB is not in environment so set it for the nmake commandTor Lillqvist 2012-10-30Correct location of the libtool-built libcurlTor Lillqvist 2012-10-29tweak curl gbuildificationMatúš Kukan 2012-10-29convert curl to gbuildPeter Foley 2012-10-25curl: disable use of debug configuration (needs msvcr90d.dll)Michael Stahl 2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist 2012-07-11curl: fixed internal nss configure to get nspr includesCédric Bosdonnat 2012-07-02Try to fix Windows build of curlFridrich Strba 2012-07-02curl: updated to 7.26.0 to have NTLM auth working with NSSCédric Bosdonnat 2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann 2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich 2011-12-16Code modules no longer depend on stlport.Stephan Bergmann