21 lines
960 B
Makefile
21 lines
960 B
Makefile
#########################################################################
|
|
# #
|
|
# Objective Caml #
|
|
# #
|
|
# Camlp4 #
|
|
# #
|
|
# Copyright 2004 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. #
|
|
# #
|
|
#########################################################################
|
|
#
|
|
# The unmaintained directory
|
|
#
|
|
|
|
include ../config/Makefile.cnf
|
|
|
|
DIRS=format lefteval ocamllex olabl scheme sml
|
|
|
|
include ../config/Makefile.base
|