Warning, file /sdk/codevis/thirdparty/soci/tests/sqlite3/Makefile.basic was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 COMPILER = g++ 0002 CXXFLAGS = -Wall -pedantic -Wno-long-long 0003 INCLUDEDIRS = -I../../include -I../../include/private -I.. -I/usr/include/sqlite3 0004 LIBDIRS = -L../../src/core -L../../src/backends/sqlite3 -L/usr/lib/x86_64-linux-gnu 0005 LIBS = -lsoci_sqlite3 -lsoci_core -ldl -lsqlite3 0006 0007 test-sqlite3 : test-sqlite3.cpp 0008 ${COMPILER} $? -o $@ ${INCLUDEDIRS} ${LIBDIRS} ${LIBS} 0009 0010 0011 clean : 0012 rm -f test-sqlite3