Makefile.in 378 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = atl.dll
6
IMPORTLIB = atl
7
IMPORTS   = uuid ole32 oleaut32 user32 gdi32 advapi32 kernel32
8 9

C_SRCS = \
10
	atl_ax.c \
11
	atl_main.c \
12 13 14
	registrar.c

RC_SRCS = rsrc.rc
15

16
IDL_H_SRCS = \
17 18
	atliface.idl

19 20
@MAKE_DLL_RULES@

21
@DEPENDENCIES@  # everything below this line is overwritten by make depend