Makefile.in 392 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = sane.ds
IMPORTS   = comctl32 user32 gdi32 kernel32 ntdll
EXTRALIBS = @SANELIBS@
EXTRAINCL = @SANEINCL@

C_SRCS = \
	capability.c \
	ds_ctrl.c \
	ds_image.c \
	sane_main.c \
	ui.c

RC_SRCS = \
	rsrc.rc

@MAKE_DLL_RULES@

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