1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 noinst_HEADERS = ogginternal.h mutex.h
7 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
9 lib_LTLIBRARIES = libogg2.la
11 libogg2_la_SOURCES = sync.c stream.c bitwise.c bytewise.c buffer.c mutex.h ogginternal.h
12 libogg2_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
15 $(MAKE) all CFLAGS="@DEBUG@"
18 $(MAKE) all CFLAGS="@PROFILE@"