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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
devs
/
AHI
/
Examples
/
Low-level
/
DoubleBuffer
/
smakefile
blob
035a06f0c6ab7d0fb723bacd9866ec0cd0908543
1
2
TARGET = DoubleBuffer
3
OBJS= $(TARGET).o
4
5
$(TARGET): $(OBJS)
6
sc link to $(TARGET) with <<
7
$(OBJS)
8
<
9
10
$(TARGET).o: $(TARGET).c
11
12
dist:
13
smake allclean
14
smake $(TARGET)
15
slink from $(TARGET) ND TO $(TARGET)
16
smake clean
17
18
clean:
19
--delete \#?.(map|o|lnk|info) QUIET
20
21
allclean:
22
smake clean
23
--delete $(TARGET)