dplayx: Tests for GetCaps.
[wine/gsoc_dplay.git] / programs / winemenubuilder / Makefile.in
blob24d3157bba965b4bbfbbf746918710a62bef28b0
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winemenubuilder.exe
6 APPMODE = -mwindows
7 IMPORTS = uuid shell32 ole32 user32 advapi32 kernel32
9 C_SRCS = \
10 winemenubuilder.c
12 @MAKE_PROG_RULES@
14 install:: $(DESTDIR)$(bindir)
15 $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(DESTDIR)$(bindir)/wineshelllink
17 uninstall::
18 $(RM) $(DESTDIR)$(bindir)/wineshelllink
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend