libreoffice/connectivity/Module_connectivity.mk

110 lines
2.7 KiB
Makefile
Raw Normal View History

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,connectivity))
$(eval $(call gb_Module_add_targets,connectivity,\
AllLangResTarget_cnr \
AllLangResTarget_sdbcl \
AllLangResTarget_sdberr \
Package_inc \
2011-12-19 18:28:30 -05:00
Package_xml \
2011-12-18 21:45:37 -05:00
Library_dbtools \
2011-12-19 16:32:41 -05:00
Library_sdbc2 \
Library_dbpool2 \
2011-12-22 16:59:41 -05:00
Library_calc \
Library_odbcbase \
2011-12-22 18:26:11 -05:00
Library_odbc \
2011-12-22 19:49:48 -05:00
Library_mysql \
2011-12-25 11:40:33 -05:00
Library_file \
2011-12-25 11:54:34 -05:00
Library_flat \
2011-12-25 12:05:01 -05:00
Library_dbase \
Package_generated \
))
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,connectivity,\
2012-03-27 16:36:31 +02:00
AllLangResTarget_hsqldb \
Jar_ConnectivityTools \
Jar_sdbc_hsqldb \
2012-03-27 16:36:31 +02:00
Library_hsqldb \
2011-12-25 11:16:20 -05:00
Library_jdbc \
))
endif
2011-12-20 19:41:57 -05:00
ifeq ($(GUI),UNX)
2011-12-21 21:43:58 -05:00
2011-12-20 19:41:57 -05:00
ifeq ($(ENABLE_KAB),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_kab1 \
Library_kabdrv1 \
))
endif
2011-12-21 21:43:58 -05:00
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_macab1 \
Library_macabdrv1 \
))
endif
2011-12-20 19:41:57 -05:00
endif
2011-12-20 12:15:42 -05:00
ifeq ($(GUI),WNT)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_ado \
))
endif
2011-12-22 16:34:35 -05:00
ifeq ($(ENABLE_EVOAB2),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_evoab2 \
))
endif
ifeq ($(BUILD_POSTGRESQL_SDBC),YES)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_postgresql-sdbc \
Library_postgresql-sdbc-impl \
Package_postgresql-sdbc \
Rdb_postgresql-sdbc \
))
endif
ifeq ($(if $(or $(filter-out YES,$(WITH_MOZILLA)),$(filter YES,$(SYSTEM_MOZILLA)),$(filter MACOSX,$(OS))),YES),YES)
$(eval $(call gb_Module_add_targets,connectivity,\
Library_mozbootstrap \
))
else
$(eval $(call gb_Module_add_targets,connectivity,\
Library_mozab \
Library_mozabdrv \
))
endif
# vim: set noet sw=4 ts=4: