Makefile.in 257 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = sti.dll
6
IMPORTLIB = sti
7
IMPORTS   = kernel32
8 9 10 11 12

C_SRCS = sti_main.c

@MAKE_DLL_RULES@

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