repo.or.cz
/
libha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libha: renamings to make names consistent
[libha.git]
/
src
/
Jamfile
blob
98ee66570153b645a035add2a09d4c86b8fa0f1c
1
SubDir TOP src ;
2
3
4
Library libpbar.a : pbar.c ;
5
6
Main test :
7
libha.c
8
main.c
9
;
10
LinkLibraries test : libpbar.a ;
11
12
13
Main test_unp :
14
libhaunp.c
15
main_unp.c
16
;
17
LinkLibraries test_unp : libpbar.a ;