]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/contrib/otherlibs/bigarray/Makefile.nt
update
[l4.git] / l4 / pkg / ocaml / contrib / otherlibs / bigarray / Makefile.nt
1 #########################################################################
2 #                                                                       #
3 #                            Objective Caml                             #
4 #                                                                       #
5 #            Xavier Leroy, projet Cristal, INRIA Rocquencourt           #
6 #                                                                       #
7 #   Copyright 1999 Institut National de Recherche en Informatique et    #
8 #   en Automatique.  All rights reserved.  This file is distributed     #
9 #   under the terms of the GNU Library General Public License, with     #
10 #   the special exception on linking described in file ../../LICENSE.   #
11 #                                                                       #
12 #########################################################################
13
14 # $Id: Makefile.nt 8754 2008-01-04 15:01:48Z xleroy $
15
16 LIBNAME=bigarray
17 EXTRACFLAGS=-I../win32unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE
18 EXTRACAMLFLAGS=-I ../win32unix
19 COBJS=bigarray_stubs.$(O) mmap_win32.$(O)
20 CAMLOBJS=bigarray.cmo
21 HEADERS=bigarray.h
22
23 include ../Makefile.nt
24
25 depend:
26         gcc -MM $(CFLAGS) *.c > .depend
27         ../../boot/ocamlrun ../../tools/ocamldep *.mli *.ml >> .depend
28
29 include .depend