blob: 882377718bc54e006ce76adc00bc734e7b687019 [file] [log] [blame]
Josh Coalsoncb913022002-08-07 17:05:16 +00001# libOggFLAC++ - Free Lossless Audio Codec + Ogg library
Josh Coalsonafae69f2003-01-02 07:03:16 +00002# Copyright (C) 2002,2003 Josh Coalson
Josh Coalsoncb913022002-08-07 17:05:16 +00003#
4# This library is free software; you can redistribute it and/or
5# modify it under the terms of the GNU Library General Public
6# License as published by the Free Software Foundation; either
7# version 2 of the License, or (at your option) any later version.
8#
9# This library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12# Library General Public License for more details.
13#
14# You should have received a copy of the GNU Library General Public
15# License along with this library; if not, write to the
16# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17# Boston, MA 02111-1307, USA.
18
19lib_LTLIBRARIES = libOggFLAC++.la
20CXXFLAGS = @CXXFLAGS@
21
22m4datadir = $(datadir)/aclocal
23m4data_DATA = libOggFLAC++.m4
24
25EXTRA_DIST = \
26 Makefile.lite \
27 Makefile.vc \
Josh Coalsonbfc8e312002-11-21 09:00:25 +000028 libOggFLAC++_dynamic.dsp \
29 libOggFLAC++_static.dsp \
Josh Coalsoncb913022002-08-07 17:05:16 +000030 libOggFLAC++.m4
31
32# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
Josh Coalsonad017c62003-01-15 07:04:43 +000033libOggFLAC___la_LDFLAGS = -version-info 0:3:0
Josh Coalsoncb913022002-08-07 17:05:16 +000034
35libOggFLAC___la_SOURCES = \
Josh Coalsonfc701472002-10-16 22:06:04 +000036 stream_decoder.cpp \
37 stream_encoder.cpp