File: Makefile.am

package info (click to toggle)
freetds 0.91-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,692 kB
  • sloc: ansic: 80,219; sh: 10,925; sql: 1,275; makefile: 803; perl: 665; php: 22
file content (33 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (3)
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
AUTOMAKE_OPTIONS =	1.5.3

include_HEADERS	=	bkpublic.h \
			cspublic.h cstypes.h ctpublic.h \
			sqldb.h sqlfront.h \
			sybdb.h sybfront.h \
			syberror.h odbcss.h

nodist_include_HEADERS	= tds_sysdep_public.h

noinst_HEADERS	=	ctlib.h \
			dblib.h \
			fakepoll.h \
			md4.h md5.h des.h hmac_md5.h \
			replacements.h \
			replacements/readpassphrase.h \
			tds.h tdsver.h tdsconvert.h \
			tds_sysdep_private.h \
			tdsbytes.h \
			tdsiconv.h \
			tdsodbc.h \
			tdssrv.h \
			tdsstring.h \
			tdsthread.h \
			tds_configs.h


DISTCLEANFILES	=	tds_sysdep_public.h freetds_sysconfdir.h

freetds_sysconfdir.h: Makefile
	echo '#define FREETDS_SYSCONFDIR "$(sysconfdir)"' >$@

all-am: freetds_sysconfdir.h