view 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
line wrap: on
line source

SUBDIRS = music2 scn2k system window font

bin_PROGRAMS = otakunoraifu

otakunoraifu_SOURCES = xlovesys.cc

otakunoraifu_LDADD = system/libsystem.a scn2k/libscn2k.a window/libwindow.a \
                 font/libfont.a music2/libmusic.a \
                 @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer -lSDL_gfx @SMPEG_LIBS@ \
                 @X_LIBS@ @LIBS@

INCLUDES = @CFLAGS@ @DEFS@ @SDL_CFLAGS@