]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blob - daemon/Android.mk
gator: Version 5.14
[android-sdk/arm-ds5-gator.git] / daemon / Android.mk
1 LOCAL_PATH := $(call my-dir)\r
2 include $(CLEAR_VARS)\r
3 \r
4 XML_H := $(shell cd $(LOCAL_PATH) && make events_xml.h configuration_xml.h)\r
5 \r
6 LOCAL_CFLAGS += -Wall -O3 -mthumb-interwork -fno-exceptions -DETCDIR=\"/etc\" -Ilibsensors\r
7 \r
8 LOCAL_SRC_FILES := \\r
9         Buffer.cpp \\r
10         CapturedXML.cpp \\r
11         Child.cpp \\r
12         Collector.cpp \\r
13         ConfigurationXML.cpp \\r
14         Driver.cpp \\r
15         Fifo.cpp \\r
16         Hwmon.cpp \\r
17         KMod.cpp \\r
18         LocalCapture.cpp \\r
19         Logging.cpp \\r
20         main.cpp \\r
21         OlySocket.cpp \\r
22         OlyUtility.cpp \\r
23         Sender.cpp \\r
24         SessionData.cpp \\r
25         SessionXML.cpp \\r
26         StreamlineSetup.cpp \\r
27         libsensors/access.c \\r
28         libsensors/conf-lex.c \\r
29         libsensors/conf-parse.c \\r
30         libsensors/data.c \\r
31         libsensors/error.c \\r
32         libsensors/general.c \\r
33         libsensors/init.c \\r
34         libsensors/sysfs.c \\r
35         mxml/mxml-attr.c \\r
36         mxml/mxml-entity.c \\r
37         mxml/mxml-file.c \\r
38         mxml/mxml-get.c \\r
39         mxml/mxml-index.c \\r
40         mxml/mxml-node.c \\r
41         mxml/mxml-private.c \\r
42         mxml/mxml-search.c \\r
43         mxml/mxml-set.c \\r
44         mxml/mxml-string.c\r
45 \r
46 LOCAL_C_INCLUDES := $(LOCAL_PATH) \r
47 \r
48 LOCAL_MODULE := gatord\r
49 LOCAL_MODULE_TAGS := optional\r
50 \r
51 include $(BUILD_EXECUTABLE)\r