Makefile.in 440 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = uxtheme.dll
6
IMPORTLIB = libuxtheme.$(IMPLIBEXT)
7
IMPORTS   = user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = msimg32
9 10

C_SRCS = \
11 12 13
	draw.c \
	main.c \
	metric.c \
14
	msstyles.c \
15
	property.c \
Kevin Koltzau's avatar
Kevin Koltzau committed
16 17 18
	stylemap.c \
	system.c \
	uxini.c
19 20

RC_SRCS = version.rc
21 22 23

@MAKE_DLL_RULES@

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