aboutsummaryrefslogtreecommitdiffhomepage
path: root/libdha
Commit message (Expand)AuthorAge
* Fix make depend: Declare extra dependencies before the rule.Gravatar diego2007-03-24
* Remove generated test program on clean, not just on distclean.Gravatar diego2007-03-24
* Merge INCLUDES into CFLAGS and remove now redundant commands and rules.Gravatar diego2007-03-24
* cosmetics: Shorten long lines, remove trailing whitespace.Gravatar diego2007-03-24
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Get rid of useless conditional, using svgalib_helper now requires modifyingGravatar diego2007-03-24
* Remove unnecessary explicit dependency.Gravatar diego2007-03-24
* Build shared lib on all platforms.Gravatar diego2007-03-24
* Remove OpenBSD linking hack. If this is (still) necessary, it needs to beGravatar diego2007-03-24
* Reuse common parts of all Makefiles.Gravatar diego2007-03-15
* Use versioned names explicitly instead of employed backwards-named variables.Gravatar diego2007-03-15
* Simplify conditional expression.Gravatar diego2007-03-15
* Remove Cygwin case from conditional, it's overridden by the Win32 case.Gravatar diego2007-03-15
* Revert previous broken commit.Gravatar diego2007-03-15
* Remove Cygwin case from conditional, it's overridden by the Win32 case.Gravatar diego2007-03-15
* Rename LIBS variable to more standard name EXTRALIBS.Gravatar diego2007-03-15
* Fix test program linkage.Gravatar diego2007-03-15
* SHORTNAME is not a target so it should not be used as prerequisite.Gravatar diego2007-03-15
* Merge two clean commands.Gravatar diego2007-03-15
* whitespace cosmeticsGravatar diego2007-03-15
* Use standard variable names for SRCS and OBJS.Gravatar diego2007-03-15
* Install targets should not remove files.Gravatar diego2007-03-15
* Add pci_names.c as prerequisite of the all target instead of the .o files.Gravatar diego2007-03-14
* Use the install program detected by configure.Gravatar diego2007-03-14
* Remove useless .SUFFIXES variable.Gravatar diego2007-03-14
* Remove unused SONAME_FLAGS variable.Gravatar diego2007-03-14
* Remove commented out superfluous lines.Gravatar diego2007-03-14
* Simplify rules using make shorthands.Gravatar diego2007-03-14
* Simplify .depend file inclusion.Gravatar diego2007-02-27
* Move ldconfig platform differences into configure where they belong.Gravatar diego2007-01-20
* Remove generated pci_* files on clean, not just on distclean.Gravatar diego2007-01-10
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* Fix dependencies for pci_names.c.Gravatar diego2007-01-06
* support for vidix on ATI Radeon 9600SE cardsGravatar ben2007-01-04
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Remove config.h, there are multiple files under that name, inviting bugs andGravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove -fno-PIC check from configure and put -fPIC back at the beginningGravatar diego2006-10-23
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.Gravatar diego2006-10-19
* Remove stray line.Gravatar diego2006-10-19
* The FSF changed postal address.Gravatar diego2006-09-01
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* disable dha kernelhelper support by default.Gravatar attila2006-07-29
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Simplify mkdir calls.Gravatar diego2006-04-13
* Change some printf calls to fprintf.Gravatar diego2006-03-27
* Discard return value from ldconfig, it might not work on non-root installs.Gravatar diego2006-03-26
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25