Commit Graph

250 Commits

Author SHA1 Message Date
17ece7ff43 Fixed "make dist" when either the path or the filename contains spaces 2013-11-19 22:25:35 +01:00
afdfa13eff Hopefully better handling of C++ targets 2013-06-04 03:24:49 +02:00
bf65f88f4b Let the defaut programs depend on the underlying platform 2013-04-06 01:28:27 +02:00
74cc13e057 Code cleanup 2013-04-06 01:24:43 +02:00
918878a13e Removed what is probably a wrong or obsolete comment 2013-04-06 00:57:42 +02:00
605df7c07e Re-generated the Makefiles 2013-04-06 00:45:36 +02:00
8493c318a5 Solaris' native "install" tool doesn't like "--" as argument delimiter 2013-04-06 00:40:20 +02:00
999d9d5f78 Quote the names of directories when they contain the space character 2013-03-05 03:08:26 +01:00
f0efbdaa2f Quoting the directory names when switching directories 2013-03-05 03:01:34 +01:00
3315f001b9 Re-generated Makefiles 2013-01-25 20:54:46 +01:00
8a87d4bfe4 Force directories to be world-readable 2013-01-25 20:53:48 +01:00
1530a4b844 Let scripts help perform the "clean" target 2013-01-07 02:59:49 +01:00
0b027bd060 Re-generated Makefiles 2013-01-07 02:21:30 +01:00
abf4f1f6bb No longer allow the environment to override variables directly 2013-01-07 00:18:37 +01:00
beb81f4b59 Added support for $(SBINDIR) 2012-11-02 21:32:47 +01:00
bb43891070 Completed the fix for object targets with filenames not matching the source 2012-09-22 18:50:22 +00:00
aaa2776483 Fixed object targets with filenames not matching the source 2012-09-22 18:44:08 +00:00
d454b9c723 Detect DeforaOS explicitly rather than "likely UNIX" 2012-09-20 22:14:10 +00:00
a3ca805c6f Fixed OS detection on Linux and MacOS X 2012-09-14 21:38:34 +00:00
25c84fbf7b Fixed potential buffer overflow 2012-09-14 21:31:25 +00:00
29725f24fc Adding the file extension for executables on Windows 2012-09-12 21:23:27 +00:00
af07b21194 Avoiding a compilation issue on some systems 2012-09-11 11:02:57 +00:00
c2d35a1b36 Hopefully more portable for Windows and MacOS X platforms (shared libraries) 2012-07-30 00:57:58 +00:00
74e8dd7c5c Hopefully improved support for building DLLs on Windows 2012-07-30 00:24:07 +00:00
1a01ab7399 Do not use -Wl,-soname on MacOS X 2012-07-06 21:40:20 +00:00
4c67383e9d Updated the usage screen 2012-05-05 00:52:19 +00:00
50386ff37c Generating (and installing) HTML documentation for configure 2012-05-05 00:18:14 +00:00
d06912b632 Revert last changes 2012-04-08 16:06:03 +00:00
a4bde692be Code cleanup 2012-04-08 14:02:54 +00:00
d30f748476 Hopefully improving support for MacOS X 2011-11-27 22:37:19 +00:00
1aec1a6726 Generate shared libraries directly with the soname requested 2011-10-29 01:50:52 +00:00
9b77c9dbcf Fixed tracking of executable variables (and removed ugly hack) 2011-10-18 18:44:41 +00:00
0ef0d738d5 Re-generated Makefiles 2011-09-16 11:54:13 +00:00
c61365c06b No longer force $(CC) 2011-09-16 11:52:42 +00:00
7e5f248613 Re-generated Makefiles 2011-09-16 11:36:26 +00:00
3b23bf9f83 Also using the "?=" operator (will need more work though) 2011-09-16 11:21:29 +00:00
713b2c67e7 Using the new function to output variables 2011-09-16 11:06:55 +00:00
2b16735b7a Using CCSHARED instead of LD to create shared libraries 2011-09-16 10:59:46 +00:00
db7638c97c More portable definition of AR 2011-09-16 10:57:54 +00:00
355491d530 Re-generated Makefiles 2011-09-16 10:19:40 +00:00
e7255169b4 Using a separate function to output variables 2011-09-16 10:17:34 +00:00
b580667107 Fixed an issue when linking with -lossaudio outside NetBSD 2011-08-29 23:15:15 +00:00
213ac67002 Compilation fix for Windows 2011-06-02 19:51:06 +00:00
12c19e4214 Early support for Windows (32-bits, via MinGW) 2011-06-02 19:35:21 +00:00
736f7ab1a5 Partially solved variable duplication in some cases 2011-05-26 00:30:41 +00:00
bb52b1f035 Added the set of libraries implictly available on MacOS X 2011-05-16 11:26:57 +00:00
6914826310 Added MacOSX 10.6.5 to the list of systems detected 2011-05-16 11:17:17 +00:00
f62e808301 The "asm" extension is now recognized for assembly files 2011-05-08 17:02:13 +00:00
9c991976e9 Stricter error reporting 2011-04-28 03:51:53 +00:00
8af5a294df Stricter error checking 2011-04-28 03:27:47 +00:00