Commit graph

167 commits

Author SHA1 Message Date
dca8547c38 Adjust configure.ac to recent changes. 2010-07-30 03:24:23 +02:00
b1accdb375 More parallelism. 2010-07-29 20:23:01 +02:00
03f94ad79c Use different object files for libs and plugins.
This allows building a shared and static lib at once.
2010-07-25 13:20:55 +02:00
c1bdcbc084 Properly delete data dir. 2010-04-18 03:55:11 +02:00
a425bcb7ad Change compiling .po files and install the .mo files. 2009-12-16 12:38:26 +01:00
b6a8e7f39d Ouch. 2009-12-13 19:04:56 +01:00
b947ccd469 Change make clean behaviour. 2009-12-13 18:52:21 +01:00
ec0cd8733a Add support for compiling .S files. 2009-12-01 15:53:44 +01:00
56d5d970ea Add support for compiling Objective C++. 2009-11-03 16:55:05 +01:00
eb246ffc1f Add support for converting .po files to .gmo. 2009-10-28 19:49:17 +01:00
59c1b3a3c6 Change ${@} to $@. 2009-06-15 23:48:09 +02:00
581a447e83 Add support for -rpath. 2009-06-03 21:32:40 +02:00
7328b098a0 Let configure define our ${INSTALL}. 2009-06-03 20:28:12 +02:00
4f4e2528ea Update copyright. 2009-04-15 16:28:30 +02:00
Jonathan Schleifer
3cc4402fcc Make it possible to build libraries as static libraries only. 2008-12-23 14:36:26 +01:00
Jonathan Schleifer
142ae8f527 Remove spaces at end of line. 2008-12-23 04:53:27 +01:00
Jonathan Schleifer
5744d0c85c Better error handing in dependency generation. 2008-12-13 17:54:39 +01:00
Jonathan Schleifer
e008044d83 Fix a bug in dependency generation. 2008-11-30 14:31:16 +01:00
Jonathan Schleifer
251c5a2847 Clear .SUFFIXES first to prevent compiling files silently. 2008-11-01 21:38:56 +01:00
Jonathan Schleifer
2c91fef8c0 Remove .deps on distclean. 2008-11-01 21:22:12 +01:00
Jonathan Schleifer
1e743d0e0a Don't delete .deps files on make clean. 2008-11-01 21:03:17 +01:00
Jonathan Schleifer
6b0e41f7c1 Move one line to fix dependency generation. 2008-11-01 20:09:05 +01:00
Jonathan Schleifer
b78b068ce2 Touch .deps files on ./configure.
This also makes it compatible with OpenBSD make.
2008-11-01 19:55:32 +01:00
Jonathan Schleifer
ac21cd813a Use ranlib. 2008-10-02 23:34:26 +02:00
1f0ddf9cb6 Fix dependency generation for real. 2008-09-14 18:15:30 +02:00
0f85060dd1 Dependency generation was broken. Fixed. 2008-09-14 18:09:59 +02:00
3ab931b73c Support to compile python files. 2008-08-24 11:33:36 +02:00
Jonathan Schleifer
233faeccdd Updated copyright. 2008-07-13 00:13:51 +02:00
Jonathan Schleifer
f07cc6065f Better deps generation & allow compilation of XPM files. 2008-07-12 02:09:03 +02:00
Jonathan Schleifer
86ee279e33 Fixed a typo. 2008-04-17 21:53:37 +02:00
Jonathan Schleifer
61bed07ecc Add URL to comments. 2008-02-10 21:20:08 +01:00
Jonathan Schleifer
036e83942a Fix a few bugs in threaded dependency generation. 2008-02-10 10:40:26 +01:00
Jonathan Schleifer
b3bb041145 Make dependency generation threaded. 2008-02-10 10:20:32 +01:00
Jonathan Schleifer
dec011f290 Partially revert 004bf2fb49e3. 2007-11-08 16:08:17 +01:00
Jonathan Schleifer
1226f99f92 Changed my mail. 2007-11-01 15:45:52 +01:00
Jonathan Schleifer
1d86e48884 Fix -soname. 2007-10-21 02:32:31 +02:00
Jonathan Schleifer
4cdf2dde37 Make ${plugindir} independent from ${libdir}. 2007-10-13 10:24:53 +02:00
Jonathan Schleifer
090adf4087 Fix dependency generation when using NetBSD make. 2007-10-13 10:14:01 +02:00
Jonathan Schleifer
4ac29adb5f Add \033[K. 2007-10-10 14:09:03 +02:00
Jonathan Schleifer
735fce2bf4 Add missing targets to .PHONY. 2007-09-27 21:58:47 +02:00
Jonathan Schleifer
9bd864e050 ${STATIC_LIB} is mode 644, not 755! 2007-09-27 21:12:28 +02:00
Jonathan Schleifer
f70c80bf7e Add ${PROG_IMPLIB_NEEDED}. 2007-09-27 21:09:01 +02:00
Jonathan Schleifer
e2ddb959c0 ${PROG_IMPLIB_LDFLAGS} should work now. 2007-09-27 21:01:32 +02:00
Jonathan Schleifer
74b9c5d795 Remove implib stuff again. 2007-09-27 14:25:50 +02:00
Jonathan Schleifer
e150fa72f5 Only generate .deps file if there are files for it. 2007-09-26 16:20:12 +02:00
Jonathan Schleifer
5938b04f69 That rm -f is unnecessary. 2007-09-26 06:41:43 +02:00
Jonathan Schleifer
cb6b070e1a Optimize dependency generation. 2007-09-26 06:38:12 +02:00
Jonathan Schleifer
001e2e31e5 Don't check for ${PROG_SUFFIX}, set it to @EXEEXT@. 2007-09-26 02:55:55 +02:00
Jonathan Schleifer
450a723a9a Oops. 2007-09-26 02:42:33 +02:00
Jonathan Schleifer
bdc39e20d7 Seems like I forgot to remove -s for ${PROG}. 2007-09-25 19:10:30 +02:00