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

C_SRCS = \
	ntprint.c

11 12
RC_SRCS = ntprint.rc

13 14 15
@MAKE_DLL_RULES@

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