annotate music2/Makefile.am @ 22:759202cf1756

Use automake
author thib
date Sat, 01 Nov 2008 21:14:12 +0000
parents
children f94d28dcf7bc
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
759202cf1756 Use automake
thib
parents:
diff changeset
2 libmusic_a_SOURCES = config.h music.cc koedec.cc koedec_ogg.cc wavfile.cc \
759202cf1756 Use automake
thib
parents:
diff changeset
3 movie.cc nwatowav.cc music.h wavfile.h
759202cf1756 Use automake
thib
parents:
diff changeset
4
759202cf1756 Use automake
thib
parents:
diff changeset
5 #bin_PROGRAMS = nwatowav
759202cf1756 Use automake
thib
parents:
diff changeset
6 #nwatowav_SOURCES = nwatowav.cc
759202cf1756 Use automake
thib
parents:
diff changeset
7 #nwatowav_CPPFLAGS = -DUSE_MAIN
759202cf1756 Use automake
thib
parents:
diff changeset
8
759202cf1756 Use automake
thib
parents:
diff changeset
9 INCLUDES = @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
10
759202cf1756 Use automake
thib
parents:
diff changeset
11 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
12
759202cf1756 Use automake
thib
parents:
diff changeset
13 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ @X_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
14
759202cf1756 Use automake
thib
parents:
diff changeset
15