repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
got rid of tabs in Jambase
[k8jam.git]
/
Jamfile
blob
e7ba437ef572024dfe10e9a3570214f243bee404
1
# Jamfile to build Jam (a make(1)-like program)
2
# There are no user-serviceable parts in this file.
3
SubDir TOP ;
4
5
6
SubInclude TOP src ;
7
# for installing
8
if $(UNIX) {
9
SubInclude TOP doc ;
10
}