repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dlgTextEntry_Keyboard: rename to TouchTextEntry
[xcsoar.git]
/
build
/
zzip.mk
blob
7a6343cd7cd9171c97ec9692186daefff8f3f0f6
1
ZZIPSRC
= $(
SRC
)/
zzip
2
ZZIP_SOURCES
=
\
3
$(
ZZIPSRC
)/
fetch.c \
4
$(
ZZIPSRC
)/
file.c \
5
$(
ZZIPSRC
)/
plugin.c \
6
$(
ZZIPSRC
)/
zip.c \
7
$(
ZZIPSRC
)/
stat.c
8
9
ZZIP_CFLAGS
= -
Wno-strict-aliasing
10
ZZIP_CPPFLAGS_INTERNAL
= $(
ZLIB_CPPFLAGS
)
11
12
$(
eval
$(
call link-library
,
zzip
,
ZZIP
))
13
14
ZZIP_LDADD
+= $(
ZLIB_LDADD
)
15
ZZIP_LDLIBS
+= $(
ZLIB_LDLIBS
)