Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / ogg2 / src / Makefile.am
blob7541957c2ddf209bff0606192d665165d6e307fd
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@
14 debug:
15         $(MAKE) all CFLAGS="@DEBUG@"
17 profile:
18         $(MAKE) all CFLAGS="@PROFILE@"