log libdha/Makefile @ 22655:d03828cf3ae4

age author description
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.