]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/mmedia/Makefile.in
These two makefiles were *horrid* abominations.
[wxWidgets.git] / contrib / src / mmedia / Makefile.in
1 #
2
3 top_srcdir = @top_srcdir@/..
4 top_builddir = ../../..
5
6 LIBTARGET=libmmedia
7
8 OBJECTS=cdbase.o cdwin.o g711.o g721.o g723_24.o \
9 g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \
10 sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \
11 sndwav.o sndwin.o vidbase.o vidwin.o
12
13 # the comment at the end of the next line is needed because otherwise autoconf
14 # would remove this line completely - it contains a built-in hack to remove
15 # any VPATH assignment not containing ':'
16 VPATH = :$(top_srcdir)/contrib/src/mmedia # ':' for autoconf
17
18 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
19
20 include $(top_builddir)/src/makelib.env
21