summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
Commit message (Expand)AuthorAgeFilesLines
* dep/depend should be a double colon target as well.diego2007-03-131-1/+1
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-9/+14
* Give the library generation target a more sensible name.diego2007-03-131-2/+2
* Mark phony targets as such.diego2007-03-121-0/+2
* Simplify .depend file inclusion.diego2007-02-241-3/+1
* 100l: Copy and paste typo, library dependencies and rules are separated now.diego2007-02-041-1/+1
* Merge both library rules by separating the rule from the dependencies.diego2007-02-031-3/+1
* Consider SRCS2 as well when generating dependency information.diego2007-02-011-1/+1
* Remove suffix rules that are just copies of make builtin rules.diego2006-12-021-5/+0
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-1/+1
* Generate OBJS from SRCS in a more elegant and less redundant way.diego2006-11-281-5/+2
* Move common code to mpcommon.mak.diego2006-11-271-0/+5
* oops someone forgot obj-c source filenplourde2006-11-271-0/+1
* .s files don't exist anymore.diego2006-11-271-1/+0
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-1/+7
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-0/+30