1 | |
---|
2 | noinst_LIBRARIES = liblol.a |
---|
3 | |
---|
4 | liblol_a_SOURCES = \ |
---|
5 | core.h matrix.cpp matrix.h tiler.cpp tiler.h dict.cpp dict.h \ |
---|
6 | audio.cpp audio.h scene.cpp scene.h font.cpp font.h layer.cpp layer.h \ |
---|
7 | map.cpp map.h entity.cpp entity.h ticker.cpp ticker.h lolgl.h \ |
---|
8 | tileset.cpp tileset.h forge.cpp forge.h video.cpp video.h log.cpp log.h \ |
---|
9 | timer.cpp timer.h bitfield.h profiler.cpp profiler.h input.h input.cpp \ |
---|
10 | world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \ |
---|
11 | text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \ |
---|
12 | worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp half.h \ |
---|
13 | platform.cpp platform.h sprite.cpp sprite.h trig.cpp trig.h \ |
---|
14 | real.cpp real.h \ |
---|
15 | \ |
---|
16 | lol/unit.h \ |
---|
17 | \ |
---|
18 | eglapp.cpp eglapp.h \ |
---|
19 | \ |
---|
20 | platform/sdl/sdlapp.cpp platform/sdl/sdlapp.h \ |
---|
21 | platform/sdl/sdlinput.cpp platform/sdl/sdlinput.h \ |
---|
22 | \ |
---|
23 | platform/ps3/ps3app.cpp platform/ps3/ps3app.h \ |
---|
24 | platform/ps3/ps3input.cpp platform/ps3/ps3input.h \ |
---|
25 | \ |
---|
26 | shader/shader.cpp shader/shader.h \ |
---|
27 | \ |
---|
28 | image/image.cpp image/image.h image/image-private.h \ |
---|
29 | image/codec/android-image.cpp \ |
---|
30 | image/codec/gdiplus-image.cpp \ |
---|
31 | image/codec/ios-image.cpp \ |
---|
32 | image/codec/sdl-image.cpp \ |
---|
33 | image/codec/ps3-image.cpp \ |
---|
34 | image/codec/dummy-image.cpp \ |
---|
35 | \ |
---|
36 | loldebug.h \ |
---|
37 | debug/fps.cpp debug/fps.h debug/sphere.cpp debug/sphere.h \ |
---|
38 | debug/record.cpp debug/record.h debug/stats.cpp debug/stats.h \ |
---|
39 | debug/quad.cpp debug/quad.h |
---|
40 | liblol_a_CPPFLAGS = @LOL_CFLAGS@ |
---|
41 | |
---|