!include ../../config/Makefile.nt NMLC=..\..\boot\ncamlrun ../../nmlc -I ../../boot -c -ntyping all:: $(NMLC) -c pervasives.ns $(NMLC) -c stdlib1.ns $(NMLC) -c stdlib2.ns $(NMLC) -c stdlib3.n $(NMLC) -a -o stdlib.nty stdlib1.nty stdlib2.nty stdlib3.nty rm -f stdlib1.nty stdlib2.nty stdlib3.nty stdlib3.cmi stdlib3.cmo $(NMLC) -c unix.ns $(NMLC) -c otherlibs.ns install:: cp *.nty $(LIBDIR) clean:: rm -f *.nty