ntdll: add test for NtMapViewOfSection / NtCreateSection
[wine/kumbayo.git] / programs / winemenubuilder / Makefile.in
blob8eeca86d0c3d68d78a8dff66d99a343447de6972
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winemenubuilder.exe
6 APPMODE = -mwindows
7 IMPORTS = shell32 ole32 user32 advapi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 winemenubuilder.c
13 @MAKE_PROG_RULES@
15 install:: $(DESTDIR)$(bindir)
16 $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(DESTDIR)$(bindir)/wineshelllink
18 uninstall::
19 $(RM) $(DESTDIR)$(bindir)/wineshelllink
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend