aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* sqlitepp.h: Add complete version as SQLITEPP_VERSIONRobin Krahl2017-03-27
|
* Makefile: Add version number to doxygenRobin Krahl2017-03-27
|
* Add version information to the Makefile and to sqlitepp.hRobin Krahl2017-03-27
|
* Makefile: Set the library directory when compiling sqlitepp_testRobin Krahl2017-03-27
| | | | | Using the rpath linker option makes it possible to call sqlitepp_test directly without setting LD_LIBRARY_PATH.
* Makefile: Fix indentationRobin Krahl2017-03-25
|
* Makefile: Add a memcheck targetRobin Krahl2017-03-25
| | | | | Add a memcheck target to the Makefile that calls the valgrind memcheck tool on the test binary.
* Makefile: Add test target to run sqlitepp_testRobin Krahl2017-03-23
|
* Makefile: Add the library as a dependecy to the testRobin Krahl2017-03-23
|
* Move sources directly to src and rename to .cpp.Robin Krahl2017-03-23
|
* Move from CMake to a plain MakefileRobin Krahl2017-03-23
The Makefile contains the rules to build both the library and the test binary, and to create the HTML and LaTeX documentation. Settings like library paths and compiler options are set in config.mk.