2004-07-06 23:01:18 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = atl.dll
|
2005-03-14 11:51:27 +01:00
|
|
|
IMPORTS = ole32 shlwapi user32 advapi32 kernel32
|
|
|
|
EXTRALIBS = $(LIBUNICODE) -luuid
|
2004-07-06 23:01:18 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2004-08-13 02:38:59 +02:00
|
|
|
atl_main.c \
|
2005-03-16 20:53:41 +01:00
|
|
|
registrar.c
|
|
|
|
|
|
|
|
RC_SRCS = rsrc.rc
|
2004-07-06 23:01:18 +02:00
|
|
|
|
2005-03-14 11:51:27 +01:00
|
|
|
IDL_SRCS = \
|
|
|
|
atliface.idl
|
|
|
|
|
2004-07-06 23:01:18 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2005-03-17 14:57:44 +01:00
|
|
|
rsrc.res: atl.rgs
|
|
|
|
|
2004-07-06 23:01:18 +02:00
|
|
|
### Dependencies:
|
2005-03-17 14:57:44 +01:00
|
|
|
|
|
|
|
# note: this will get overwritten by make depend
|
|
|
|
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)
|