annotate Makefile.am @ 29:d229cce98f50

* no more (or, at least, less) duplicate code between scn2kdump and the rest
author thib
date Fri, 06 Mar 2009 20:02:26 +0000
parents 759202cf1756
children 97b752b43502
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 SUBDIRS = music2 scn2k system window font
759202cf1756 Use automake
thib
parents:
diff changeset
2
759202cf1756 Use automake
thib
parents:
diff changeset
3 bin_PROGRAMS = xclannad
759202cf1756 Use automake
thib
parents:
diff changeset
4
759202cf1756 Use automake
thib
parents:
diff changeset
5 xclannad_SOURCES = xlovesys.cc
759202cf1756 Use automake
thib
parents:
diff changeset
6
759202cf1756 Use automake
thib
parents:
diff changeset
7 xclannad_LDADD = system/libsystem.a scn2k/libscn2k.a window/libwindow.a \
759202cf1756 Use automake
thib
parents:
diff changeset
8 font/libfont.a music2/libmusic.a \
759202cf1756 Use automake
thib
parents:
diff changeset
9 @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ -lSDL_mixer @SMPEG_LIBS@ \
759202cf1756 Use automake
thib
parents:
diff changeset
10 @X_LIBS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12 INCLUDES = @CFLAGS@ @DEFS@ @SDL_CFLAGS@
759202cf1756 Use automake
thib
parents:
diff changeset
13
759202cf1756 Use automake
thib
parents:
diff changeset
14