Commit graph

30 commits

Author SHA1 Message Date
Jan Holesovsky
bd2ec3392a Spaces -> tabs in gbuild, GNU make does not like spaces ;-) 2011-03-11 14:30:09 +01:00
Norbert Thiebaud
589f7ed2b4 Merge remote branch 'origin/feature/gnumake2.1' into integration/dev300_m101
* origin/feature/gnumake2.1: (202 commits)
  Revert "starmath need to have _DLL_ defined, even on MacOS"
  tweak library name on MacOS
  starmath need to have _DLL_ defined, even on MacOS
  add helper to set-up the libraries env, to run executable during build
  the startmath module in Module_ooo must use the name of the directory
  add starmath libraries to Repository.mk
  make linkoo scan the solver too, for Norbert's gnumake work
  -Wunitialized is not compatible with -DDEBUG
  rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default
  add missing library for sc.  Massage the delivered libraries name.
  support USE_GMAKE=1 envvar to build with gmake the modules that can be.
  add sc in the list of gmake-Modules
  support for an alternate gbuild.lst to support gmake build
  add a few comment to balance quotes, to make the editor less confused
  add all the sub-directory of the RESLOCATION to search for resource
  add calc related library to the Repository
  tweak MacOs platform specific include to build on Macos
  fixing variable exports for windows compiler (thanks ause)
  fixing variable exports for windows compiler (thanks ause)
  also accept debug=t
  ...

Conflicts:
	Makefile.in
	Module_ooo.mk
	Repository.mk
	RepositoryFixes.mk
	configure.in
	solenv/bin/build.pl
	solenv/bin/modules/RepositoryHelper.pm
	solenv/bin/packmodule
	solenv/doc/gbuild/doxygen.cfg
	solenv/doc/gbuild/solenv/gbuild/types.mk
	solenv/gbuild/AllLangResTarget.mk
	solenv/gbuild/BuildDirs.mk
	solenv/gbuild/ComponentTarget.mk
	solenv/gbuild/Deliver.mk
	solenv/gbuild/Executable.mk
	solenv/gbuild/Helper.mk
	solenv/gbuild/Library.mk
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/Module.mk
	solenv/gbuild/Output.mk
	solenv/gbuild/Package.mk
	solenv/gbuild/PrecompiledHeaders.mk
	solenv/gbuild/SdiTarget.mk
	solenv/gbuild/StaticLibrary.mk
	solenv/gbuild/TargetLocations.mk
	solenv/gbuild/gbuild.mk
	solenv/gbuild/platform/linux.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/solaris.mk
	solenv/gbuild/platform/windows.mk
	solenv/gbuild/processdelivered.awk
	solenv/gbuild/processdeps.awk
	solenv/inc/unxgcc.mk
	soltools/mkdepend/def.h
	soltools/mkdepend/include.c
2011-03-08 22:31:15 -06:00
Michael Stahl
d1500544fd gnumake3: #i116711#: clean up tempfile creation: use $TMPDIR instead of workdir 2011-01-31 18:35:25 +01:00
Mathias Bauer
806470f8bb CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel 2011-01-31 14:12:13 +01:00
Mathias Bauer
079e072e18 CWS gnumake2: use temp files for long command lines; missing include path in editeng 2011-01-27 09:47:18 +01:00
Bjoern Michaelsen
a846112253 gnumake3: #i116546# adding a showdeliverables target 2011-01-21 19:24:17 +01:00
Norbert Thiebaud
37b84efc2d rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default 2011-01-10 21:36:56 -06:00
Norbert Thiebaud
4f96f4ef38 added gb_HIRESTIME to allow getting rid of LOW_RESOLUTION_TIME warnings 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
98ce6cf4e9 gnu copy should only preserve mode and timestamps 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
21cbebd0d3 fixing gnucopy hack 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
f692ba2e65 use gnu cp when available, fallback to posix tools outherwise 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
8b38f2cd3d low resolution time for deliver files 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
614f3548d8 better use REPODIR 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
20dc76ba46 rename deliver.log to gb_deliver.log to save it from being killed by deliver 2011-01-10 21:35:28 -06:00
Norbert Thiebaud
62e7d3eb8d add dll file to deliver.log 2011-01-10 21:35:27 -06:00
Norbert Thiebaud
12d8dbe825 some more comments on deliver 2011-01-10 21:35:27 -06:00
Norbert Thiebaud
36b7b2c541 packmodule extension 2011-01-10 21:35:27 -06:00
Norbert Thiebaud
3b61f3f186 first implementation of deliver.log generation 2011-01-10 21:35:27 -06:00
Hans-Joachim Lankenau
8ab70dd31e #i10000# workaround limitations of solaris awk 2010-12-20 13:54:51 +01:00
Bjoern Michaelsen
a58768cf87 gnumake2: added gb_HIRESTIME to allow getting rid of annoying LOW_RESOLUTION_TIME warnings 2010-12-06 14:23:17 +01:00
Bjoern Michaelsen
8f81668a34 gnumake2: gnu copy should only preserve mode and timestamps, preserving ownership breaks on some setups 2010-12-05 11:57:25 +01:00
Bjoern Michaelsen
9fce17bb41 gnumake2: fixing gnucopy hack 2010-12-02 01:02:47 +01:00
Bjoern Michaelsen
33aba82edf gnumake2: use gnu cp when available, fallback to posix tools outherwise 2010-12-01 22:24:21 +01:00
Bjoern Michaelsen
cdc0d6418e gnumake2: low resolution time for deliver files 2010-12-01 22:03:59 +01:00
Hans-Joachim Lankenau
0fb117ca84 gnumake2: better use REPODIR 2010-11-22 16:55:47 +01:00
Bjoern Michaelsen
4003e6f602 gnumake2: rename deliver.log to gb_deliver.log to save it from being killed by deliver.pl, added cleanpackmodule phony target 2010-11-22 16:40:54 +01:00
Bjoern Michaelsen
940fd9c04e gnumake2: add dll file to deliver.log 2010-11-22 13:29:06 +01:00
Bjoern Michaelsen
f018f0d62f gnumake2: some more comments on deliver 2010-11-21 16:15:51 +01:00
Bjoern Michaelsen
034f941e55 gnumake2: packmodule extension 2010-11-21 15:09:32 +01:00
Bjoern Michaelsen
2afbd43d66 gnumake2: first implementation of deliver.log generation 2010-11-19 15:12:51 +01:00