Makefile.in 845 Bytes
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = mshtml.dll
IMPORTLIB = libmshtml.$(IMPLIBEXT)
IMPORTS   = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = -lstrmiids -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H

C_SRCS = \
	conpoint.c \
	hlink.c \
	htmlbody.c \
	htmldoc.c \
	htmldoc3.c \
	htmlelem.c \
	htmlelem2.c \
	htmlinput.c \
	htmlnode.c \
	htmlselect.c \
	htmltextcont.c \
	htmltextarea.c \
	install.c \
	loadopts.c \
	main.c \
	navigate.c \
	nsembed.c \
	nsio.c \
	nsservice.c\
	olecmd.c \
	oleobj.c \
	olewnd.c \
	persist.c \
	protocol.c \
	selection.c \
	service.c \
	task.c \
	txtrange.c \
	view.c

RC_SRCS = rsrc.rc

IDL_H_SRCS = nsiface.idl

@MAKE_DLL_RULES@

rsrc.res: mshtml.inf blank.htm

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