annotate system/Makefile.am @ 24:c9e218c2c3f1

Makes xclannad buildable without libvorbis
author thib
date Fri, 27 Feb 2009 16:02:32 +0000
parents 759202cf1756
children 2110e0cf64ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
759202cf1756 Use automake
thib
parents:
diff changeset
1 noinst_LIBRARIES = libsystem.a
759202cf1756 Use automake
thib
parents:
diff changeset
2 libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h
759202cf1756 Use automake
thib
parents:
diff changeset
3
759202cf1756 Use automake
thib
parents:
diff changeset
4 #bin_PROGRAMS = visarc
759202cf1756 Use automake
thib
parents:
diff changeset
5 #visarc_SOURCES = visarc.cc
759202cf1756 Use automake
thib
parents:
diff changeset
6 #visarc_LDADD = libsystem.a
759202cf1756 Use automake
thib
parents:
diff changeset
7
759202cf1756 Use automake
thib
parents:
diff changeset
8 AM_CPPFLAGS = @CFLAGS@ @DEFS@
759202cf1756 Use automake
thib
parents:
diff changeset
9
759202cf1756 Use automake
thib
parents:
diff changeset
10 LDADD = @LDFLAGS@ @LIBS@
759202cf1756 Use automake
thib
parents:
diff changeset
11
759202cf1756 Use automake
thib
parents:
diff changeset
12