]>
Commit | Line | Data |
---|---|---|
10d432b1 JS |
1 | # |
2 | ||
3711412e | 3 | top_srcdir = @top_srcdir@ |
10d432b1 JS |
4 | top_builddir = ../../.. |
5 | ||
3711412e RL |
6 | TARGET_LIBNAME=libmmedia |
7 | ||
8 | LIBVERSION_CURRENT=1 | |
9 | LIBVERSION_REVISION=0 | |
10 | LIBVERSION_AGE=0 | |
10d432b1 JS |
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 ':' | |
3711412e | 20 | VPATH = :$(top_srcdir)/src/mmedia # ':' for autoconf |
10d432b1 | 21 | |
3711412e | 22 | APPEXTRADEFS=-I$(top_srcdir)/include |
c5637102 | 23 | |
10d432b1 JS |
24 | include $(top_builddir)/src/makelib.env |
25 |