Makefile.in 384 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = wineboot.exe
6
APPMODE   = -mconsole
7
IMPORTS   = uuid advapi32 kernel32 ntdll
8
DELAYIMPORTS = setupapi shell32 shlwapi version user32
9 10

C_SRCS = \
11
	shutdown.c \
12 13
	wineboot.c

14 15
RC_SRCS = wineboot.rc

16 17
@MAKE_PROG_RULES@

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