summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/crosscompile.mpb
blob: e3d5c49b4c00edb030dafbfa572a71908742c565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

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
  }
}