]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxMMedia2/lib/Makefile.in
makefiles changes (@top_srcdir@ adjusted)
[wxWidgets.git] / utils / wxMMedia2 / lib / Makefile.in
... / ...
CommitLineData
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
12top_srcdir = @top_srcdir@/..
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\
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
25include $(top_builddir)/src/makelib.env
26