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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
reqtools
/
stubs
/
mmakefile.src
blob
2c401c966feeeec20e4fb6d8018d4d2bb4d28503
1
# $Id$
2
#
3
4
include $(SRCDIR)/config/aros.cfg
5
6
FILES := \
7
rtallocrequest \
8
rtchangereqattr \
9
rtfilerequest \
10
rtezrequest \
11
rtezrequesttags \
12
rtgetstring \
13
rtgetlong \
14
rtfontrequest \
15
rtpaletterequest \
16
rtreqhandler \
17
rtscreenmoderequest \
18
19
#MM- linklibs : linklibs-reqtoolsstubs
20
#MM linklibs-reqtoolsstubs : includes
21
22
%build_linklib mmake=linklibs-reqtoolsstubs libname=reqtoolsstubs files=$(FILES)
23
24
%common