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