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

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

RC_SRCS = \
	rsrc.rc

@MAKE_DLL_RULES@

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