2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2002-04-15 11:19:21 +00:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2002-04-15 11:19:21 +00:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# 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/.
|
2002-04-15 11:19:21 +00:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2002-04-15 11:19:21 +00:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
|
|
# with this work for additional information regarding copyright
|
|
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
2002-04-15 11:19:21 +00:00
|
|
|
#
|
|
|
|
|
2011-02-22 09:53:58 +01:00
|
|
|
$(eval $(call gb_Module_Module,wizards))
|
2002-04-15 11:19:21 +00:00
|
|
|
|
2011-02-22 09:53:58 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,wizards,\
|
2013-12-10 12:29:11 +01:00
|
|
|
CustomTarget_share \
|
2013-10-12 10:56:41 +02:00
|
|
|
Package_access2base \
|
2013-04-17 21:06:09 +02:00
|
|
|
Package_depot \
|
|
|
|
Package_euro \
|
|
|
|
Package_form \
|
|
|
|
Package_gimmicks \
|
|
|
|
Package_import \
|
|
|
|
Package_share \
|
|
|
|
Package_standard \
|
|
|
|
Package_template \
|
|
|
|
Package_tools \
|
|
|
|
Package_tutorials \
|
|
|
|
Package_usr \
|
2011-09-22 11:36:19 +02:00
|
|
|
Pyuno_fax \
|
2012-10-21 20:12:43 +02:00
|
|
|
Pyuno_letter \
|
2013-02-14 00:53:25 +01:00
|
|
|
Pyuno_agenda \
|
2013-03-06 10:04:59 +00:00
|
|
|
Pyuno_web \
|
2011-09-22 13:25:38 +02:00
|
|
|
Pyuno_commonwizards \
|
2011-02-22 09:53:58 +01:00
|
|
|
))
|
2002-04-15 11:19:21 +00:00
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,wizards,\
|
|
|
|
AllLangResTarget_dbw \
|
|
|
|
AllLangResTarget_eur \
|
|
|
|
AllLangResTarget_imp \
|
|
|
|
AllLangResTarget_tpl \
|
|
|
|
AllLangResTarget_wzi \
|
|
|
|
))
|
|
|
|
|
2013-08-19 00:41:12 +03:00
|
|
|
ifeq ($(ENABLE_JAVA),TRUE)
|
2011-07-25 21:58:52 +03:00
|
|
|
$(eval $(call gb_Module_add_targets,wizards,\
|
|
|
|
Jar_commonwizards \
|
|
|
|
Jar_form \
|
|
|
|
Jar_query \
|
|
|
|
Jar_report \
|
|
|
|
Jar_reportbuilder \
|
|
|
|
Jar_table \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-02-22 09:53:58 +01:00
|
|
|
# vim: set noet sw=4 ts=4:
|