Recognizes if input is ogg or not.
[xiph/unicode.git] / writ / src / Makefile.am
blobf463d1ca59cff2862ae363b4c611fc333cd1a62f
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
7 lib_LTLIBRARIES = libwrit.la
9 libwrit_la_SOURCES = format.c encode.c
10 libwrit_la_LDFLAGS = -no-undefined -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
12 debug:
13         $(MAKE) all CFLAGS="@DEBUG@"
15 profile:
16         $(MAKE) all CFLAGS="@PROFILE@"