]>
Commit | Line | Data |
---|---|---|
10d432b1 JS |
1 | # |
2 | ||
3 | top_srcdir = @top_srcdir@/.. | |
4 | top_builddir = ../../.. | |
5 | ||
6 | VPATH= $(top_srcdir)/mmedia | |
7 | ||
8 | LIBTARGET=$(top_builddir)/contrib/lib/libmmedia | |
9 | ||
10 | OBJECTS=cdbase.o cdwin.o g711.o g721.o g723_24.o \ | |
11 | g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \ | |
12 | sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \ | |
13 | sndwav.o sndwin.o vidbase.o vidwin.o | |
14 | ||
15 | # the comment at the end of the next line is needed because otherwise autoconf | |
16 | # would remove this line completely - it contains a built-in hack to remove | |
17 | # any VPATH assignment not containing ':' | |
18 | VPATH = :$(top_srcdir)/contrib/src/mmedia # ':' for autoconf | |
19 | ||
20 | include $(top_builddir)/src/makelib.env | |
21 |