Mercurial > otakunoraifu
annotate Makefile.am @ 56:c7bcc0ec2267
* replaced Grp and Text classes by the TextImpl and GrpImpl ones
* splitted scn2k.h into smaller header files
* moved some definitions from scn2k_*.cc to the header files
* moved opcode implementation to scn2k_*impl.cc
author | thib |
---|---|
date | Thu, 30 Apr 2009 19:05:09 +0000 |
parents | 4c832144b3f2 |
children |
rev | line source |
---|---|
22 | 1 SUBDIRS = music2 scn2k system window font |
2 | |
41
4c832144b3f2
OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents:
32
diff
changeset
|
3 bin_PROGRAMS = otakunoraifu |
22 | 4 |
41
4c832144b3f2
OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents:
32
diff
changeset
|
5 otakunoraifu_SOURCES = xlovesys.cc |
22 | 6 |
41
4c832144b3f2
OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
thib
parents:
32
diff
changeset
|
7 otakunoraifu_LDADD = system/libsystem.a scn2k/libscn2k.a window/libwindow.a \ |
22 | 8 font/libfont.a music2/libmusic.a \ |
32
97b752b43502
* Removed SDL_rotozoom.{cc,h} (now uses SDL_gfx). TODO: improve configure.ac
thib
parents:
22
diff
changeset
|
9 @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer -lSDL_gfx @SMPEG_LIBS@ \ |
22 | 10 @X_LIBS@ @LIBS@ |
11 | |
12 INCLUDES = @CFLAGS@ @DEFS@ @SDL_CFLAGS@ | |
13 | |
14 |