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