]>
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 | ||
fc0200b9 GL |
14 | WXWIN=../../.. |
15 | ||
7f45dffc GL |
16 | top_srcdir = ../../.. |
17 | top_builddir = ../../.. | |
18 | ||
19 | VPATH= $(top_srcdir)/utils/wxMMedia2/lib | |
20 | ||
21 | LIBTARGET=libwxmmedia2 | |
22 | ||
fc0200b9 GL |
23 | OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o \ |
24 | sndaiff.o sndwav.o sndwin.o \ | |
7f45dffc | 25 | g711.o g721.o g723_24.o g723_40.o g72x.o \ |
fc0200b9 GL |
26 | sndg72x.o cdbase.o \ |
27 | vidbase.o | |
7f45dffc GL |
28 | |
29 | # include $(top_builddir)/src/makelib.env | |
30 | include $(top_builddir)/src/makelib.g95 |