makefiles: Only run test and documentation targets in directories that need them.
[wine/hacks.git] / dlls / uxtheme / Makefile.in
blob7c68b402f64fd247bb8610e216a03dabba5e6982
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = uxtheme.dll
6 IMPORTLIB = libuxtheme.$(IMPLIBEXT)
7 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = msimg32
10 C_SRCS = \
11 draw.c \
12 main.c \
13 metric.c \
14 msstyles.c \
15 property.c \
16 stylemap.c \
17 system.c \
18 uxini.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@
24 ### Dependencies: