/[svn]/libsf2/trunk/src/Makefile.am
ViewVC logotype

Contents of /libsf2/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2008 - (show annotations) (download)
Fri Oct 23 16:56:16 2009 UTC (14 years, 5 months ago) by iliev
File size: 476 byte(s)
* Initial CVS Import

1 #SUBDIRS = testcases
2
3 # to prevent compile errors on some systems
4 AM_CXXFLAGS = -pedantic -Wreturn-type
5
6 libsf2includedir = $(includedir)/sf2
7 libsf2include_HEADERS = RIFF.h SF.h
8
9 lib_LTLIBRARIES = libsf2.la
10 libsf2_la_SOURCES = RIFF.cpp SF.cpp
11 libsf2_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
12 if WIN32
13 libsf2_la_LIBADD = -lrpcrt4
14 endif
15
16 bin_PROGRAMS = sf2dump
17 sf2dump_SOURCES = sf2dump.cpp
18 sf2dump_LDADD = $(top_builddir)/src/libsf2.la

  ViewVC Help
Powered by ViewVC