Add CF_UNICODETEXT as primary text clipboard format.
[wine.git] / debugger / Makefile.in
blob93e2f470ff77c5d5874d962c19531b0099a987ba
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedbg
7 C_SRCS = \
8 break.c \
9 db_disasm.c \
10 display.c \
11 editline.c \
12 expr.c \
13 ext_debugger.c \
14 hash.c \
15 info.c \
16 memory.c \
17 module.c \
18 msc.c \
19 registers.c \
20 source.c \
21 stabs.c \
22 stack.c \
23 types.c \
24 winedbg.c
26 EXTRA_SRCS = dbg.y debug.l
27 EXTRA_OBJS = y.tab.o lex.yy.o
29 @MAKE_PROG_RULES@
31 y.tab.c y.tab.h: dbg.y
32 $(YACC) -d -t $(SRCDIR)/dbg.y
34 lex.yy.c: debug.l
35 $(LEX) -8 -I $(SRCDIR)/debug.l
37 ### Dependencies: