]> git.saurik.com Git - wxWidgets.git/blame - utils/wxMMedia2/lib/makefile.g95
makefile updates
[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
fc0200b9
GL
14WXWIN=../../..
15
7f45dffc
GL
16top_srcdir = ../../..
17top_builddir = ../../..
18
19VPATH= $(top_srcdir)/utils/wxMMedia2/lib
20
21LIBTARGET=libwxmmedia2
22
fc0200b9
GL
23OBJECTS=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
30include $(top_builddir)/src/makelib.g95