2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-01-25 17:35:20 +01:00
|
|
|
#
|
2012-11-06 12:12:33 +00:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-01-25 17:35:20 +01:00
|
|
|
#
|
2012-11-06 12:12:33 +00: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/.
|
2011-01-25 17:35:20 +01:00
|
|
|
#
|
2012-11-06 12:12:33 +00:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2011-01-25 17:35:20 +01:00
|
|
|
#
|
2012-11-06 12:12:33 +00: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 .
|
2011-01-25 17:35:20 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,vcl))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
2012-03-28 19:45:12 +02:00
|
|
|
AllLangResTarget_vcl \
|
|
|
|
CustomTarget_afm_hash \
|
2011-01-25 17:35:20 +01:00
|
|
|
Library_vcl \
|
2011-03-23 17:32:53 +01:00
|
|
|
Package_inc \
|
2012-12-13 19:33:42 +00:00
|
|
|
StaticLibrary_vclmain \
|
|
|
|
Executable_ui-previewer \
|
2012-09-10 16:59:55 +01:00
|
|
|
UI_vcl \
|
2011-01-25 17:35:20 +01:00
|
|
|
))
|
|
|
|
|
2011-01-26 14:01:31 +01:00
|
|
|
ifeq ($(GUIBASE),unx)
|
2011-01-25 17:35:20 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
2011-09-30 15:46:24 +01:00
|
|
|
Library_vclplug_svp \
|
2011-01-25 17:35:20 +01:00
|
|
|
Library_vclplug_gen \
|
|
|
|
Library_desktop_detector \
|
2012-03-13 18:36:02 +01:00
|
|
|
StaticLibrary_headless \
|
2011-01-25 17:35:20 +01:00
|
|
|
))
|
|
|
|
|
|
|
|
ifneq ($(ENABLE_GTK),)
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
|
|
|
Library_vclplug_gtk \
|
|
|
|
))
|
|
|
|
endif
|
2011-06-14 14:07:28 +01:00
|
|
|
ifneq ($(ENABLE_GTK3),)
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
|
|
|
Library_vclplug_gtk3 \
|
|
|
|
))
|
|
|
|
endif
|
2012-05-14 20:09:41 -05:00
|
|
|
ifneq ($(ENABLE_TDE),)
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
|
|
|
CustomTarget_tde_moc \
|
|
|
|
Executable_tdefilepicker \
|
|
|
|
Library_vclplug_tde \
|
|
|
|
))
|
|
|
|
endif
|
2011-01-25 17:35:20 +01:00
|
|
|
ifneq ($(ENABLE_KDE),)
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
2012-04-03 01:40:29 +02:00
|
|
|
CustomTarget_kde_moc \
|
|
|
|
Executable_kdefilepicker \
|
2011-01-25 17:35:20 +01:00
|
|
|
Library_vclplug_kde \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
ifneq ($(ENABLE_KDE4),)
|
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
2012-03-28 19:45:12 +02:00
|
|
|
CustomTarget_kde4_moc \
|
2011-01-25 17:35:20 +01:00
|
|
|
Library_vclplug_kde4 \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2012-12-11 23:06:47 +02:00
|
|
|
ifeq ($(OS),MACOSX)
|
2011-01-28 13:43:38 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
2012-02-29 12:34:33 +01:00
|
|
|
Zip_osxres \
|
2011-01-28 13:43:38 +01:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-12-11 23:06:47 +02:00
|
|
|
ifeq ($(OS),WNT)
|
2011-03-23 17:32:53 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,vcl,\
|
|
|
|
WinResTarget_vcl \
|
|
|
|
))
|
|
|
|
endif
|
2011-01-25 17:35:20 +01:00
|
|
|
|
2013-01-02 22:07:41 +01:00
|
|
|
$(eval $(call gb_Module_add_check_targets,vcl,\
|
|
|
|
CppunitTest_vcl_filters_test \
|
|
|
|
))
|
|
|
|
|
2011-01-25 17:35:20 +01:00
|
|
|
# vim: set noet sw=4 ts=4:
|