1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24$(eval $(call gb_Module_Module,connectivity)) 25 26$(eval $(call gb_Module_add_targets,connectivity,\ 27 AllLangResTarget_cnr \ 28 AllLangResTarget_hsqldb \ 29 AllLangResTarget_sdbcl \ 30 AllLangResTarget_sdberr \ 31 Ant_dbtools \ 32 Ant_sdbc_hsqldb \ 33 Ant_sdbc_jdbc \ 34 Ant_sdbc_postgresql \ 35 Configuration_connectivity \ 36 Library_adabas \ 37 Library_calc \ 38 Library_dbase \ 39 Library_dbpool2 \ 40 Library_dbtools \ 41 Library_file \ 42 Library_flat \ 43 Library_hsqldb \ 44 Library_mysql \ 45 Library_odbc \ 46 Library_odbcbase \ 47 Library_sdbc2 \ 48 Package_inc \ 49 Package_generated_inc \ 50)) 51 52ifeq ($(GUI),WNT) 53$(eval $(call gb_Module_add_targets,connectivity,\ 54 Library_ado \ 55)) 56endif 57 58ifeq ($(ENABLE_EVOAB2),TRUE) 59$(eval $(call gb_Module_add_targets,connectivity,\ 60 Library_evoab2 \ 61)) 62endif 63 64ifeq ($(GUI),UNX) 65ifeq ($(OS),MACOSX) 66$(eval $(call gb_Module_add_targets,connectivity,\ 67 Library_macab1 \ 68 Library_macabdrv1 \ 69)) 70endif 71endif 72 73# vim: set noet sw=4 ts=4: 74