diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-22 13:38:00 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-22 13:38:00 +0000 |
commit | 38b49667b19827b3c05d75264fa8a4a9a23b0008 (patch) | |
tree | 10f266e24678c68aaaad164975fb0c63c403954a /otherlibs/bigarray | |
parent | 2b7a057f2f6c57fa71c7af3fff98bd60d9caa815 (diff) |
MAJ dependances
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5016 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/bigarray')
-rw-r--r-- | otherlibs/bigarray/.depend | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/otherlibs/bigarray/.depend b/otherlibs/bigarray/.depend index fde04c9d2..7fcecd422 100644 --- a/otherlibs/bigarray/.depend +++ b/otherlibs/bigarray/.depend @@ -1,17 +1,19 @@ -bigarray_stubs.o : ../../byterun/alloc.h ../../byterun/misc.h \ - ../../byterun/config.h ../../byterun/../config/m.h \ - ../../byterun/../config/s.h ../../byterun/mlvalues.h bigarray.h \ - ../../byterun/custom.h ../../byterun/fail.h ../../byterun/intext.h \ - ../../byterun/io.h ../../byterun/fix_code.h ../../byterun/memory.h \ - ../../byterun/gc.h ../../byterun/major_gc.h ../../byterun/freelist.h \ - ../../byterun/minor_gc.h -mmap_unix.o : bigarray.h ../../byterun/mlvalues.h ../../byterun/config.h \ - ../../byterun/../config/m.h ../../byterun/../config/s.h \ - ../../byterun/misc.h ../../byterun/custom.h ../../byterun/fail.h \ - ../../byterun/sys.h -mmap_win32.o : bigarray.h ../../byterun/mlvalues.h ../../byterun/config.h \ - ../../byterun/../config/m.h ../../byterun/../config/s.h \ - ../../byterun/misc.h ../../byterun/alloc.h ../../byterun/custom.h \ - ../../byterun/fail.h ../../byterun/sys.h ../unix/unixsupport.h +bigarray_stubs.o: bigarray_stubs.c ../../byterun/alloc.h \ + ../../byterun/misc.h ../../byterun/config.h \ + ../../byterun/../config/m.h ../../byterun/../config/s.h \ + ../../byterun/mlvalues.h bigarray.h ../../byterun/custom.h \ + ../../byterun/fail.h ../../byterun/intext.h ../../byterun/io.h \ + ../../byterun/fix_code.h ../../byterun/memory.h ../../byterun/gc.h \ + ../../byterun/major_gc.h ../../byterun/freelist.h \ + ../../byterun/minor_gc.h +mmap_unix.o: mmap_unix.c bigarray.h ../../byterun/mlvalues.h \ + ../../byterun/config.h ../../byterun/../config/m.h \ + ../../byterun/../config/s.h ../../byterun/misc.h \ + ../../byterun/custom.h ../../byterun/fail.h ../../byterun/sys.h +mmap_win32.o: mmap_win32.c bigarray.h ../../byterun/mlvalues.h \ + ../../byterun/config.h ../../byterun/../config/m.h \ + ../../byterun/../config/s.h ../../byterun/misc.h \ + ../../byterun/alloc.h ../../byterun/custom.h ../../byterun/fail.h \ + ../../byterun/sys.h ../unix/unixsupport.h bigarray.cmo: bigarray.cmi bigarray.cmx: bigarray.cmi |