Makefile.in 552 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
libwinspool.def: $(MAINSPEC)
19
	$(WINEBUILD) -w --def -o $@ --export $(SRCDIR)/$(MAINSPEC)
20

21 22 23
libwinspool.a: $(SPEC_DEF)
	$(DLLTOOL) -k -l $@ -d $(SPEC_DEF)

24 25 26
clean::
	$(RM) $(IMPORTLIB)

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