makefiles: Generate the dependencies line to avoid some code duplication.
[wine] / dlls / dmstyle / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmstyle.dll
6 IMPORTS   = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         auditiontrack.c \
11         chordtrack.c \
12         commandtrack.c \
13         dmstyle_main.c \
14         dmutils.c \
15         motiftrack.c \
16         mutetrack.c \
17         regsvr.c \
18         style.c \
19         styletrack.c
20
21 RC_SRCS = version.rc
22
23 @MAKE_DLL_RULES@
24
25 @DEPENDENCIES@  # everything below this line is overwritten by make depend