log libdha/Makefile @ 22864:e15beff67d91

age author description
Sun, 01 Apr 2007 12:31:15 +0000 diego Move pci.db out of its single-file subdirectory.
Sun, 01 Apr 2007 12:30:17 +0000 diego Do not remove or ignore pci.db.
Sat, 31 Mar 2007 13:37:29 +0000 diego Build libdha statically like all the other libraries.
Sat, 24 Mar 2007 17:58:46 +0000 diego Fix make depend: Declare extra dependencies before the rule.
Sat, 24 Mar 2007 15:03:57 +0000 diego Move test program removal on distclean to mpcommon.mak.
Sat, 24 Mar 2007 14:39:39 +0000 diego Get rid of useless conditional, using svgalib_helper now requires modifying
Sat, 24 Mar 2007 14:22:45 +0000 diego Remove unnecessary explicit dependency.
Sat, 24 Mar 2007 14:20:24 +0000 diego Build shared lib on all platforms.
Sat, 24 Mar 2007 13:25:51 +0000 diego Remove OpenBSD linking hack. If this is (still) necessary, it needs to be
Thu, 15 Mar 2007 09:19:30 +0000 diego Reuse common parts of all Makefiles.
Thu, 15 Mar 2007 09:14:35 +0000 diego Use versioned names explicitly instead of employed backwards-named variables.
Thu, 15 Mar 2007 09:07:22 +0000 diego Simplify conditional expression.
Thu, 15 Mar 2007 09:05:03 +0000 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
Thu, 15 Mar 2007 09:04:11 +0000 diego Revert previous broken commit.
Thu, 15 Mar 2007 08:59:31 +0000 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
Thu, 15 Mar 2007 08:49:56 +0000 diego Rename LIBS variable to more standard name EXTRALIBS.
Thu, 15 Mar 2007 08:38:51 +0000 diego Fix test program linkage.
Thu, 15 Mar 2007 00:56:54 +0000 diego SHORTNAME is not a target so it should not be used as prerequisite.
Thu, 15 Mar 2007 00:51:19 +0000 diego Merge two clean commands.
Thu, 15 Mar 2007 00:50:52 +0000 diego whitespace cosmetics
Thu, 15 Mar 2007 00:49:32 +0000 diego Use standard variable names for SRCS and OBJS.
Thu, 15 Mar 2007 00:29:50 +0000 diego Install targets should not remove files.
Wed, 14 Mar 2007 23:37:48 +0000 diego Add pci_names.c as prerequisite of the all target instead of the .o files.
Wed, 14 Mar 2007 23:34:17 +0000 diego Use the install program detected by configure.
Wed, 14 Mar 2007 23:08:34 +0000 diego Remove useless .SUFFIXES variable.
Wed, 14 Mar 2007 23:00:12 +0000 diego Remove unused SONAME_FLAGS variable.
Wed, 14 Mar 2007 22:40:10 +0000 diego Remove commented out superfluous lines.
Wed, 14 Mar 2007 22:38:42 +0000 diego Simplify rules using make shorthands.
Tue, 27 Feb 2007 17:04:46 +0000 diego Simplify .depend file inclusion.
Sat, 20 Jan 2007 21:19:58 +0000 diego Move ldconfig platform differences into configure where they belong.
Wed, 10 Jan 2007 16:54:44 +0000 diego Remove generated pci_* files on clean, not just on distclean.
Sat, 06 Jan 2007 15:08:04 +0000 diego Fix dependencies for pci_names.c.
Sat, 25 Nov 2006 19:15:23 +0000 diego Remove superfluous comment.
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, 19 Oct 2006 21:00:35 +0000 diego Remove stray line.
Thu, 17 Aug 2006 17:19:56 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
Thu, 13 Apr 2006 16:49:56 +0000 diego Simplify mkdir calls.
Sun, 26 Mar 2006 21:17:14 +0000 diego Discard return value from ldconfig, it might not work on non-root installs.
Sat, 25 Mar 2006 10:38:37 +0000 diego cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
Fri, 27 Jan 2006 00:06:42 +0000 diego Make clean/distclean behave uniformly in all directories.
Tue, 03 Jan 2006 00:24:17 +0000 rathann use $(INSTALLSTRIP) consistently
Sat, 01 Jan 2005 14:45:11 +0000 reimar Install libdha into LIBDIR.
Mon, 12 Jul 2004 10:54:10 +0000 diego Fix build on Turkish locales when LC_ALL is already set.
Sat, 26 Jun 2004 13:48:35 +0000 alex make the awk script working for localized machines too, patch by Onur Kucuk
Fri, 26 Mar 2004 12:15:54 +0000 faust3 fix compilation on cygwin
Wed, 22 Oct 2003 20:17:23 +0000 faust3 imho static linking causes less problems for mingw
Tue, 08 Apr 2003 17:11:19 +0000 alex automatic svgalib_helper detection
Sat, 21 Dec 2002 17:49:52 +0000 alex pci_names.c creation fixup
Fri, 20 Dec 2002 21:07:27 +0000 alex svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
Sun, 15 Dec 2002 18:22:55 +0000 alex uninstall switch
Mon, 21 Oct 2002 14:23:19 +0000 eyck really fix latest fix. But now this versioning stopped making sense to me.
Sun, 20 Oct 2002 10:41:32 +0000 eyck fix previous patch.
Sun, 20 Oct 2002 08:43:09 +0000 eyck change versioning of libdha, patch from Guillem Jover <guillem.jover@menta.net>
Thu, 22 Aug 2002 23:29:46 +0000 arpi removed -W -Wall -g and other gcc-specific warning/debug options
Wed, 14 Aug 2002 21:44:56 +0000 arpi adds a soname and a shared library version number to libdha.
Wed, 03 Jul 2002 18:59:47 +0000 atmos4 Small fix for non-X86 OpenBSD by Bj«Órn Sandell <biorn at dce.chalmers.se>
Fri, 31 May 2002 22:41:02 +0000 arpi pci.db is now uncompressed in cvs, sync with mplayerxp
Sun, 12 May 2002 02:18:52 +0000 arpi various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
Sat, 02 Feb 2002 12:14:56 +0000 nick MTRR configuring
Thu, 17 Jan 2002 09:01:50 +0000 nick Use 'install' instead of 'cp'
Tue, 15 Jan 2002 14:49:36 +0000 atmos4 *awk detection
Tue, 15 Jan 2002 12:10:19 +0000 atmos4 Fix for cygwin.
Sat, 12 Jan 2002 17:11:01 +0000 alex gawk -> awk
Sat, 12 Jan 2002 11:39:07 +0000 nick Gawk generator
Mon, 07 Jan 2002 09:28:22 +0000 nick Embedding vidix
Fri, 04 Jan 2002 10:32:26 +0000 nick preliminary support of direct hardware access