TOP := $(shell dirname `pwd -P`) COMP := include BUILDTYPE := build NODEPS := y include ../Makefile.head LANGS := c++ TARGETS := $(LANGS:%=$(BUILDDIR)/generated/%) $(TARGETS): $(IFACES) @echo $(COMP): System IDL-generated include files @$(RMDIR) $@ @if ! $(IDLC) -o $@ -l `basename $@` -s System -i $(IFACES) -t $(ARCH); then \ $(RMDIR) "$@"; \ false; \ fi include ../Makefile.tail