forked from lurcher/unixODBC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
55 lines (49 loc) · 906 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
ACLOCAL_AMFLAGS=-I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
cur/odbccr.pc \
DriverManager/odbc.pc \
odbcinst/odbcinst.pc
SUBDIRS = \
extras \
log \
lst \
ini \
libltdl \
odbcinst \
DriverManager \
exe \
cur \
DRVConfig \
Drivers \
include \
doc \
man \
samples
EXTRA_DIST = \
README.OSX \
README.VMS \
README.QNX \
README.CYGWIN \
README.AIX \
README.SOLARIS \
README.INTERIX \
vms/install_image.com \
vms/odbc2_axp.opt \
vms/odbc_axp.opt \
vms/odbcinst_axp.opt \
vms/odbc_setup.com \
vms/drivermanager_axp.opt \
vmsbuild.com \
Interix/configure \
Interix/config.guess \
Interix/libtool \
m4 \
configure.ac \
Makefile.svn
include_HEADERS = unixodbc.h
pkginclude_HEADERS = unixodbc_conf.h
install-data-hook:
-$(MKDIR_P) $(DESTDIR)$(sysconfdir)/ODBCDataSources
-touch $(DESTDIR)$(sysconfdir)/odbcinst.ini
-touch $(DESTDIR)$(sysconfdir)/odbc.ini