File: Makefile.am

package info (click to toggle)
hk-classes 0.7.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,976 kB
  • ctags: 8,014
  • sloc: cpp: 84,248; sh: 8,328; python: 3,255; makefile: 257
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
libdir=@HK_CLASSESDIR@/drivers
INCLUDES=   -I../hk_classes -I@POSTGRESINCDIR@


libhk_postgresdriver_la_LDFLAGS = -version-info 0:1:0 -lpq  -lhk_classes -L../hk_classes -L@POSTGRESLIBDIR@

lib_LTLIBRARIES =libhk_postgresdriver.la

include_HEADERS =
noinst_HEADERS =  	hk_postgresqlcolumn.h hk_postgresqlconnection.h hk_postgresqldatabase.h\
			hk_postgresqldatasource.h hk_postgresqlactionquery.h hk_postgresqlresultquery.h\
			hk_postgresqltable.h hk_postgresqlview.h


libhk_postgresdriver_la_SOURCES= 	hk_postgresqlcolumn.cpp hk_postgresqlconnection.cpp hk_postgresqldatabase.cpp\
				hk_postgresqldatasource.cpp hk_postgresqlactionquery.cpp hk_postgresqlresultquery.cpp\
				hk_postgresqltable.cpp hk_postgresqlview.cpp