]> git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/Makefile.in
Added GSocket/wxSocket alias to socket.h to prevent us from using GSocket
[wxWidgets.git] / utils / wxMMedia2 / lib / Makefile.in
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 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 sndg72x.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