1999-08-14 08:06:35 -04:00
|
|
|
#
|
1999-08-25 12:39:29 -04:00
|
|
|
# File: Makefile
|
|
|
|
# Author: Guilhem Lavaux
|
1999-08-14 08:06:35 -04:00
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1999-08-25 12:39:29 -04:00
|
|
|
# Makefile for wxMultiMedia (UNIX).
|
1999-08-14 08:06:35 -04:00
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../../..
|
|
|
|
|
|
|
|
VPATH= $(top_srcdir)/utils/wxMMedia2/lib
|
|
|
|
|
|
|
|
LIBTARGET=libwxmmedia2
|
|
|
|
|
|
|
|
OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\
|
1999-08-27 13:40:40 -04:00
|
|
|
sndaiff.o sndwav.o sndg72x.o \
|
1999-08-14 08:06:35 -04:00
|
|
|
g711.o g721.o g723_24.o g723_40.o g72x.o \
|
|
|
|
cdbase.o cdunix.o \
|
|
|
|
vidbase.o vidxanm.o
|
|
|
|
|
|
|
|
include $(top_builddir)/src/makelib.env
|
|
|
|
|