2003-05-21 20:50:53 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = winemenubuilder.exe
|
2004-03-02 22:00:00 +01:00
|
|
|
APPMODE = -mwindows
|
2004-03-09 05:54:07 +01:00
|
|
|
IMPORTS = shell32 ole32 user32 advapi32 kernel32
|
2004-01-27 01:11:16 +01:00
|
|
|
EXTRALIBS = -luuid
|
2003-05-21 20:50:53 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
winemenubuilder.c
|
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
|
|
|
install::
|
|
|
|
$(MKINSTALLDIRS) $(bindir)
|
|
|
|
$(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
|
|
|
|
|
|
|
|
uninstall::
|
|
|
|
$(RM) $(bindir)/wineshelllink
|
|
|
|
|
|
|
|
### Dependencies:
|