]> git.buserror.net Git - polintos/scott/priv.git/blob - include/Makefile
Initial checkin from Perforce.
[polintos/scott/priv.git] / include / Makefile
1 TOP := $(shell dirname `pwd -P`)
2 COMP := include
3 BUILDTYPE := build
4 NODEPS := y
5 include ../Makefile.head
6 LANGS := c++
7
8 TARGETS := $(LANGS:%=$(BUILDDIR)/generated/%)
9
10 $(TARGETS): $(IFACES)
11         @echo $(COMP): System IDL-generated include files
12         @$(RMDIR) $@
13         @if ! $(IDLC) -o $@ -l `basename $@` -s System -i $(IFACES) -t $(ARCH); then \
14                 $(RMDIR) "$@"; \
15                 false; \
16         fi
17
18 include ../Makefile.tail