Makefile.in 308 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR   = @top_srcdir@
TOPOBJDIR   = ../..
SRCDIR      = @srcdir@
VPATH       = @srcdir@
MODULE      = spoolss.dll
6
IMPORTLIB   = spoolss
7
IMPORTS     = winspool kernel32
8 9

C_SRCS  = \
10 11
	router.c \
	spoolss_main.c
12 13 14

@MAKE_DLL_RULES@

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