1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = comcat.dll
6 IMPORTS = uuid ole32 user32 advapi32 kernel32
7
8 C_SRCS = \
9 comcat_main.c \
10 factory.c \
11 information.c \
12 manager.c \
13 register.c \
14 regsvr.c
15
16 RC_SRCS = \
17 version.rc
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.