annotate music2/Makefile.am @ 44:a85cdca1980a

* fixed itoa_ws * now, configure fails if the requested vorbis lib is not found (so it doesn't build with the wrong lib) * removed unused current_section in koe_ogg.cc
author thib
date Wed, 25 Mar 2009 16:00:52 +0000
parents 2110e0cf64ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libmusic.a
23
f94d28dcf7bc No need for music2/config.h (which doesn't exist anymore)
thib
parents: 22
diff changeset
2 libmusic_a_SOURCES = music.cc koedec.cc koedec_ogg.cc wavfile.cc \
22
759202cf1756 Use automake
thib
parents:
diff changeset
3 movie.cc nwatowav.cc music.h wavfile.h
759202cf1756 Use automake
thib
parents:
diff changeset
4
25
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 23
diff changeset
5 bin_PROGRAMS = $(NWATOWAV)
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 23
diff changeset
6 EXTRA_PROGRAMS = nwatowav
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 23
diff changeset
7
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 23
diff changeset
8 nwatowav_SOURCES = nwatowav.cc
2110e0cf64ac * clean littles things in configure.ac
thib
parents: 23
diff changeset
9 nwatowav_CPPFLAGS = -DUSE_MAIN
22
759202cf1756 Use automake
thib
parents:
diff changeset
10
759202cf1756 Use automake
thib
parents:
diff changeset
11 INCLUDES = @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
12
759202cf1756 Use automake
thib
parents:
diff changeset
13 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
14
759202cf1756 Use automake
thib
parents:
diff changeset
15 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
16
759202cf1756 Use automake
thib
parents:
diff changeset
17