1 #include "../Wine.tmpl"
4 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'MAKE=$(MAKE)'
8 SUBDIRS = opcodes readline
10 DEFINES = -DUSE_READLINE -Iopcodes
22 * All the SUBDIR stuff
24 MakeSubdirs($(SUBDIRS))
25 MakefileSubdirs($(SUBDIRS))
26 DependSubdirs($(SUBDIRS))
27 CleanSubdirs($(SUBDIRS))
28 IncludesSubdirs($(SUBDIRS))
33 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
35 depend:: dbg.tab.c dbg.tab.h lex.yy.c
44 $(RM) lex.yy.c dbg.tab* y.tab.c
46 dbg.tab.c dbg.tab.h: dbg.y
47 $(YACC) -b dbg -d dbg.y