Makefile.in 245 Bytes
Newer Older
1 2 3 4 5 6 7
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = hal.dll
IMPORTS   = kernel32 ntdll

8 9 10
C_SRCS = \
	hal.c

11 12 13
@MAKE_DLL_RULES@

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