repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
workbench
/
devs
/
AHI
/
Examples
/
Low-level
/
lib
/
smakefile
blob
6e0463d2522e0b02d03c782a0e5d87d2b480e6c5
1
2
3
ahi.lib: AHI_lib.o
4
oml $@ a AHI_lib.o
5
6
AHI_lib.o: AHI_lib.c
7
sc to $@ AHI_lib.c
8
9
dist:
10
smake allclean
11
smake ahi.lib
12
smake clean
13
14
clean:
15
--delete \#?.(o|info|map|tmp|lnk)
16
17
allclean:
18
smake clean
19
--delete ahi.lib