Last change
on this file since 783 was
783,
checked in by sam, 11 years ago
|
build: put debug stuff and shader stuff in subdirectories.
|
File size:
992 bytes
|
Line | |
---|
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 image.cpp image.h \ |
---|
13 | platform.cpp platform.h \ |
---|
14 | \ |
---|
15 | sdlapp.cpp sdlapp.h sdlinput.cpp sdlinput.h \ |
---|
16 | \ |
---|
17 | eglapp.cpp eglapp.h \ |
---|
18 | \ |
---|
19 | shader/shader.cpp shader/shader.h \ |
---|
20 | \ |
---|
21 | loldebug.h \ |
---|
22 | debug/fps.cpp debug/fps.h debug/sphere.cpp debug/sphere.h \ |
---|
23 | debug/record.cpp debug/record.h debug/stats.cpp debug/stats.h \ |
---|
24 | debug/quad.cpp debug/quad.h |
---|
25 | liblol_a_CPPFLAGS = @LOL_CFLAGS@ |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.