Makefile.in 485 Bytes
Newer Older
1
EXTRADEFS = -D_SPOOL32_
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = winspool.drv
7
IMPORTLIB = libwinspool.$(IMPLIBEXT)
8
IMPORTS   = user32 gdi32 advapi32 kernel32 ntdll
9

10
C_SRCS = \
11 12
	info.c \
	wspool.c
13

14 15
RC_SRCS = winspool.rc

16
@MAKE_DLL_RULES@
17

18 19
$(IMPORTLIB): $(MAINSPEC)
	$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
20

21 22 23
clean::
	$(RM) $(IMPORTLIB)

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