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

C_SRCS = \
	winemenubuilder.c

@MAKE_PROG_RULES@

15
install install-lib:: $(DESTDIR)$(bindir)
16
	$(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(DESTDIR)$(bindir)/wineshelllink
17 18

uninstall::
19
	$(RM) $(DESTDIR)$(bindir)/wineshelllink
20

21
@DEPENDENCIES@  # everything below this line is overwritten by make depend