summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* trashed deprecated libdha dirben2007-04-071-28/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move pci.db out of its single-file subdirectory.diego2007-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not remove or ignore pci.db.diego2007-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build libdha statically like all the other libraries.diego2007-03-311-24/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix make depend: Declare extra dependencies before the rule.diego2007-03-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move test program removal on distclean to mpcommon.mak.diego2007-03-241-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of useless conditional, using svgalib_helper now requires modifyingdiego2007-03-241-3/+1
| | | | | | | a line in the Makefile in all cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary explicit dependency.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build shared lib on all platforms.diego2007-03-241-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove OpenBSD linking hack. If this is (still) necessary, it needs to bediego2007-03-241-6/+0
| | | | | | | done properly from configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse common parts of all Makefiles.diego2007-03-151-11/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use versioned names explicitly instead of employed backwards-named variables.diego2007-03-151-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify conditional expression.diego2007-03-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-4/+0
| | | | | | | This time without stray garbage mixed in... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert previous broken commit.diego2007-03-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename LIBS variable to more standard name EXTRALIBS.diego2007-03-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22597 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix test program linkage.diego2007-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 b3059339-0415-0410-9bf9-f77b7e298cf2
* SHORTNAME is not a target so it should not be used as prerequisite.diego2007-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge two clean commands.diego2007-03-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22593 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-151-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard variable names for SRCS and OBJS.diego2007-03-151-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install targets should not remove files.diego2007-03-151-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add pci_names.c as prerequisite of the all target instead of the .o files.diego2007-03-141-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22589 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the install program detected by configure.diego2007-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless .SUFFIXES variable.diego2007-03-141-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused SONAME_FLAGS variable.diego2007-03-141-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented out superfluous lines.diego2007-03-141-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify rules using make shorthands.diego2007-03-141-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify .depend file inclusion.diego2007-02-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ldconfig platform differences into configure where they belong.diego2007-01-201-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove generated pci_* files on clean, not just on distclean.diego2007-01-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix dependencies for pci_names.c.diego2007-01-061-2/+2
| | | | | | | based on patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-1/+1
| | | | | | | of CFLAGS in libdha/ and vidix/drivers/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.diego2006-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray line.diego2006-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
| | | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls.diego2006-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Discard return value from ldconfig, it might not work on non-root installs.diego2006-03-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17965 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+5
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-031-1/+1
| | | | | | | | patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install libdha into LIBDIR.reimar2005-01-011-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build on Turkish locales when LC_ALL is already set.diego2004-07-121-1/+1
| | | | | | | patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12803 b3059339-0415-0410-9bf9-f77b7e298cf2
* make the awk script working for localized machines too, patch by Onur Kucukalex2004-06-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12693 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on cygwinfaust32004-03-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
* imho static linking causes less problems for mingwfaust32003-10-221-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11239 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic svgalib_helper detectionalex2003-04-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9882 b3059339-0415-0410-9bf9-f77b7e298cf2
* pci_names.c creation fixupalex2002-12-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8507 b3059339-0415-0410-9bf9-f77b7e298cf2
* svgalib kernelhelper support (based on patch by Matan Ziv-Av ↵alex2002-12-201-0/+5
| | | | | | <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninstall switchalex2002-12-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8462 b3059339-0415-0410-9bf9-f77b7e298cf2
* really fix latest fix. But now this versioning stopped making sense to me.eyck2002-10-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7825 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix previous patch.eyck2002-10-201-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7813 b3059339-0415-0410-9bf9-f77b7e298cf2
* change versioning of libdha, patch from Guillem Jover <guillem.jover@menta.net>eyck2002-10-201-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7812 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds a soname and a shared library version number to libdha.arpi2002-08-141-2/+2
| | | | | | | patch by Goetz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix for non-X86 OpenBSD by Björn Sandell <biorn at dce.chalmers.se>atmos42002-07-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6629 b3059339-0415-0410-9bf9-f77b7e298cf2
* pci.db is now uncompressed in cvs, sync with mplayerxparpi2002-05-311-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6254 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-2/+10
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* MTRR configuringnick2002-02-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'install' instead of 'cp'nick2002-01-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4216 b3059339-0415-0410-9bf9-f77b7e298cf2
* *awk detectionatmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for cygwin.atmos42002-01-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4168 b3059339-0415-0410-9bf9-f77b7e298cf2
* gawk -> awkalex2002-01-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gawk generatornick2002-01-121-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embedding vidixnick2002-01-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4031 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary support of direct hardware accessnick2002-01-041-0/+53
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3974 b3059339-0415-0410-9bf9-f77b7e298cf2