1 #include "../Wine.tmpl"
4 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)'
8 DEFINES = -DUSE_READLINE
12 /* Quick and dirt hack, since i386 is defined as 1. sigh */
34 * All the SUBDIR stuff
36 MakeSubdirs($(SUBDIRS))
37 MakefileSubdirs($(SUBDIRS))
38 DependSubdirs($(SUBDIRS))
39 CleanSubdirs($(SUBDIRS))
40 IncludesSubdirs($(SUBDIRS))
45 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
47 depend:: dbg.tab.c dbg.tab.h lex.yy.c
56 $(RM) lex.yy.c dbg.tab* y.tab.c
58 dbg.tab.c dbg.tab.h: dbg.y
59 $(YACC) -b dbg -d dbg.y