diff options
Diffstat (limited to 'freebsd/dependencies/tqt3-ibase-plugin/files/Makefile.bsd')
-rw-r--r-- | freebsd/dependencies/tqt3-ibase-plugin/files/Makefile.bsd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/freebsd/dependencies/tqt3-ibase-plugin/files/Makefile.bsd b/freebsd/dependencies/tqt3-ibase-plugin/files/Makefile.bsd new file mode 100644 index 000000000..8f292be6b --- /dev/null +++ b/freebsd/dependencies/tqt3-ibase-plugin/files/Makefile.bsd @@ -0,0 +1,19 @@ +SHLIB_NAME= libqsql${DB}.so + +VPATH= ${PLUGIN}:${DRIVER} +CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \ + -I${LOCALBASE}/include \ + -I${LOCALBASE}/include/tqt3 \ + ${PTHREAD_CFLAGS} -DTQT_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> |