]>
Commit | Line | Data |
---|---|---|
7f45dffc GL |
1 | # |
2 | # File: Makefile | |
3 | # Author: Guilhem Lavaux | |
4 | # Created: 1998 | |
5 | # Updated: | |
6 | # Copyright: (c) 1998 Julian Smart | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile for wxMultiMedia (UNIX). | |
11 | ||
12 | # updated mcf | |
13 | ||
14 | top_srcdir = ../../.. | |
15 | top_builddir = ../../.. | |
16 | ||
17 | VPATH= $(top_srcdir)/utils/wxMMedia2/lib | |
18 | ||
19 | LIBTARGET=libwxmmedia2 | |
20 | ||
21 | OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\ | |
22 | sndaiff.o sndwav.o \ | |
23 | g711.o g721.o g723_24.o g723_40.o g72x.o \ | |
24 | cdbase.o cdunix.o \ | |
25 | vidbase.o vidxanm.o | |
26 | ||
27 | # include $(top_builddir)/src/makelib.env | |
28 | include $(top_builddir)/src/makelib.g95 |