######################################################################### # # # OCaml # # # # Alain Frisch, LexiFi # # # # Copyright 2012 Institut National de Recherche en Informatique et # # en Automatique. All rights reserved. This file is distributed # # under the terms of the Q Public License version 1.0. # # # ######################################################################### BASEDIR=../.. MODULES=testing misc INCLUDES= -I $(OTOPDIR)/utils ADD_COMPFLAGS=$(INCLUDES) CMO_FILES+="misc.cmo" include $(BASEDIR)/makefiles/Makefile.several include $(BASEDIR)/makefiles/Makefile.common