2011-12-16 17:29:24 +01:00
|
|
|
|
2012-08-20 16:50:29 +02:00
|
|
|
# Basic elements
|
2012-11-21 22:48:50 +01:00
|
|
|
FILE_LIST:= ewol/ewol.cpp \
|
|
|
|
ewol/clipBoard.cpp \
|
|
|
|
ewol/debug.cpp \
|
|
|
|
ewol/config.cpp \
|
|
|
|
ewol/commandLine.cpp \
|
|
|
|
ewol/key.cpp
|
|
|
|
|
|
|
|
|
|
|
|
#PLOPPPPP = \
|
|
|
|
ewol/renderer/ResourceManager.cpp \
|
|
|
|
ewol/renderer/resources/SimpleConfigFile.cpp
|
|
|
|
|
|
|
|
#FILE_LIST+= ewol/openGL/openGL.cpp \
|
2012-08-26 22:45:24 +02:00
|
|
|
ewol/openGL/Shader.cpp \
|
2012-10-10 18:09:54 +02:00
|
|
|
ewol/openGL/Program.cpp \
|
|
|
|
ewol/openGL/VirtualBufferObject.cpp
|
2012-08-26 22:45:24 +02:00
|
|
|
|
2012-08-20 16:50:29 +02:00
|
|
|
|
|
|
|
# Gui interface
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/os/eSystem.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/os/eSystemInput.cpp
|
|
|
|
|
|
|
|
# Basic Eobject of EWOL
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/eObject/EObject.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/eObject/EObjectManager.cpp
|
|
|
|
|
|
|
|
# Game elements
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/game/GameElement.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/game/GameElementLua.cpp \
|
|
|
|
ewol/game/SceneElement.cpp
|
|
|
|
|
2012-11-16 09:29:14 +01:00
|
|
|
# Compositing
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/compositing/Compositing.cpp \
|
2012-11-19 07:58:25 +01:00
|
|
|
ewol/compositing/Text.cpp \
|
2012-11-19 21:16:14 +01:00
|
|
|
ewol/compositing/Drawing.cpp
|
2012-11-16 09:29:14 +01:00
|
|
|
|
2012-08-20 16:50:29 +02:00
|
|
|
# Object abstraction for OpenGl
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/oObject/OObject.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/oObject/2DTextColored.cpp \
|
2012-09-01 20:43:46 +02:00
|
|
|
ewol/oObject/2DTextShader.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/oObject/2DColored.cpp \
|
|
|
|
ewol/oObject/2DTextured.cpp \
|
2012-08-29 10:14:08 +02:00
|
|
|
ewol/oObject/3DTextured.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/oObject/Sprite.cpp
|
|
|
|
|
|
|
|
# texture management
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/texture/Texture.cpp \
|
2012-08-22 18:22:29 +02:00
|
|
|
ewol/texture/TextureFile.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/texture/TextureBMP.cpp \
|
|
|
|
ewol/texture/TexturePNG.cpp \
|
|
|
|
ewol/texture/TextureSVG.cpp
|
|
|
|
|
|
|
|
# fonst system
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/font/FontManager.cpp \
|
2012-08-22 18:22:29 +02:00
|
|
|
ewol/font/FontFreeType.cpp \
|
2012-09-01 20:43:46 +02:00
|
|
|
ewol/font/TexturedFont.cpp \
|
|
|
|
ewol/font/DistantFieldFont.cpp
|
2012-08-20 16:50:29 +02:00
|
|
|
|
2012-10-30 18:20:47 +01:00
|
|
|
# Mesh management
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/Mesh/Mesh.cpp \
|
2012-10-30 18:20:47 +01:00
|
|
|
ewol/Mesh/MeshObj.cpp
|
|
|
|
|
|
|
|
|
2012-08-20 16:50:29 +02:00
|
|
|
# all widgets
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/widget/Widget.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/widget/WidgetManager.cpp \
|
|
|
|
ewol/widget/Windows.cpp \
|
2011-12-16 17:29:24 +01:00
|
|
|
ewol/widget/Button.cpp \
|
2012-06-06 18:20:37 +02:00
|
|
|
ewol/widget/ButtonImage.cpp \
|
2012-05-13 09:45:58 +02:00
|
|
|
ewol/widget/Image.cpp \
|
2012-03-05 00:07:43 +01:00
|
|
|
ewol/widget/ButtonColor.cpp \
|
2011-12-16 17:29:24 +01:00
|
|
|
ewol/widget/CheckBox.cpp \
|
2012-03-30 18:11:39 +02:00
|
|
|
ewol/widget/ColorBar.cpp \
|
|
|
|
ewol/widget/ContextMenu.cpp \
|
|
|
|
ewol/widget/Drawable.cpp \
|
2011-12-16 17:29:24 +01:00
|
|
|
ewol/widget/Entry.cpp \
|
2012-03-30 18:11:39 +02:00
|
|
|
ewol/widget/Joystick.cpp \
|
|
|
|
ewol/widget/Label.cpp \
|
2011-12-16 17:29:24 +01:00
|
|
|
ewol/widget/List.cpp \
|
2012-07-13 18:12:59 +02:00
|
|
|
ewol/widget/ListFileSystem.cpp \
|
2012-04-11 22:11:25 +02:00
|
|
|
ewol/widget/Layer.cpp \
|
2012-02-16 23:30:37 +01:00
|
|
|
ewol/widget/Menu.cpp \
|
2011-12-29 18:37:28 +01:00
|
|
|
ewol/widget/PopUp.cpp \
|
2012-04-15 21:36:07 +02:00
|
|
|
ewol/widget/ProgressBar.cpp \
|
2012-04-04 23:29:05 +02:00
|
|
|
ewol/widget/Scene.cpp \
|
2011-12-16 17:29:24 +01:00
|
|
|
ewol/widget/SizerHori.cpp \
|
|
|
|
ewol/widget/SizerVert.cpp \
|
2012-03-06 18:33:42 +01:00
|
|
|
ewol/widget/Slider.cpp \
|
2012-06-05 18:09:23 +02:00
|
|
|
ewol/widget/WSlider.cpp \
|
2011-12-29 18:37:28 +01:00
|
|
|
ewol/widget/Spacer.cpp \
|
2012-03-30 18:11:39 +02:00
|
|
|
ewol/widget/WidgetScrolled.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/widget/meta/FileChooser.cpp \
|
|
|
|
ewol/widget/meta/ColorChooser.cpp \
|
|
|
|
ewol/widget/meta/Parameter.cpp \
|
|
|
|
ewol/widget/meta/ParameterList.cpp
|
|
|
|
|
|
|
|
# Audio system
|
2012-11-21 22:48:50 +01:00
|
|
|
#FILE_LIST+= ewol/audio/audio.cpp \
|
2012-08-20 16:50:29 +02:00
|
|
|
ewol/audio/decWav.cpp
|
2011-12-16 17:29:24 +01:00
|
|
|
|
|
|
|
|
2012-11-10 16:23:44 +01:00
|
|
|
LOCAL_COPY_FILES := ../data/textured3D.prog:textured3D.prog \
|
|
|
|
../data/textured3D.frag:textured3D.frag \
|
|
|
|
../data/textured3D.vert:textured3D.vert \
|
2012-10-27 17:45:23 +02:00
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/color.prog:color.prog \
|
|
|
|
../data/color.frag:color.frag \
|
|
|
|
../data/color.vert:color.vert \
|
2012-10-27 17:45:23 +02:00
|
|
|
\
|
2012-11-19 07:58:25 +01:00
|
|
|
../data/color3.prog:color3.prog \
|
|
|
|
../data/color3.frag:color3.frag \
|
|
|
|
../data/color3.vert:color3.vert \
|
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/textured.prog:textured.prog \
|
|
|
|
../data/textured.frag:textured.frag \
|
|
|
|
../data/textured.vert:textured.vert \
|
2012-10-27 17:45:23 +02:00
|
|
|
\
|
2012-11-13 22:55:02 +01:00
|
|
|
../data/text.prog:text.prog \
|
|
|
|
../data/text.frag:text.frag \
|
|
|
|
../data/text.vert:text.vert \
|
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/theme/default/widgetEntry.prog:theme/default/widgetEntry.prog \
|
|
|
|
../data/theme/default/widgetEntry.frag:theme/default/widgetEntry.frag \
|
|
|
|
../data/theme/default/widgetEntry.vert:theme/default/widgetEntry.vert \
|
2012-11-01 10:48:01 +01:00
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/theme/rounded/widgetEntry.prog:theme/rounded/widgetEntry.prog \
|
|
|
|
../data/theme/rounded/widgetEntry.frag:theme/rounded/widgetEntry.frag \
|
|
|
|
../data/theme/rounded/widgetEntry.vert:theme/rounded/widgetEntry.vert \
|
2012-11-04 19:04:12 +01:00
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/theme/default/widgetButton.conf:theme/default/widgetButton.conf \
|
|
|
|
../data/theme/default/widgetButton.prog:theme/default/widgetButton.prog \
|
|
|
|
../data/theme/default/widgetButton.frag:theme/default/widgetButton.frag \
|
|
|
|
../data/theme/default/widgetButton.vert:theme/default/widgetButton.vert \
|
2012-11-06 22:35:00 +01:00
|
|
|
\
|
2012-11-10 16:23:44 +01:00
|
|
|
../data/theme/rounded/widgetButton.conf:theme/rounded/widgetButton.conf \
|
|
|
|
../data/theme/rounded/widgetButton.prog:theme/rounded/widgetButton.prog \
|
|
|
|
../data/theme/rounded/widgetButton.frag:theme/rounded/widgetButton.frag \
|
|
|
|
../data/theme/rounded/widgetButton.vert:theme/rounded/widgetButton.vert
|
2012-10-27 17:45:23 +02:00
|
|
|
|