Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / nlpsolver / Jar_nlpsolver.mk
blob94c92c1861d61e5033844d41ecbc49d4089cca84
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Jar_Jar,nlpsolver))
31 $(eval $(call gb_Jar_use_jars,nlpsolver,\
32 ridl \
33 unoil \
34 jurt \
35 juh \
36 java_uno \
37 EvolutionarySolver \
40 $(eval $(call gb_Jar_set_packageroot,nlpsolver,com))
42 $(eval $(call gb_Jar_set_manifest,nlpsolver,$(SRCDIR)/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Manifest.mf))
44 $(eval $(call gb_Jar_add_sourcefiles,nlpsolver,\
45 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration \
46 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/PropertyInfo \
47 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/BaseControl \
48 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/ProgressBar \
49 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Button \
50 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/TextAlign \
51 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/LabeledControl \
52 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/controls/Label \
53 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/ModalState \
54 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/DummyEvolutionarySolverStatusDialog \
55 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/IEvolutionarySolverStatusDialog \
56 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno \
57 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/BaseDialog \
58 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/DEPSSolverImpl \
59 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/SCOSolverImpl \
60 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseEvolutionarySolver \
61 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/ResourceManager \
62 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver \
65 # vim: set noet sw=4 ts=4: