repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
arch
/
m68k-amiga
/
lowlevel
/
mmakefile.src
blob
8cfcdb90af54085a56465c29b001e891216d4394
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := readjoyport \
6
setjoyportattrsa \
7
lowlevel_amiga
8
9
USER_INCLUDES += -I$(SRCDIR)/workbench/libs/lowlevel
10
11
#MM- workbench-libs-lowlevel-amiga-m68k: kernel-potgo-includes
12
13
%build_archspecific \
14
mainmmake=workbench-libs-lowlevel maindir=workbench/libs/lowlevel \
15
arch=amiga-m68k \
16
files="$(FILES)"
17
18
%common