File: Makefile-help

package info (click to toggle)
regina-normal 4.3.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,396 kB
  • ctags: 7,338
  • sloc: cpp: 55,359; sh: 17,392; ansic: 12,913; perl: 3,294; makefile: 918; python: 114
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