include ../allmake.unx

ALLDIRS=w32run aout hex nlm aif aof \
        pilot dos pef qnx javaldr rt11 os9 amiga \
        hpsom geos dump intelomf mas

.PHONY: $(ALLDIRS) all

all:    $(ALLDIRS)

$(ALLDIRS):
	@cd $@; idamake.pl

# MAKEDEP dependency list ------------------
include .depends
