Commit Graph

351 Commits

Author SHA1 Message Date
7ad4e85d64 Let configure build again (and removed hack for configArray) 2014-05-09 21:02:08 +02:00
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
6cebab0092 Allowing binaries to be compiled without own sources 2011-04-28 02:53:17 +00:00
e2e9576cdb Use pkg-config by default to build 2011-03-19 15:42:12 +00:00
ad8327b8e2 Re-generated Makefiles 2011-01-27 02:18:20 +00:00
b669595a39 Further improve the "install" target in Makefiles 2011-01-27 02:06:01 +00:00
5a0a5c09fc *** empty log message *** 2011-01-26 23:00:06 +00:00
e695e7e37b Modified the way scripts are handled (forcing use of getopt) 2010-12-31 15:10:25 +00:00
87bc953075 Really allow LDFLAGS to be set for libraries as well 2010-12-04 21:05:57 +00:00
aaf210b8ff Also handling -lossaudio 2010-11-12 14:30:41 +00:00
dcae4da394 DeforaOS does not provide libssl.so (yet?) 2010-10-29 01:34:11 +00:00
974f260d1e configure can now take care of multiple directories at once 2010-10-18 16:20:04 +00:00
f906c47819 The addition of asflags for specific objects was duplicated 2010-07-23 22:53:15 +00:00
3f42326051 Was missing variables for assembly programs in some cases 2010-07-22 19:52:29 +00:00
cad3c01223 Also output relevant variables when compiling objects 2010-07-20 21:02:07 +00:00
7526458139 Re-generated Makefiles 2010-07-04 14:12:05 +00:00
f5bad632c1 Escaping arguments with "--" when calling $(RM), $(TAR), $(INSTALL) 2010-07-04 14:08:29 +00:00
4410bd2202 Do not let ASFLAGS be "(null)" when not defined 2010-07-04 11:38:53 +00:00
15a7af10ce Probably made it easier to cross-compile 2010-05-27 14:12:41 +00:00
df0eb5268a Also prepend $(DESTDIR) to $(PREFIX) when installing through scripts 2010-05-06 15:02:38 +00:00
d33a061efb Made it probably easier to cross-compile 2010-05-02 22:04:43 +00:00
df2787d976 Fixed default prefix while installing scripts 2010-04-22 11:29:50 +00:00
64003af5a0 Updated copyright information 2010-04-22 11:28:15 +00:00
1dce1aeb2f Fixed invalid call to string_delete() 2010-04-21 15:28:52 +00:00
050ac6af9c Fixed the case of an error message 2010-04-15 14:51:00 +00:00
c443ae1fa5 Added the "-S" flag, performing security checks while generating Makefiles 2010-04-15 14:47:19 +00:00
1400331df3 Fixed dependencies for scripts (duplicates code again) 2010-03-29 22:46:24 +00:00
33cf741d57 Implemented "cppflags" for specific source files 2010-01-12 16:18:38 +00:00
c4b1894412 Allow redistributable files to be installed with specific permissions 2009-12-29 18:05:07 +00:00
c9e7cf342b Always look for includes in $(PREFIX)/include 2009-12-21 15:11:26 +00:00
003fba1b4e -lresolv only exists on Solaris 2009-12-12 20:11:59 +00:00
06816f09c2 Introduced the script target 2009-11-27 21:37:38 +00:00
cb787f68de Reverted the unintentional additional carriage returns added recently 2009-11-15 19:01:04 +00:00
7a2ee196e1 Added the OS definition for DeforaOS (must be forced with -O at the moment) 2009-11-08 12:55:12 +00:00
b1ca9e8edb No longer explictly need "-ldl" (contained in libSystem) 2009-11-01 16:41:30 +00:00
0b0bec980e Also analyze arguments to "gcc -l" for program-specific flags 2009-11-01 16:37:17 +00:00
90c0ca76c3 gcc really prefers "-libname" to "-l ibname" 2009-11-01 16:22:22 +00:00
2bac283267 Detect "-libname" just like "-l ibname" for platform-specific modifications 2009-11-01 16:20:01 +00:00
1ce77b39b1 Some code cleanup 2009-11-01 16:12:08 +00:00
0aff5e256d Fixed copyright and license terms 2009-11-01 16:09:55 +00:00
75eba3b3a3 Fixed a warning during compilation 2009-08-13 16:30:07 +00:00
52c634717a Compiling with -pedantic 2009-08-13 15:16:41 +00:00
de44434d82 Added a plugin target 2009-08-12 07:47:54 +00:00
a7381714ea Fixed an invalid call to free() 2009-08-05 23:13:19 +00:00
53e71907c7 Now supports the installation of arbitrary files 2009-08-05 22:40:16 +00:00
b014fe0896 Re-generated Makefiles 2009-06-16 23:56:07 +00:00
97f5e1d04c Trying to output LN only once 2009-06-16 23:28:10 +00:00
7b5ed85f99 Completing initial support for soname 2009-06-16 23:12:35 +00:00
2c64824a2c Making sure LN is always generated the same way and used properly 2009-06-16 23:05:24 +00:00
08119c3d0a Code cleanup 2009-06-16 22:30:38 +00:00
dd86d44378 Initial release 2009-06-16 22:18:56 +00:00
4ca9cd5d72 Giving libraries an soname 2009-06-16 22:17:38 +00:00
f07ed7950c Updated copyright information 2009-03-06 12:26:18 +00:00
f59d59c0e8 Should output CPPFLAGS even without "cflags" set in project.conf 2009-03-06 12:25:45 +00:00
d8088d76c8 Allow definition of AR, RANLIB and LD executables from project.conf 2009-03-06 12:24:56 +00:00
3ec3739471 Also use CPPFLAGS when compiling C++ code 2009-03-06 12:23:48 +00:00
f1df55b0be Avoid a compilation warning 2009-02-19 01:30:30 +00:00
c2200868ab Also defining LDFLAGS when there are only libraries 2009-02-19 01:29:18 +00:00
026ceb72b9 Re-generated Makefiles 2009-01-11 21:46:49 +00:00
d46c1d5e52 LDFLAGS are now set as target_LDFLAGS and usable from the command line 2009-01-11 21:40:14 +00:00
001a49767b Re-generated Makefiles 2008-09-26 21:20:27 +00:00
53bbfe7a8d Using "$(LIBTOOL)" instead of "libtool" 2008-09-11 12:53:39 +00:00
14dec66fb3 Now supporting libtool 2008-09-11 12:53:07 +00:00
efaff3c1ec Now handling Makefiles with libtool (and deserves a rewrite, too) 2008-09-10 08:55:41 +00:00
5bca49bf9b Fixed compilation warnings while it's still not implemented 2008-08-13 15:18:53 +00:00
f746fd8f9d Uninstalling installed objects 2008-07-18 23:52:19 +00:00
2fa386d0a8 Allowing installation of objects 2008-07-18 22:02:03 +00:00
ccba63db01 Added directive cppflags_force like cflags_force 2008-07-18 19:01:03 +00:00
327b741e5e Now support "install" for includes as well 2008-06-20 13:50:21 +00:00
88de208192 Code cleanup 2008-06-10 16:10:01 +00:00
220a4e1354 Using the error reporting framework 2008-06-06 02:05:19 +00:00
5d3580bdee Now using the compiler as default linker (fixes builds on Debian etch) 2008-06-04 20:11:15 +00:00
c3ddf27c4a makedepend is compiled again although neither implemented nor installed yet 2008-06-04 20:09:12 +00:00
c7f0a388bd The libdir value from project.conf has priority over the command line 2008-06-04 20:07:26 +00:00
9884d33eed Dependencies to be specified on binaries (to allow parallel builds) 2008-05-24 01:10:26 +00:00
642c6fb9e3 Re-generated Makefile 2008-05-24 01:02:08 +00:00
cb28d82378 Was missing a directory separator in config.h 2008-04-30 01:47:32 +00:00
4f2b31f4a9 Also output the value of LIBDIR 2008-04-30 01:30:58 +00:00
29e18704f9 Now explicitly requires use of "install" to install a target 2008-04-30 01:30:34 +00:00
f6ce5cb629 Using the error reporting framework 2008-04-18 10:38:47 +00:00
0d4c26d0f4 Constifying introduced lots of invalid free() 2008-04-18 10:28:21 +00:00
9aa2097ac9 Constifying brought in lots of invalid free() 2008-04-18 10:17:41 +00:00
66100b5935 Code cleanup 2008-04-18 00:17:38 +00:00
466a654554 Constifying 2008-04-18 00:14:56 +00:00
216921de98 Constifying 2008-04-18 00:12:18 +00:00
d76cf8396c Constifying 2008-04-18 00:04:31 +00:00
857c481331 Constifying 2008-04-18 00:02:31 +00:00
4acbdeb142 Constifying 2008-04-17 23:54:17 +00:00
75cae9ee82 Constifying 2008-04-17 23:50:58 +00:00
86961bb7bf Constifying 2008-04-17 23:43:20 +00:00
96439d138e Constifying 2008-04-17 23:33:24 +00:00
7a8df011d3 No longer need to restore the string state 2008-04-17 23:29:18 +00:00
bd6ac61338 Code cleanup 2008-04-17 23:27:33 +00:00
698e2c08cd Constifying 2008-04-17 23:25:02 +00:00
e68692636e Code cleanup 2008-04-17 23:15:04 +00:00
22d65f69a3 Constifying 2008-04-17 23:08:30 +00:00
c5034a4cab Constifying 2008-04-17 23:04:31 +00:00
530b3f0d58 Constifying 2008-04-17 23:00:36 +00:00
6422129f23 Constifying 2008-04-17 22:59:38 +00:00
8366326cee Added config.h 2008-04-17 22:51:42 +00:00
108bc179f7 Fix for compiling with the DeforaOS C compiler 2008-03-02 13:10:22 +00:00