ocaml/otherlibs
Sébastien Hinderer b08deacf18 configure should define the CPP build variable
The CPP variable tells the build system how to invoke the C preprocessor.

Before this commit, this variable was defined by the Windows Makefiles
but not by the Makefile generated by configure. This commit fixes this.

This commit also fixes a few makefiles: to compute dependencies for C files,
they incorrectly called $(CPP) -MM instead of $(CC) -MM.
2017-09-18 17:40:14 +02:00
..
bigarray fix up the merge of 4.05 into trunk 2017-07-18 13:11:36 +02:00
dynlink Remove naked pointers and Obj.magic from Dynlink (#969) 2017-01-06 10:47:55 +00:00
graph configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
raw_spacetime_lib merge 4.05 into trunk 2017-07-18 13:03:54 +02:00
str configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
systhreads configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
threads configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
unix configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
win32graph Fix missing types in win32graph/draw.c 2017-04-09 12:42:35 +02:00
win32unix configure should define the CPP build variable 2017-09-18 17:40:14 +02:00
Makefile Introduce and use the OUTPUTEXE and OUTPUTOBJ build variables 2017-03-29 11:10:06 +02:00