Files
wxWidgets/utils/wxMMedia2/lib/makefile.g95
2000-01-16 18:49:16 +00:00

31 lines
588 B
Plaintext

#
# File: Makefile
# Author: Guilhem Lavaux
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for wxMultiMedia (UNIX).
# updated mcf
WXWIN=../../..
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 \
sndaiff.o sndwav.o sndwin.o \
g711.o g721.o g723_24.o g723_40.o g72x.o \
sndg72x.o cdbase.o \
vidbase.o
# include $(top_builddir)/src/makelib.env
include $(top_builddir)/src/makelib.g95