summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Expand)AuthorAgeFilesLines
* checkasm: Always link staticallyLuca Barbato2015-07-211-2/+3
* build: export library dependencies in ${name}_FFLIBSJanne Grunau2014-05-201-1/+1
* build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not definedJanne Grunau2014-05-141-1/+1
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+1
* Move all example programs to doc/examplesDiego Biurrun2014-02-161-1/+0
* build: Add shorthand for HOSTCC compile macroDiego Biurrun2013-12-021-1/+1
* build: Allow specifying extra object files when linking HOSTPROGSDiego Biurrun2013-11-151-1/+1
* avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun2013-10-031-1/+2
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-051-1/+1
* build: Move setting of SRC_DIR to the only place it is usedDiego Biurrun2013-03-271-0/+1
* build: Ensure that output directories for header objects are createdDiego Biurrun2013-02-201-1/+2
* build: fix 'clean' targetMans Rullgard2012-12-101-0/+6
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-251-0/+1
* build: Properly remove object files while cleaningMans Rullgard2012-09-151-0/+3
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-291-1/+2
* build: add separate setting for host linkerMans Rullgard2012-08-281-1/+1
* build: Use portable abstraction for linker/hostcc output file syntaxDiego Biurrun2012-08-271-1/+1
* build: change checkheaders to use regular build rulesMans Rullgard2012-08-071-3/+5
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-261-2/+2
* build: Drop leftover .exp pattern from LIBSUFFIXES list.Diego Biurrun2012-05-051-1/+1
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-1/+1
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-111-1/+0
* build: remove duplicates from order-only directory prerequisite listDiego Biurrun2011-07-101-3/+3
* build: rework rules for things in the tools dirMans Rullgard2011-07-101-0/+6
* build: create output directories as neededMans Rullgard2011-06-291-0/+6
* build: replace some addprefix/addsuffix with substitution refsMans Rullgard2011-06-281-10/+10
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-231-40/+0
* build: move special targets to end of main MakefileMans Rullgard2011-06-231-8/+0
* build: move vpath directives to main MakefileMans Rullgard2011-06-141-5/+0
* build: move ALLFFLIBS to a more logical placeMans Rullgard2011-06-141-2/+0
* build: remove empty $(OBJS) targetMans Rullgard2011-06-071-2/+0
* build: clean up .PHONY listsMans Rullgard2011-06-061-2/+0
* build: move all (un)install* target aliases to toplevel MakefileMans Rullgard2011-06-061-5/+0
* build: remove stale dependencyMans Rullgard2011-06-061-2/+0
* build: do not add CFLAGS-yes to CFLAGSMans Rullgard2011-06-061-1/+0
* build: remove BUILD_ROOT variableMans Rullgard2011-05-291-9/+3
* Include dependencies for test programsMans Rullgard2011-03-311-2/+2
* Remove support for stripping executablesMans Rullgard2011-03-291-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Create config.asm for use with yasmMåns Rullgård2010-09-031-0/+1
* Remove dep/depend targets and related variables.Diego Biurrun2010-08-171-4/+1
* Add libavcore.Stefano Sabatini2010-07-211-1/+1
* Stop make complaining about moved/deleted headersMåns Rullgård2010-07-041-0/+4
* Add -I flags to HOSTCFLAGSMåns Rullgård2010-06-261-1/+4
* Fix brief make messages when CC etc are specified on command lineMåns Rullgård2010-06-261-2/+2
* Make ranlib silent in brief output modeMåns Rullgård2010-03-171-2/+2
* Fix brief make output for generated tablesMåns Rullgård2010-03-141-2/+2
* Remove .SECONDARY directiveMåns Rullgård2010-03-101-1/+1
* Improve version.h generationMåns Rullgård2010-03-101-8/+0
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-101-2/+3