Makefile.in 340 Bytes
Newer Older
1 2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = inseng.dll
IMPORTS   = ole32 user32 advapi32 kernel32 ntdll
7
EXTRALIBS = -luuid
8 9 10
EXTRADEFS = -DCOM_NO_WINDOWS_H

C_SRCS = \
11 12
	inseng_main.c \
	regsvr.c
13 14 15

@MAKE_DLL_RULES@

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