2000-02-26 14:14:04 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
2006-12-29 14:29:20 +01:00
|
|
|
TOPOBJDIR = ../..
|
2000-02-26 14:14:04 +01:00
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2006-12-29 14:29:20 +01:00
|
|
|
MODULE = winejoystick.drv
|
2004-12-06 21:55:25 +01:00
|
|
|
IMPORTS = winmm user32 kernel32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
2000-02-26 14:14:04 +01:00
|
|
|
C_SRCS = \
|
|
|
|
joystick.c
|
|
|
|
|
2000-03-04 23:31:27 +01:00
|
|
|
@MAKE_DLL_RULES@
|
2000-02-26 14:14:04 +01:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|