Build all the programs with winegcc.
[wine] / programs / winemenubuilder / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winemenubuilder.exe
6 APPMODE   = -mwindows
7 IMPORTS   = ole32
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         winemenubuilder.c
12
13 @MAKE_PROG_RULES@
14
15 install::
16         $(MKINSTALLDIRS) $(bindir)
17         $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
18
19 uninstall::
20         $(RM) $(bindir)/wineshelllink
21
22 ### Dependencies: