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
|
2006-07-11 19:33:22 +02:00
|
|
|
EXTRALIBS = -luuid
|
2003-05-21 20:50:53 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
winemenubuilder.c
|
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-08-07 17:48:18 +02:00
|
|
|
install:: $(DESTDIR)$(bindir)
|
2006-02-14 13:51:38 +01:00
|
|
|
$(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(DESTDIR)$(bindir)/wineshelllink
|
2003-05-21 20:50:53 +02:00
|
|
|
|
|
|
|
uninstall::
|
2006-02-14 13:51:38 +01:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/wineshelllink
|
2003-05-21 20:50:53 +02:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|