]> git.saurik.com Git - wxWidgets.git/commitdiff
Added Mmedia makefile
authorJulian Smart <julian@anthemion.co.uk>
Sun, 12 Mar 2000 11:27:01 +0000 (11:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 12 Mar 2000 11:27:01 +0000 (11:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/mmedia/Makefile.in [new file with mode: 0644]

diff --git a/contrib/src/mmedia/Makefile.in b/contrib/src/mmedia/Makefile.in
new file mode 100644 (file)
index 0000000..df0c20a
--- /dev/null
@@ -0,0 +1,21 @@
+#
+
+top_srcdir = @top_srcdir@/..
+top_builddir = ../../..
+
+VPATH= $(top_srcdir)/mmedia
+
+LIBTARGET=$(top_builddir)/contrib/lib/libmmedia
+
+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)/contrib/src/mmedia # ':' for autoconf
+
+include $(top_builddir)/src/makelib.env
+