X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3711412e38576634a4d050ecd362f3f341ac5b4f..ec8b1069137d87bc14c1269d119904a664c96aeb:/contrib/src/mmedia/Makefile.in?ds=inline diff --git a/contrib/src/mmedia/Makefile.in b/contrib/src/mmedia/Makefile.in index e0a9bd2a4f..aed8a229d5 100644 --- a/contrib/src/mmedia/Makefile.in +++ b/contrib/src/mmedia/Makefile.in @@ -1,25 +1,32 @@ -# +# $Id$ -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. +libsrc_dir = contrib/src/mmedia -TARGET_LIBNAME=libmmedia +TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_mmedia-@WX_RELEASE@ -LIBVERSION_CURRENT=1 -LIBVERSION_REVISION=0 -LIBVERSION_AGE=0 +LIBVERSION_CURRENT=@WX_CURRENT@ +LIBVERSION_REVISION=@WX_REVISION@ +LIBVERSION_AGE=@WX_AGE@ -OBJECTS=cdbase.o cdwin.o g711.o g721.o g723_24.o \ - g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \ - sndcpcm.o sndfile.o sndg72x.o sndpcm.o sndulaw.o \ - sndwav.o sndwin.o vidbase.o vidwin.o -# the comment at the end of the next line is needed because otherwise autoconf -# would remove this line completely - it contains a built-in hack to remove -# any VPATH assignment not containing ':' -VPATH = :$(top_srcdir)/src/mmedia # ':' for autoconf +HEADER_PATH=$(top_srcdir)/contrib/include/wx +HEADER_SUBDIR=mmedia + +HEADERS=cdbase.h cdunix.h cdwin.h sndaiff.h sndbase.h sndcodec.h \ + sndcpcm.h sndesd.h sndfile.h sndg72x.h sndmsad.h sndoss.h \ + sndpcm.h sndulaw.h sndwav.h sndwin.h vidbase.h vidwin.h \ + vidxanm.h + +OBJECTS=cdbase.o cdunix.o cdwin.o g711.o g721.o g723_24.o \ + g723_40.o g72x.o sndaiff.o sndbase.o sndcodec.o \ + sndcpcm.o sndesd.o sndfile.o sndg72x.o sndmsad.o sndoss.o \ + sndpcm.o sndulaw.o sndwav.o sndwin.o vidbase.o vidwin.o vidxanm.o +DEPFILES=$(OBJECTS:.o=.d) -APPEXTRADEFS=-I$(top_srcdir)/include +APPEXTRADEFS=-I$(top_srcdir)/contrib/include include $(top_builddir)/src/makelib.env +-include $(DEPFILES)