]> git.jsancho.org Git - lugaru.git/blob - libogg-1.0/src/Makefile.am
Added (more or less) demo data files.
[lugaru.git] / libogg-1.0 / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
6
7 lib_LTLIBRARIES = libogg.la
8
9 libogg_la_SOURCES = framing.c bitwise.c
10 libogg_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
11
12 debug:
13         $(MAKE) all CFLAGS="@DEBUG@"
14
15 profile:
16         $(MAKE) all CFLAGS="@PROFILE@"