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
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
dhcp
/
dst
/
mmakefile.src
blob
1f679f640f8632b0ccdc0b23eba8b769fe52fdf2
1
include $(SRCDIR)/config/aros.cfg
2
3
USER_CFLAGS := -I$(SRCDIR)/$(CURDIR)/../includes -DHMAC_MD5 -DMINIRES_LIB \
4
-D__BSD_VISIBLE=1
5
6
FILES := base64 dst_api dst_support hmac_link md5_dgst prandom
7
8
%build_linklib mmake=network-dhcp-libdst\
9
libname=dst \
10
files="$(FILES)"