makefiles: Generate the dependencies line to avoid some code duplication.
[wine/multimedia.git] / dlls / query / Makefile.in
blob1990e12fb70be06122d849357f2e2a8ef639f25d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = query.dll
6 IMPORTS = ole32 user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 query_main.c
13 @MAKE_DLL_RULES@
15 @DEPENDENCIES@ # everything below this line is overwritten by make depend