view Makefile.am @ 55:f1a27ee7e03c

* started the same changes on scn2k_text.cc * handle opcodes childObj*. In fact, it was handled (in a strange way, but it worked) before the previous changeset
author thib
date Wed, 22 Apr 2009 15:01:42 +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@