xref: /aoo42x/main/unixODBC/Package_inc.mk (revision a88eff91)
1*a88eff91SDamjan Jovanovic#**************************************************************
2*a88eff91SDamjan Jovanovic#
3*a88eff91SDamjan Jovanovic#  Licensed to the Apache Software Foundation (ASF) under one
4*a88eff91SDamjan Jovanovic#  or more contributor license agreements.  See the NOTICE file
5*a88eff91SDamjan Jovanovic#  distributed with this work for additional information
6*a88eff91SDamjan Jovanovic#  regarding copyright ownership.  The ASF licenses this file
7*a88eff91SDamjan Jovanovic#  to you under the Apache License, Version 2.0 (the
8*a88eff91SDamjan Jovanovic#  "License"); you may not use this file except in compliance
9*a88eff91SDamjan Jovanovic#  with the License.  You may obtain a copy of the License at
10*a88eff91SDamjan Jovanovic#
11*a88eff91SDamjan Jovanovic#    http://www.apache.org/licenses/LICENSE-2.0
12*a88eff91SDamjan Jovanovic#
13*a88eff91SDamjan Jovanovic#  Unless required by applicable law or agreed to in writing,
14*a88eff91SDamjan Jovanovic#  software distributed under the License is distributed on an
15*a88eff91SDamjan Jovanovic#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a88eff91SDamjan Jovanovic#  KIND, either express or implied.  See the License for the
17*a88eff91SDamjan Jovanovic#  specific language governing permissions and limitations
18*a88eff91SDamjan Jovanovic#  under the License.
19*a88eff91SDamjan Jovanovic#
20*a88eff91SDamjan Jovanovic#**************************************************************
21*a88eff91SDamjan Jovanovic
22*a88eff91SDamjan Jovanovic
23*a88eff91SDamjan Jovanovic
24*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_Package,unixODBC_inc,$(SRCDIR)/unixODBC))
25*a88eff91SDamjan Jovanovic
26*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_add_file,unixODBC_inc,inc/external/odbc/iodbcunix.h,inc/iodbcunix.h))
27*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_add_file,unixODBC_inc,inc/external/odbc/sql.h,inc/sql.h))
28*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_add_file,unixODBC_inc,inc/external/odbc/sqlext.h,inc/sqlext.h))
29*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_add_file,unixODBC_inc,inc/external/odbc/sqltypes.h,inc/sqltypes.h))
30*a88eff91SDamjan Jovanovic$(eval $(call gb_Package_add_file,unixODBC_inc,inc/external/odbc/sqlucode.h,inc/sqlucode.h))
31