repaired some of the more obvious horrors in the contrib (configure) Makefiles
[wxWidgets.git] / contrib / src / mmedia / Makefile.in
1 #
2
3 top_srcdir = @top_srcdir@
4 top_builddir = ../../..
5
6 TARGET_LIBNAME=libmmedia
7
8 LIBVERSION_CURRENT=1
9 LIBVERSION_REVISION=0
10 LIBVERSION_AGE=0
11
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
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 ':'
20 VPATH = :$(top_srcdir)/src/mmedia # ':' for autoconf
21
22 APPEXTRADEFS=-I$(top_srcdir)/include
23
24 include $(top_builddir)/src/makelib.env
25