You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
450 B
20 lines
450 B
9 years ago
|
SHLIB_NAME= libqsql${DB}.so
|
||
|
|
||
|
VPATH= ${PLUGIN}:${DRIVER}
|
||
|
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
|
||
|
-I${LOCALBASE}/include \
|
||
|
-I${LOCALBASE}/include/tqt3 \
|
||
|
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
|
||
|
LDADD= -L${LOCALBASE}/lib \
|
||
|
${PTHREAD_LIBS} -ltqt-mt -lfbclient
|
||
|
SRCS= main.cpp qsql_${DB}.cpp
|
||
|
|
||
|
LIBDIR= ${PREFIX}/lib/tqt3/plugins/sqldrivers
|
||
|
|
||
|
${DESTDIR}${LIBDIR}:
|
||
|
mkdir -p ${DESTDIR}${LIBDIR}
|
||
|
|
||
|
beforeinstall: ${DESTDIR}${LIBDIR}
|
||
|
|
||
|
.include <bsd.lib.mk>
|