]> git.saurik.com Git - wxWidgets.git/blame - utils/wxMMedia2/lib/makefile.g95
Unicode compilation fixes
[wxWidgets.git] / utils / wxMMedia2 / lib / makefile.g95
CommitLineData
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
14top_srcdir = ../../..
15top_builddir = ../../..
16
17VPATH= $(top_srcdir)/utils/wxMMedia2/lib
18
19LIBTARGET=libwxmmedia2
20
21OBJECTS=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
28include $(top_builddir)/src/makelib.g95