|
12 | 12 | ;* *
|
13 | 13 | ;**************************************************************************
|
14 | 14 |
|
15 |
| - |
16 | 15 | ; For some reason the C header files aren't being found if this library
|
17 | 16 | ; is given a public name, so we do the installation manually.
|
18 |
| -(install |
19 |
| - (files |
20 |
| - (byte/threads.cma as threads/threads.cma) |
21 |
| - (native/threadsnat.cmxa as threads/threads.cmxa) |
22 |
| - (native/threadsnat.a as threads/threads.a) |
23 |
| - |
24 |
| - (byte/libthreads_stubs.a as libthreads_stubs.a) |
25 |
| - (byte/dllthreads_stubs.so as stublibs/dllthreads_stubs.so) |
26 |
| - (native/libthreadsnat_stubs.a as libthreadsnat_stubs.a) |
27 |
| - (native/libthreadsnat_stubs.a as libthreadsnat_stubs_native.a) ; for special_dune compat |
28 |
| - |
29 |
| - |
30 |
| - (thread.mli as threads/thread.mli) |
31 |
| - (condition.mli as threads/condition.mli) |
32 |
| - (event.mli as threads/event.mli) |
33 |
| - (mutex.mli as threads/mutex.mli) |
34 |
| - (semaphore.mli as threads/semaphore.mli) |
35 |
| - |
36 |
| - (threads.h as caml/threads.h) |
37 |
| - |
38 |
| - (native/.threadsnat.objs/native/condition.cmx as threads/condition.cmx) |
39 |
| - (native/.threadsnat.objs/native/event.cmx as threads/event.cmx) |
40 |
| - (native/.threadsnat.objs/native/mutex.cmx as threads/mutex.cmx) |
41 |
| - (native/.threadsnat.objs/native/semaphore.cmx as threads/semaphore.cmx) |
42 |
| - (native/.threadsnat.objs/native/thread.cmx as threads/thread.cmx) |
43 |
| - |
44 |
| - (byte/.threads.objs/byte/condition.cmi as threads/condition.cmi) |
45 |
| - (byte/.threads.objs/byte/condition.cmti as threads/condition.cmti) |
46 |
| - (byte/.threads.objs/byte/event.cmi as threads/event.cmi) |
47 |
| - (byte/.threads.objs/byte/event.cmti as threads/event.cmti) |
48 |
| - (byte/.threads.objs/byte/mutex.cmi as threads/mutex.cmi) |
49 |
| - (byte/.threads.objs/byte/mutex.cmti as threads/mutex.cmti) |
50 |
| - (byte/.threads.objs/byte/semaphore.cmi as threads/semaphore.cmi) |
51 |
| - (byte/.threads.objs/byte/semaphore.cmti as threads/semaphore.cmti) |
52 |
| - (byte/.threads.objs/byte/thread.cmi as threads/thread.cmi) |
53 |
| - (byte/.threads.objs/byte/thread.cmti as threads/thread.cmti) |
54 |
| - ) |
55 |
| - (section lib) |
56 |
| - (package ocaml)) |
57 |
| - |
58 | 17 |
|
| 18 | +(install |
| 19 | + (files |
| 20 | + (byte/threads.cma as threads/threads.cma) |
| 21 | + (native/threadsnat.cmxa as threads/threads.cmxa) |
| 22 | + (native/threadsnat.a as threads/threads.a) |
| 23 | + (byte/libthreads_stubs.a as libthreads_stubs.a) |
| 24 | + (byte/dllthreads_stubs.so as stublibs/dllthreads_stubs.so) |
| 25 | + (native/libthreadsnat_stubs.a as libthreadsnat_stubs.a) |
| 26 | + (native/libthreadsnat_stubs.a as libthreadsnat_stubs_native.a) ; for special_dune compat |
| 27 | + (thread.mli as threads/thread.mli) |
| 28 | + (threads.h as caml/threads.h) |
| 29 | + (native/.threadsnat.objs/native/thread.cmx as threads/thread.cmx) |
| 30 | + (byte/.threads.objs/byte/thread.cmi as threads/thread.cmi) |
| 31 | + (byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)) |
| 32 | + (section lib) |
| 33 | + (package ocaml)) |
0 commit comments