mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
20 lines
397 B
Makefile
20 lines
397 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = shell32.dll
|
|
IMPORTS = shell32 ole32 oleaut32 shlwapi advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
generated.c \
|
|
shelllink.c \
|
|
shellpath.c \
|
|
shlexec.c \
|
|
shlfileop.c \
|
|
shlfolder.c \
|
|
string.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|