1#**************************************************************************
2#*                                                                        *
3#*                                OCaml                                   *
4#*                                                                        *
5#*                         Alain Frisch, LexiFi                           *
6#*                                                                        *
7#*   Copyright 2012 Institut National de Recherche en Informatique et     *
8#*     en Automatique.                                                    *
9#*                                                                        *
10#*   All rights reserved.  This file is distributed under the terms of    *
11#*   the GNU Lesser General Public License version 2.1, with the          *
12#*   special exception on linking described in the file LICENSE.          *
13#*                                                                        *
14#**************************************************************************
15
16BASEDIR=../..
17MODULES=testing misc identifiable numbers strongly_connected_components
18INCLUDES= -I $(OTOPDIR)/utils
19ADD_COMPFLAGS=$(INCLUDES)
20CMO_FILES+="misc.cmo"
21
22include $(BASEDIR)/makefiles/Makefile.several
23include $(BASEDIR)/makefiles/Makefile.common
24
25BYTECODE_ONLY=true
26