Makefile.in 408 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = atl.dll
6
IMPORTLIB = libatl.$(IMPLIBEXT)
7
IMPORTS   = ole32 oleaut32 user32 gdi32 advapi32 kernel32
8
EXTRALIBS = -luuid
9 10

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

RC_SRCS = rsrc.rc
16

17
IDL_H_SRCS = \
18 19
	atliface.idl

20 21
@MAKE_DLL_RULES@

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