TOP := $(shell dirname `pwd -P`) COMP := idl BUILDTYPE := build NODEPS := y ARCHINDEP := y include ../Makefile.head IDL := $(shell find . -name '*.idl') TARGETS := $(BUILDDIR)/ifaces $(BUILDDIR)/ifaces: $(IDL) $(IDLC_target) @echo $(COMP): System IDL files @$(RMDIR) $(BUILDDIR)/ifaces @if ! $(IDLC) -o $(BUILDDIR)/ifaces -s System $(IDL); then \ $(RMDIR) "$@"; \ false; \ fi include ../Makefile.tail