view music2/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 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@