Commit Graph

1109 Commits

Author SHA1 Message Date
bce08707b0 About to release 0.0.7 2009-11-01 16:37:45 +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
1769e8f504 Preparing for the 0.0.6 release 2009-08-13 16:25:35 +00:00
726c251668 Updated copyright 2009-08-13 16:21:39 +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
f226845df4 GPLv3'ing 2008-10-15 10:43:33 +00:00
d6958e9a72 Removed configure.txt 2008-09-26 21:20:50 +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
c6bfa3ef2a Re-generated Makefile 2008-06-04 20:10:14 +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