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
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
devs
/
AHI
/
Examples
/
Extras
/
CheckAHIPrefs
/
smakefile
blob
5b23f5fe6e1ba07f0c9adf197e46aeac420c2490
1
2
TARGET = CheckAHIPrefs
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)