repo.or.cz
/
mesa-waffle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gbm: factor out gbm_window_{init,teardown}
[mesa-waffle.git]
/
src
/
utils
/
Android.mk
blob
1e43bb19edda735ad49861a2f28cc43dfbd2c42c
1
LOCAL_PATH
:= $(
call my-dir
)
2
include
$(
CLEAR_VARS
)
3
4
LOCAL_MODULE_TAGS
:=
eng
5
LOCAL_MODULE
:=
wflinfo
6
7
LOCAL_CFLAGS
:=
\
8
-
DANDROID_STUB \
9
-
DWAFFLE_HAS_ANDROID \
10
-
std
=
c99 \
11
12
LOCAL_C_INCLUDES
:=
\
13
$(
LOCAL_PATH
)/
..
/
..
/
include
/
waffle
/
\
14
$(
LOCAL_PATH
)/
..
/
..
/
src
/
waffle
/
\
15
16
LOCAL_SRC_FILES
:=
\
17
wflinfo.c \
18
19
LOCAL_SHARED_LIBRARIES
:=
libwaffle-1
20
21
include
$(
BUILD_EXECUTABLE
)