6 # Copyright: (c) 1998 Julian Smart
10 # Makefile for minimal example (UNIX).
12 top_srcdir = @top_srcdir@/..
13 top_builddir = ../../..
14 program_dir = contrib/samples/mmedia
18 OBJECTS=mmboard.o mmbman.o
20 EXTRA_LIBS= $(top_builddir)/contrib/lib/libmmedia.a @ESD_LIBS@
21 # the comment at the end of the next line is needed because otherwise autoconf
22 # would remove this line completely - it contains a built-in hack to remove
23 # any VPATH assignment not containing ':'
24 VPATH = @PATH_IFS@$(top_srcdir)/contrib/samples/mmedia # ':' for autoconf
26 include ../../../src/make.env
31 $(CC) -c $(CPPFLAGS) $(EXTRA_CPPFLAGS) -o $@ $<
39 $(CC) $(LDFLAGS) -o mmboard $(OBJECTS) $(EXTRA_LIBS) $(LDLIBS) $(top_builddir)/lib/@WX_TARGET_LIBRARY@