File: Makefile-help

package info (click to toggle)
regina-normal 4.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,824 kB
  • ctags: 7,862
  • sloc: cpp: 63,296; ansic: 12,913; sh: 10,556; perl: 3,294; makefile: 947; python: 188
file content (24 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

General Targets
---------------

all - build absolutely everything
clean - remove all built files
install - install absolutely everything
uninstall - uninstall absolutely everything
check - build and run the test suite
help - read this help page

Specific Targets
----------------

engine - build the C++ calculation engine library
kdeui - build the KDE user interface
python - build the Python bindings
utils - build the command-line utility programs

enginedocs - build the C++ calculation engine documentation
man - build the man pages

valgrind - run valgrind memory tests on the calculation engine