- fixme when unexpected children found
[wine] / dlls / itss / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = itss.dll
6 IMPORTLIB = libitss.$(IMPLIBEXT)
7 IMPORTS   = ole32 user32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE) -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         chm_lib.c \
13         lzx.c \
14         itss.c \
15         moniker.c \
16         storage.c
17
18 IDL_SRCS = \
19         itss.idl
20
21 @MAKE_DLL_RULES@
22
23 ### Dependencies:
24
25 # note: this will get overwritten by make depend
26 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)