Makefile.in 342 Bytes
Newer Older
1 2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = infosoft.dll
IMPORTS   = ole32 advapi32 kernel32 ntdll
7
EXTRALIBS = -luuid
8
EXTRADEFS = -DCOM_NO_WINDOWS_H
9 10 11 12 13 14 15

C_SRCS = \
	infosoft_main.c \
	wordbreaker.c

@MAKE_DLL_RULES@

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