50fd60a1fb12cfdba741b2cf58922b8cf7e6ca11
[platform/upstream/libvorbis.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include
6
7 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la
8
9 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c lpc.c\
10                         analysis.c synthesis.c psy.c info.c time0.c floor0.c\
11                         res0.c mapping0.c registry.c codebook.c sharedbook.c\
12                         iir.c\
13                         envelope.h lpc.h lsp.h bookinternal.h misc.h psy.h\
14                         masking.h sharedbook.h iir.h os.h
15 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
16
17 libvorbisfile_la_SOURCES = vorbisfile.c
18 libvorbisfile_la_LDFLAGS = -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
19
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
22
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"