File: Makefile.am

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (60 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (7)
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
56
57
58
59
60
if BDB 
GDA_BDB_SERVER=bdb
endif

if BDBSQL
GDA_BDBSQL_SERVER=bdbsql
endif

if FIREBIRD
GDA_FIREBIRD_SERVER=firebird
endif

if MDB
GDA_MDB_SERVER=mdb
endif

if MYSQL
GDA_MYSQL_SERVER=mysql
endif

if ORACLE
GDA_ORACLE_SERVER=oracle
endif

if POSTGRES
GDA_POSTGRES_SERVER=postgres
endif

if JAVA
GDA_JAVA_SERVER=jdbc
endif

if LIBSOUP
GDA_WEB_SERVER=web
endif

if HAVE_LIBCRYPTO
GDA_SQLCIPHER_SERVER=sqlcipher
endif

if LDAP
GDA_LDAP_SERVER=ldap
endif

SUBDIRS = \
	reuseable \
	sqlite \
	skel-implementation \
	$(GDA_BDB_SERVER) \
	$(GDA_BDBSQL_SERVER) \
	$(GDA_MDB_SERVER) \
	$(GDA_POSTGRES_SERVER) \
	$(GDA_MYSQL_SERVER) \
	$(GDA_JAVA_SERVER) \
	$(GDA_ORACLE_SERVER) \
	$(GDA_WEB_SERVER) \
	$(GDA_SQLCIPHER_SERVER) \
	$(GDA_LDAP_SERVER) \
	$(GDA_FIREBIRD_SERVER)