Makefile.in 323 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
DEFS      = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = display
WRCEXTRA  = -s -w16 -pdisplay
SPEC_SRCS = display.spec

C_SRCS = \
	display_main.c

RC_SRCS = \
	disp.rc

all: $(MODULE).o

@MAKE_RULES@

$(RC_SRCS:.rc=.s): $(WRC)

### Dependencies: