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

C_SRCS = \
	printui.c

11 12
RC_SRCS = printui.rc

13 14 15
@MAKE_DLL_RULES@

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