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

Alexandre Julliard's avatar
Alexandre Julliard committed
9 10 11
C_SRCS = \
	psapi_main.c

12 13
RC_SRCS = version.rc

14
@MAKE_DLL_RULES@
15

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