aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpcommon.mak
Commit message (Expand)AuthorAge
* Merge mp3lib/Makefile into top-level Makefile.Gravatar diego2008-04-27
* Add rule for generating dependency files from Objective C files.Gravatar diego2008-04-26
* dependency generation infrastructure for C++ filesGravatar diego2008-04-24
* Expand conditional addition of elements to variables with a form that permitsGravatar diego2008-04-24
* Merge libvo/Makefile into top-level Makefile.Gravatar diego2008-04-23
* per-file dependencies (for the non-recursive parts)Gravatar diego2008-04-18
* Always generate dependency information. This also allows dropping theGravatar diego2008-04-18
* Declare all clean targets phony in mpcommon.mak.Gravatar diego2008-04-13
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.Gravatar diego2008-04-07
* Use DEPEND_CMD as set by configure to generate dependency information insteadGravatar diego2008-04-06
* Use the more natural ">" instead of "1>" for stdout redirection.Gravatar diego2008-04-05
* Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.Gravatar diego2008-03-03
* Remove unnecessary addition of -Ilibavformat to CFLAGS.Gravatar diego2008-03-03
* Add checkheaders target, ported from FFmpeg.Gravatar diego2008-03-03
* Revert include flag reordering, it does not fix the compilation problem.Gravatar diego2007-07-17
* Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.Gravatar diego2007-07-16
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Append objects derived from sources to OBJS_*. This way the OBJS_* variablesGravatar diego2007-03-31
* Revert r22819Gravatar cehoyos2007-03-26
* Fix compilation of libvo/vo_xvmc.cGravatar cehoyos2007-03-25
* Move the addition of basic include flags to configure.Gravatar diego2007-03-24
* libavutil/ is not optional, compile it unconditionally.Gravatar diego2007-03-24
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Move -I. and -I.. to the front of CFLAGS so that headers in the root directoryGravatar diego2007-03-18
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Merge CFLAGS lines.Gravatar diego2007-03-18
* dep/depend should be a double colon target as well.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Give the library generation target a more sensible name.Gravatar diego2007-03-13
* Mark phony targets as such.Gravatar diego2007-03-12
* Simplify .depend file inclusion.Gravatar diego2007-02-24
* 100l: Copy and paste typo, library dependencies and rules are separated now.Gravatar diego2007-02-04
* Merge both library rules by separating the rule from the dependencies.Gravatar diego2007-02-03
* Consider SRCS2 as well when generating dependency information.Gravatar diego2007-02-01
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Generate OBJS from SRCS in a more elegant and less redundant way.Gravatar diego2006-11-28
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* oops someone forgot obj-c source fileGravatar nplourde2006-11-27
* .s files don't exist anymore.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26