1OPTIONS = NO_OVERLAY
2
3UOFILES = $(patsubst %.sml,%.uo,$(wildcard *.sml))
4
5all: $(UOFILES)
6
7MLSYSPortable.uo: Susp.ui
8
9Multithreading.uo: ConcIsaLib.uo
10
11ConcIsaLib.uo: Exn.uo Thread_Attributes.uo Thread_Data.uo
12