Makefile.in 467 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = winemenubuilder.exe
6
APPMODE   = -mwindows
7
IMPORTS   = shell32 ole32 user32 advapi32 kernel32
8
EXTRALIBS = -luuid
9 10 11 12 13 14 15

C_SRCS = \
	winemenubuilder.c

@MAKE_PROG_RULES@

install::
16 17
	$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
	$(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(DESTDIR)$(bindir)/wineshelllink
18 19

uninstall::
20
	$(RM) $(DESTDIR)$(bindir)/wineshelllink
21 22

### Dependencies: