wine-wine/dlls/localspl/Makefile.in

17 lines
315 B
Makefile
Raw Normal View History

2006-09-10 22:28:36 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = localspl.dll
2007-04-17 21:20:34 +00:00
IMPORTS = spoolss user32 advapi32 kernel32
2006-09-10 22:28:36 +00:00
C_SRCS = \
localmon.c \
2006-09-10 22:28:36 +00:00
localspl_main.c
2006-10-21 16:45:01 +00:00
RC_SRCS = localspl.rc
2006-09-10 22:28:36 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend