summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* build: Drop redundant removal of compiled object filesDiego Biurrun2016-03-24
* build: add Solaris symbol versioningSean McGovern2015-10-11
* checkasm: Always link staticallyLuca Barbato2015-07-21
* build: export library dependencies in ${name}_FFLIBSJanne Grunau2014-05-20
* build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not definedJanne Grunau2014-05-14
* build: handle library dependencies in configureJanne Grunau2014-05-13
* Move all example programs to doc/examplesDiego Biurrun2014-02-16
* build: Add shorthand for HOSTCC compile macroDiego Biurrun2013-12-02
* build: Allow specifying extra object files when linking HOSTPROGSDiego Biurrun2013-11-15
* avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun2013-10-03
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-05
* build: Move setting of SRC_DIR to the only place it is usedDiego Biurrun2013-03-27
* build: Ensure that output directories for header objects are createdDiego Biurrun2013-02-20
* build: fix 'clean' targetMans Rullgard2012-12-10
* build: Include HEADERS-yes in the HEADERS variableMartin Storsjö2012-10-25
* build: Properly remove object files while cleaningMans Rullgard2012-09-15
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-29
* build: add separate setting for host linkerMans Rullgard2012-08-28
* build: Use portable abstraction for linker/hostcc output file syntaxDiego Biurrun2012-08-27
* build: change checkheaders to use regular build rulesMans Rullgard2012-08-07
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-26
* build: Drop leftover .exp pattern from LIBSUFFIXES list.Diego Biurrun2012-05-05
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-11
* build: remove duplicates from order-only directory prerequisite listDiego Biurrun2011-07-10
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
* build: create output directories as neededMans Rullgard2011-06-29
* build: replace some addprefix/addsuffix with substitution refsMans Rullgard2011-06-28
* build: move basic rules and variables to main MakefileMans Rullgard2011-06-23
* build: move special targets to end of main MakefileMans Rullgard2011-06-23
* build: move vpath directives to main MakefileMans Rullgard2011-06-14
* build: move ALLFFLIBS to a more logical placeMans Rullgard2011-06-14
* build: remove empty $(OBJS) targetMans Rullgard2011-06-07
* build: clean up .PHONY listsMans Rullgard2011-06-06
* build: move all (un)install* target aliases to toplevel MakefileMans Rullgard2011-06-06
* build: remove stale dependencyMans Rullgard2011-06-06
* build: do not add CFLAGS-yes to CFLAGSMans Rullgard2011-06-06
* build: remove BUILD_ROOT variableMans Rullgard2011-05-29
* Include dependencies for test programsMans Rullgard2011-03-31
* Remove support for stripping executablesMans Rullgard2011-03-29
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Create config.asm for use with yasmMåns Rullgård2010-09-03
* Remove dep/depend targets and related variables.Diego Biurrun2010-08-17
* Add libavcore.Stefano Sabatini2010-07-21
* Stop make complaining about moved/deleted headersMåns Rullgård2010-07-04
* Add -I flags to HOSTCFLAGSMåns Rullgård2010-06-26
* Fix brief make messages when CC etc are specified on command lineMåns Rullgård2010-06-26
* Make ranlib silent in brief output modeMåns Rullgård2010-03-17
* Fix brief make output for generated tablesMåns Rullgård2010-03-14