3 top_srcdir = @top_srcdir@
4 top_builddir = ../../..
6 TARGET_LIBNAME=libmmedia
12 OBJECTS=cdbase.o cdwin.o g711.o g721.o g723_24.o \
13 g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \
14 sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \
15 sndwav.o sndwin.o vidbase.o vidwin.o
17 # the comment at the end of the next line is needed because otherwise autoconf
18 # would remove this line completely - it contains a built-in hack to remove
19 # any VPATH assignment not containing ':'
20 VPATH = :$(top_srcdir)/src/mmedia # ':' for autoconf
22 APPEXTRADEFS=-I$(top_srcdir)/include
24 include $(top_builddir)/src/makelib.env