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

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

15 16
RC_SRCS = wineboot.rc

17 18
@MAKE_PROG_RULES@

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