2007-11-06 07:16:56 -08:00
|
|
|
#########################################################################
|
|
|
|
# #
|
2011-07-27 07:17:02 -07:00
|
|
|
# OCaml #
|
2007-11-06 07:16:56 -08:00
|
|
|
# #
|
|
|
|
# Xavier Leroy, projet Cristal, INRIA Rocquencourt #
|
|
|
|
# #
|
|
|
|
# Copyright 1999 Institut National de Recherche en Informatique et #
|
|
|
|
# en Automatique. All rights reserved. This file is distributed #
|
|
|
|
# under the terms of the GNU Library General Public License, with #
|
|
|
|
# the special exception on linking described in file ../../LICENSE. #
|
|
|
|
# #
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
# Common Makefile for otherlibs on the Unix ports
|
|
|
|
|
2013-09-19 17:22:38 -07:00
|
|
|
CAMLC=$(CAMLC_BIN) -nostdlib -I ../../stdlib
|
|
|
|
CAMLOPT=$(CAMLOPT_BIN) -nostdlib -I ../../stdlib
|
2013-09-22 15:33:05 -07:00
|
|
|
CAMLC_BIN_CMD=$$($(CAMLC_BIN_CMD_TO_EVAL) -nostdlib -I ../../stdlib)
|
|
|
|
CAMLOPT_BIN_CMD=$$($(CAMLOPT_BIN_CMD_TO_EVAL) -nostdlib -I ../../stdlib)
|
2013-09-19 17:22:38 -07:00
|
|
|
CFLAGS=-I../../byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS)
|
2007-11-06 07:16:56 -08:00
|
|
|
|
|
|
|
include ../Makefile.shared
|
|
|
|
# Note .. is the current directory (this makefile is included from
|
|
|
|
# a subdirectory)
|