repo.or.cz
/
urasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UrForth: added UrAsm label list iteration words
[urasm.git]
/
src
/
Jamfile
blob
97d4d1c94f93377b4217e0fbc5f2ba7fd874b564
1
SubDir TOP src ;
2
3
4
if ! $(NO_DISASM) {
5
Main urdis : urdis.c ;
6
LinkLibraries urdis : liburasm.a ;
7
}
8
9
10
Main urasm :
11
urforth.c
12
urasm.c
13
;
14
LinkLibraries urasm :
15
liburasm.a
16
libfdc.a
17
;
18
19
20
Main urlocase :
21
urlocase.c
22
liburasm.a
23
;
24
25
26
SubInclude TOP src liburasm ;
27
SubInclude TOP src libfdc ;