Makefile.in 372 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dinput8.dll
6
IMPORTLIB = libdinput8.$(IMPLIBEXT)
7
IMPORTS   = dinput ole32 advapi32 kernel32
8
EXTRALIBS = -luuid -ldxguid
9 10

C_SRCS = \
11 12
	dinput8_main.c \
	regsvr.c
13

Tom Wickline's avatar
Tom Wickline committed
14 15
RC_SRCS = version.rc

16 17
@MAKE_DLL_RULES@

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