// -*- MPC -*- // crosscompile.mpb,v 1.2 2003/12/30 15:18:22 dhinton Exp project { verbatim(gnuace, circuit) { ifneq ($(CROSS-COMPILE),) all clean realclean idl_stubs: " @echo This project will not build on CROSS-COMPILE platforms." else } verbatim(gnuace, bottom) { endif # CROSS-COMPILE } }