summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Expand)AuthorAge
* 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
* Remove .SECONDARY directiveMåns Rullgård2010-03-10
* Improve version.h generationMåns Rullgård2010-03-10
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-10
* Prettify make output for documentationMåns Rullgård2010-03-10
* Prettify make output when generating headersMåns Rullgård2010-03-09
* Simplify static/shared build rulesMåns Rullgård2010-03-09
* Remove duplicates from OBJSMåns Rullgård2010-03-09
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-08
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
* Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård2010-03-08
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-07
* Fix build with compilers using a separate dependency commandMåns Rullgård2010-03-06
* Prettify make outputMåns Rullgård2010-03-06
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-27
* Disable suffix rulesMåns Rullgård2010-02-25
* Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård2010-01-28
* Append ECFLAGS to CFLAGSMåns Rullgård2010-01-28
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Get one step closer to world domination.Ramiro Polla2010-01-15
* Delete *.d files with make cleanMåns Rullgård2009-11-22
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23