blob: 4b7ab0dd42fa481606cb07dfe34977253cadca69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#########################################################################
# #
# 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
|