]> git.saurik.com Git - wxWidgets.git/blame - utils/wxMMedia2/lib/Makefile.in
makefiles changes (@top_srcdir@ adjusted)
[wxWidgets.git] / utils / wxMMedia2 / lib / Makefile.in
CommitLineData
526ddb13 1#
641d87d8
RR
2# File: Makefile
3# Author: Guilhem Lavaux
526ddb13
GL
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
641d87d8 10# Makefile for wxMultiMedia (UNIX).
526ddb13 11
48fe8374 12top_srcdir = @top_srcdir@/..
526ddb13
GL
13top_builddir = ../../..
14
15VPATH= $(top_srcdir)/utils/wxMMedia2/lib
16
17LIBTARGET=libwxmmedia2
18
19OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\
0662cd32 20 sndaiff.o sndwav.o sndg72x.o \
526ddb13
GL
21 g711.o g721.o g723_24.o g723_40.o g72x.o \
22 cdbase.o cdunix.o \
23 vidbase.o vidxanm.o
24
25include $(top_builddir)/src/makelib.env
26