log vidix/drivers/Makefile @ 22565:46324dbdfc18

age author description
Wed, 14 Mar 2007 22:20:40 +0000 diego whitespace cosmetics
Wed, 14 Mar 2007 20:51:46 +0000 diego Simplify handling of extra library flags.
Wed, 14 Mar 2007 20:50:48 +0000 diego Remove superfluous rule and variables, X_LIB does not exist any longer.
Wed, 14 Mar 2007 20:27:46 +0000 diego Remove superfluous variable indirection.
Wed, 14 Mar 2007 20:19:45 +0000 diego Reuse common parts of all Makefiles through mpcommon.mak.
Wed, 14 Mar 2007 20:17:01 +0000 diego Rename all target to libs.
Wed, 14 Mar 2007 20:12:39 +0000 diego Separate prerequisites and rules to avoid redundant rules.
Wed, 14 Mar 2007 20:08:26 +0000 diego whitespace cosmetics
Wed, 14 Mar 2007 20:07:15 +0000 diego Generate dependency information.
Wed, 14 Mar 2007 20:06:06 +0000 diego Remove superfluous rule and variable.
Wed, 14 Mar 2007 20:03:07 +0000 diego Properly mark all phony targets as such.
Wed, 14 Mar 2007 20:02:06 +0000 diego Rename VIDIX_CFLAGS to CFLAGS.
Wed, 14 Mar 2007 20:01:04 +0000 diego Remove unused variable.
Tue, 27 Feb 2007 17:04:46 +0000 diego Simplify .depend file inclusion.
Tue, 28 Nov 2006 10:04:41 +0000 diego Unrecurse VIDIX installation.
Tue, 28 Nov 2006 09:36:39 +0000 diego Unrecurse VIDIX drivers uninstall.
Sat, 25 Nov 2006 16:14:01 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 01:28:49 +0000 diego Remove nonexistent variable/file.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Mon, 23 Oct 2006 10:02:21 +0000 diego Remove -fno-PIC check from configure and put -fPIC back at the beginning
Thu, 19 Oct 2006 21:58:57 +0000 diego Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.
Thu, 24 Aug 2006 01:01:37 +0000 diego cosmetics: Reorder some rules.
Thu, 24 Aug 2006 00:54:52 +0000 diego Adapt .so pattern rule for more than one object file.
Thu, 24 Aug 2006 00:50:17 +0000 diego Redundancy removal part IV: Create pattern rules for .o and .so creation.
Thu, 24 Aug 2006 00:45:31 +0000 diego sis_vid.so should be created from more than one object.
Thu, 24 Aug 2006 00:26:07 +0000 diego Remove nonsens comment.
Thu, 24 Aug 2006 00:21:47 +0000 diego Redundancy removal part III: Unify LDFLAGS handling some more.
Thu, 24 Aug 2006 00:16:11 +0000 diego Redundancy removal part II: Remove useless variable indirection.
Wed, 23 Aug 2006 14:45:29 +0000 diego Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.
Wed, 23 Aug 2006 14:34:42 +0000 diego The way to ignore failing commands in Makefiles is to prepend a -.