]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/mmedia/Makefile.in
some more (apparently harmless) changes from Klass Holwerda
[wxWidgets.git] / contrib / src / mmedia / Makefile.in
CommitLineData
10d432b1
JS
1#
2
3711412e 3top_srcdir = @top_srcdir@
10d432b1
JS
4top_builddir = ../../..
5
3711412e
RL
6TARGET_LIBNAME=libmmedia
7
8LIBVERSION_CURRENT=1
9LIBVERSION_REVISION=0
10LIBVERSION_AGE=0
10d432b1
JS
11
12OBJECTS=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
16
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 ':'
3711412e 20VPATH = :$(top_srcdir)/src/mmedia # ':' for autoconf
10d432b1 21
3711412e 22APPEXTRADEFS=-I$(top_srcdir)/include
c5637102 23
10d432b1
JS
24include $(top_builddir)/src/makelib.env
25