BFS Compilation and Linkage
classOne: classOne.bfs classOneImpl.o
legion_bfs classOne.bfs -BackEnd
legion_mplc classOne.c classOneImpl.o -o $@
classOneImpl.o: classOneImpl.f
legion_link main.trans.o -o main
Object interface IDL is translated by legion_bfs to produce MPL code that calls user-supplied Fortran method implementations
Main (i.e., client) programs are translated by legion_bfs and linked with legion_link