!include ../allmake.mak

#ALLDIRS=pdb procext vcsample # pdb requires unilink to compile
                              # http://www.datarescue.com/idabase/doswin32/
ALLDIRS=procext vcsample

!if !$d(__EA64__) && $d(__NT__)
ALLDIRS=$(ALLDIRS) chart
!endif

ALLDIRS=$(ALLDIRS) debugger # don't add directories after the debugger, add them before


.PHONY: $(ALLDIRS)

all:    $(ALLDIRS)

!include ../alldirs.mk

$(R)plugins\plugins.cfg: plugins.cfg
        @if not exist "$(R)plugins$(CHKDIR)" mkdir $(R)plugins
        $(CP) $? $@
