17 lines
293 B
Makefile
17 lines
293 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = itss.dll
|
||
|
IMPORTS = ole32 kernel32
|
||
|
EXTRALIBS = -luuid
|
||
|
|
||
|
CTESTS = \
|
||
|
protocol.c
|
||
|
|
||
|
RC_SRCS = rsrc.rc
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|