1 # Automatically generated makefile, created by the Jucer
2 # Don't edit this file! Your changes will be overwritten when you re-save the Jucer project!
4 LOCAL_PATH
:= $(call my-dir
)
8 LOCAL_CPP_EXTENSION
:= cpp
9 LOCAL_MODULE
:= juce_jni
11 ..
/..
/..
/Source
/ApplicationStartup.
cpp\
12 ..
/..
/..
/Source
/MainDemoWindow.
cpp\
13 ..
/..
/..
/Source
/demos
/AudioDemoLatencyPage.
cpp\
14 ..
/..
/..
/Source
/demos
/AudioDemoPlaybackPage.
cpp\
15 ..
/..
/..
/Source
/demos
/AudioDemoRecordPage.
cpp\
16 ..
/..
/..
/Source
/demos
/AudioDemoSetupPage.
cpp\
17 ..
/..
/..
/Source
/demos
/AudioDemoSynthPage.
cpp\
18 ..
/..
/..
/Source
/demos
/AudioDemoTabComponent.
cpp\
19 ..
/..
/..
/Source
/demos
/CameraDemo.
cpp\
20 ..
/..
/..
/Source
/demos
/CodeEditorDemo.
cpp\
21 ..
/..
/..
/Source
/demos
/DirectShowDemo.
cpp\
22 ..
/..
/..
/Source
/demos
/DragAndDropDemo.
cpp\
23 ..
/..
/..
/Source
/demos
/FontsAndTextDemo.
cpp\
24 ..
/..
/..
/Source
/demos
/InterprocessCommsDemo.
cpp\
25 ..
/..
/..
/Source
/demos
/OpenGLDemo.
cpp\
26 ..
/..
/..
/Source
/demos
/QuickTimeDemo.
cpp\
27 ..
/..
/..
/Source
/demos
/RenderingTestComponent.
cpp\
28 ..
/..
/..
/Source
/demos
/TableDemo.
cpp\
29 ..
/..
/..
/Source
/demos
/ThreadingDemo.
cpp\
30 ..
/..
/..
/Source
/demos
/TreeViewDemo.
cpp\
31 ..
/..
/..
/Source
/demos
/WebBrowserDemo.
cpp\
32 ..
/..
/..
/Source
/demos
/WidgetsDemo.
cpp\
33 ..
/..
/..
/JuceLibraryCode
/BinaryData.
cpp\
34 ..
/..
/..
/JuceLibraryCode
/JuceLibraryCode1.
cpp\
35 ..
/..
/..
/JuceLibraryCode
/JuceLibraryCode2.
cpp\
36 ..
/..
/..
/JuceLibraryCode
/JuceLibraryCode3.
cpp\
37 ..
/..
/..
/JuceLibraryCode
/JuceLibraryCode4.
cpp\
39 ifeq ($(CONFIG
),Debug
)
40 LOCAL_CPPFLAGS
+= -fsigned-char
-fexceptions
-frtti
-g
-O0
-D
"JUCE_ANDROID=1" -D
"DEBUG=1" -D
"_DEBUG=1" -D
"JUCE_UNIT_TESTS=1" -D
"JUCER_ANDROID_7F0E4A25=1"
42 LOCAL_CPPFLAGS
+= -fsigned-char
-fexceptions
-frtti
-Os
-D
"JUCE_ANDROID=1" -D
"NDEBUG=1" -D
"JUCE_UNIT_TESTS=1" -D
"JUCER_ANDROID_7F0E4A25=1"
45 include $(BUILD_SHARED_LIBRARY
)