18 lines
995 B
Makefile
18 lines
995 B
Makefile
|
#########################################################################
|
||
|
# #
|
||
|
# OCaml #
|
||
|
# #
|
||
|
# Benedikt Meurer, os-cillation GmbH #
|
||
|
# #
|
||
|
# Copyright 1998 Institut National de Recherche en Informatique #
|
||
|
# et en Automatique. Copyright 2013 Benedikt Meurer. All rights #
|
||
|
# reserved. This file is distributed under the terms of the Q #
|
||
|
# Public License version 1.0. #
|
||
|
# #
|
||
|
#########################################################################
|
||
|
|
||
|
BASEDIR=../..
|
||
|
|
||
|
include $(BASEDIR)/makefiles/Makefile.several
|
||
|
include $(BASEDIR)/makefiles/Makefile.common
|