MLTON_DIR=/mathworks/GNB/hub/pst/build-tools-R2009a-V1 GCC_DIR=/mathworks/GNB/hub/pst/build-tools-R2009a-V1 all: $(MLTON_DIR)/bin/mlton -verbose 2 \ -default-ann "allowFFI true" \ -target x86_64-pc-mingw32 \ -output essai.cx86_64-mingw32.exe main.sml ffi.c all-C: $(GCC_DIR)/bin/x86_64-pc-mingw32-gcc \ -DC_MAIN \ -std=gnu99 -c -O1 -fno-strict-aliasing -fomit-frame-pointer -w -m64 -o ffi.o ffi.c $(GCC_DIR)/bin/x86_64-pc-mingw32-gcc -o essai.cx86_64-mingw32.exe ffi.o