makefiles: Generate the dependencies line to avoid some code duplication.
[wine/multimedia.git] / dlls / hhctrl.ocx / Makefile.in
blobd3dca8f47f2ed5d91c1ef8c06b4530e58d422764
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = hhctrl.ocx
6 IMPORTS = advapi32 comctl32 shell32 ole32 oleaut32 user32 gdi32 kernel32
7 EXTRALIBS = -luuid
9 C_SRCS = \
10 chm.c \
11 help.c \
12 hhctrl.c \
13 main.c \
14 regsvr.c \
15 webbrowser.c
17 RC_SRCS = hhctrl.rc
19 @MAKE_DLL_RULES@
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend