Added winebuild support for generating a .dbg.c file containing the
[wine] / debugger / Makefile.in
1 EXTRADEFS = -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = winedbg
7 APPMODE   = cui
8 IMPORTS   = advapi32 kernel32 ntdll
9 DELAYIMPORTS = user32
10
11 C_SRCS = \
12         break.c \
13         db_disasm.c \
14         display.c \
15         expr.c \
16         ext_debugger.c \
17         hash.c \
18         info.c \
19         memory.c \
20         module.c \
21         msc.c \
22         registers.c \
23         source.c \
24         stabs.c \
25         stack.c \
26         types.c \
27         winedbg.c
28
29 EXTRA_SRCS = dbg.y debug.l
30 EXTRA_OBJS = y.tab.o @LEX_OUTPUT_ROOT@.o
31
32 @MAKE_PROG_RULES@
33
34 y.tab.c y.tab.h: dbg.y
35         $(YACC) -d -t $(SRCDIR)/dbg.y
36
37 @LEX_OUTPUT_ROOT@.c: debug.l
38         $(LEX) -8 -I $(SRCDIR)/debug.l
39
40 ### Dependencies: