Stephen Dwyer
e06a57717a
[makefile] on os x the default mktemp doesn't behave the same (older version), need to use gmktemp from the coreutils macport
2013-03-26 14:10:16 -06:00
Felix Ruess
77cd732702
[makefile] use mktemp to create unique temp files
...
This assumes that mktemp is available, but should provide a better solution for issue #229 .
Also create a variable holding the tempfile name which is unique to each target.
This should prevent problems with parallel builds, since these variables are global.
2013-03-21 16:46:58 +01:00
Felix Ruess
5e1f491b45
[makefile] no explicit dependencies on libpprz
2013-03-21 15:11:25 +01:00
Felix Ruess
346fc0c416
[makefile] set OCAMLC and OCAMLOPT to use ocamlfind
2013-03-20 00:50:06 +01:00
Gautier Hattenberger
390d02ab49
[makefile] use pprzlib has a proper ocaml package
2013-02-25 09:47:44 +01:00
Felix Ruess
0912600549
[makefile] improvements to ocaml lib building
...
- quiet building of glade stuff
- remove some temporary glade files
2013-02-23 12:32:00 +01:00
Gautier Hattenberger
737d7d3c8b
[makefile] silence clean target and add missing Makefile
2013-02-23 12:31:59 +01:00
Gautier Hattenberger
b81ae24917
[makefile] most of the ocaml tools are compiling with shared lib
...
some issues with mixed static/shared lib
2013-02-23 12:31:59 +01:00
Felix Ruess
f90a9b687f
[build system] honor TMPDIR environment variable
...
closes #229
2013-02-08 18:58:59 +01:00
Felix Ruess
8bff1b46c9
[build system] clean up makefiles and fix dependencies, parallel build with make -j 8 seems to work now
2012-11-10 19:45:22 +01:00
Felix Ruess
c74e9debd5
clean trailing whitespaces in Makefiles
2012-09-13 15:05:23 +02:00
Bernard Davison
6c26d1eda0
Cleaning up a lot of warnings from ld about references to directories that don't exist.
...
Cleaning up some formatting of "warnings" that are sent to the user about what the aircraft config is.
Made it possible to use a different "make" command so it's now possible to do gnumake and everything build using gnumake instead of the make files calling "make".
2012-02-13 14:53:46 +11:00
Eric Parsonage
74a60c2d74
find ocaml libs using ocamlfind
2010-11-19 10:13:53 +01:00
Pascal Brisset
450e8ea4c1
update with glade-3
2010-04-04 15:38:56 +00:00
Pascal Brisset
03a423185d
combo utilities moved to Gtk_tools
2009-06-06 13:51:17 +00:00
Pascal Brisset
b2e266834a
-f was missing in the rm command of the clean target
2007-10-26 14:09:22 +00:00
Pascal Brisset
47a06a7ac5
clean target
2007-10-22 20:35:20 +00:00
Pascal Brisset
01d9bf9b55
Heavy rewriting:
...
- notebook removed
- combo for sessions
- handling of conf.xml saving and backup
- preferences saved in conf/%gconf.xml (A/C, target, session)
- make handled as a process
2007-10-05 12:13:52 +00:00
Pascal Brisset
ac70338ba9
proper handling of dependencies
2007-10-05 10:01:15 +00:00
Pascal Brisset
35285fffd9
paparazzicenter in progress
2007-07-09 09:54:57 +00:00
Pascal Brisset
786a4c38ab
*** empty log message ***
2007-06-30 21:21:24 +00:00