Makefile.in 532 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = urlmon.dll
6
IMPORTLIB = liburlmon.$(IMPLIBEXT)
7
IMPORTS   = ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
8
EXTRALIBS = -luuid
9

10
C_SRCS = \
11
	bindctx.c \
12
	binding.c \
13
	bindprot.c \
14
	file.c \
15
	format.c \
16 17
	ftp.c \
	http.c \
18
	internet.c \
19
	mk.c \
20
	regsvr.c \
21
	sec_mgr.c \
22
	session.c \
23
	umon.c \
24
	umstream.c \
25
	urlmon_main.c
26

Jacek Caban's avatar
Jacek Caban committed
27 28
RC_SRCS = rsrc.rc

29 30
@MAKE_DLL_RULES@

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