Makefile.in 345 Bytes
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = wnaspi32.dll
6
IMPORTLIB = wnaspi32
7
IMPORTS   = advapi32 kernel32
8

Alexandre Julliard's avatar
Alexandre Julliard committed
9
C_SRCS = \
10 11
	aspi.c \
	winaspi32.c
Alexandre Julliard's avatar
Alexandre Julliard committed
12

13 14 15
C_SRCS16 = \
	winaspi16.c

16 17
SPEC_SRCS16 = winaspi.spec

18
@MAKE_DLL_RULES@
Alexandre Julliard's avatar
Alexandre Julliard committed
19

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