1 TOPSRCDIR
= @top_srcdir@
7 IMPORTS
= dbghelp advapi32 kernel32 ntdll
29 EXTRA_SRCS
= dbg.y debug.l
30 EXTRA_OBJS
= y.tab.o @LEX_OUTPUT_ROOT@.o
34 y.tab.c y.tab.h
: dbg.y
35 $(YACC
) -d
-t
$(SRCDIR
)/dbg.y
37 # hack to allow parallel make
41 @LEX_OUTPUT_ROOT@.c
: debug.l
42 $(LEX
) -8 -I
$(SRCDIR
)/debug.l
44 @LEX_OUTPUT_ROOT@.o
: y.tab.h
47 $(MKINSTALLDIRS
) $(mandir)/man
$(prog_manext
)
48 $(INSTALL_DATA
) $(SRCDIR
)/winedbg.man
$(mandir)/man
$(prog_manext
)/winedbg.
$(prog_manext
)
51 $(RM
) $(mandir)/man
$(prog_manext
)/winedbg.
$(prog_manext
)