mkvtoolnix/avilib-0.6.10/Makefile.am

13 lines
349 B
Makefile
Raw Normal View History

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
2003-11-11 22:05:23 +00:00
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/common
noinst_LIBRARIES = libavi.a
CFLAGS=@CFLAGS@ -O3 -funroll-loops -ffast-math -DLINUX -Wall
2004-02-12 18:40:37 +00:00
libavi_a_SOURCES = avilib.c avidump.c avimisc.c xio.c
EXTRA_DIST = avilib.h README.avilib