view music2/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 2110e0cf64ac
children
line wrap: on
line source

noinst_LIBRARIES = libmusic.a
libmusic_a_SOURCES = music.cc koedec.cc koedec_ogg.cc wavfile.cc \
                     movie.cc nwatowav.cc music.h wavfile.h

bin_PROGRAMS = $(NWATOWAV)
EXTRA_PROGRAMS = nwatowav

nwatowav_SOURCES = nwatowav.cc
nwatowav_CPPFLAGS = -DUSE_MAIN

INCLUDES = @SDL_CFLAGS@

AM_CPPFLAGS = @CFLAGS@ @DEFS@

LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@