1999-11-17 10:59:06 -08:00
|
|
|
#########################################################################
|
|
|
|
# #
|
2011-07-27 07:17:02 -07:00
|
|
|
# OCaml #
|
1999-11-17 10:59:06 -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 #
|
2001-12-07 05:41:02 -08:00
|
|
|
# under the terms of the GNU Library General Public License, with #
|
|
|
|
# the special exception on linking described in file ../../LICENSE. #
|
1999-11-17 10:59:06 -08:00
|
|
|
# #
|
|
|
|
#########################################################################
|
|
|
|
|
1996-02-22 04:52:45 -08:00
|
|
|
# Makefile for the str library
|
|
|
|
|
2007-11-06 07:16:56 -08:00
|
|
|
LIBNAME=str
|
|
|
|
COBJS=strstubs.$(O)
|
2009-07-16 07:18:41 -07:00
|
|
|
CLIBNAME=camlstr
|
2007-11-06 07:16:56 -08:00
|
|
|
CAMLOBJS=str.cmo
|
1996-02-22 04:52:45 -08:00
|
|
|
|
2007-11-06 07:16:56 -08:00
|
|
|
include ../Makefile.nt
|
2001-08-28 07:47:48 -07:00
|
|
|
|
1996-02-22 04:52:45 -08:00
|
|
|
depend:
|
|
|
|
|
2010-01-22 04:48:24 -08:00
|
|
|
str.cmo: str.cmi
|
|
|
|
str.cmx: str.cmi
|