Makefile.in 432 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = mountmgr.sys
6
IMPORTS   = uuid advapi32 ntoskrnl.exe kernel32 ntdll
7
DELAYIMPORTS = user32
8
EXTRADLLFLAGS = -Wb,--subsystem,native
9
EXTRADEFS = @HALINCL@
10
EXTRALIBS = @DISKARBITRATIONLIB@
11 12

C_SRCS = \
13 14 15
	device.c \
	diskarb.c \
	hal.c \
16 17 18 19 20
	mountmgr.c

@MAKE_DLL_RULES@

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