]> git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/makefile.g95
Moved wxMMedia to contrib/src/mmedia
[wxWidgets.git] / utils / wxMMedia2 / lib / makefile.g95
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 WXWIN=../../..
15
16 top_srcdir = ../../..
17 top_builddir = ../../..
18
19 VPATH= $(top_srcdir)/utils/wxMMedia2/lib
20
21 LIBTARGET=libwxmmedia2
22
23 OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o \
24 sndaiff.o sndwav.o sndwin.o \
25 g711.o g721.o g723_24.o g723_40.o g72x.o \
26 sndg72x.o cdbase.o \
27 vidbase.o
28
29 # include $(top_builddir)/src/makelib.env
30 include $(top_builddir)/src/makelib.g95