# the following are SML-NJ specific defines SML = sml l4c: FORCE echo 'use "compile-l4c.sml";' | ${SML} l4c-mlton: FORCE mllex parse/l4.lex mlyacc parse/l4.grm mlton -output bin/l4c-mlton sources.mlb ${RM} parse/l4.lex.sml reallyclean: clean ${RM} parse/*.lex.* parse/*.grm.* find . -type f -name '*~' | xargs rm -rf clean: find . -type d -name .cm | xargs rm -rf find . -type f | grep '~$$' | xargs ${RM} ${RM} bin/l4c.heap.* ${RM} bin/l4c-mlton TAGS: clean ${RM} TAGS bin/create-tags *.cm *.sml */*.lex */*.grm */*.sml FORCE: