File: Makefile.am

package info (click to toggle)
myodbc 5.1.10-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,988 kB
  • sloc: ansic: 33,649; cpp: 1,360; xml: 1,261; sh: 353; makefile: 264; perl: 43
file content (39 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download | duplicates (2)
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
###################################################################
#                                                                 
# BRIEF:                                                          
#	This is used by the GNU auto-build to create a Makefile for
#       building the myodbcinst command-line utility.
#                                                                 
# DESCRIPTION:
#       This is an optional part of the build. It is possible to build
#       this if the myodbcinst flag is set during configure (default 
#       is yes) and libltdl is installed on the system.
#
# NOTE:
#       This program may need to be built when creating a binary 
#       distribution because it may be used when installing the binary
#       distribution. This is the case on OSX and Linux for example.
#
###################################################################

if MYODBCINST

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/util

bin_PROGRAMS = myodbc-installer
myodbc_installer_SOURCES = myodbc3i.c
myodbc_installer_LDADD        = ../util/libmyodbc3u.la @DL_LIB@ @MYSQL_LIB@ $(ODBC_DM_LIB)
myodbc_installer_DEPENDENCIES = ../util/libmyodbc3u.la

# LDFLAGS=@EXTRA_LDFLAGS@

endif

###################################################################
#
# More files to include in source distro.
#
###################################################################

EXTRA_DIST = \
	CMakeLists.txt