/*
 * Jmakefile for compiler building.
 */

SUB = idrs ipc run-time platform bench

all::

SetSubdirs($(SUB))
DependSubdirs()
LintSubdirs()

/* This should be automatically taken care of by jmake */
AddedByConfigure(mkdep cppstdin)
