summaryrefslogtreecommitdiff
path: root/subdir.mak
Commit message (Collapse)AuthorAge
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
| | | | Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Makefile cosmeticsMåns Rullgård2009-10-28
| | | | Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-23
| | | | Originally committed as revision 19683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
| | | | Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CPPFLAGS when building testsMåns Rullgård2009-07-16
| | | | Originally committed as revision 19446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create shared libs correctly, fix mingw buildMåns Rullgård2009-05-20
| | | | Originally committed as revision 18884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-20
| | | | Originally committed as revision 18632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
| | | | Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
| | | | Originally committed as revision 18297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård2009-04-01
| | | | Originally committed as revision 18296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-01
| | | | Originally committed as revision 18294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< automatic variable to simplify some commands.Diego Biurrun2009-03-22
| | | | Originally committed as revision 18143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove other shared lib names from linker command line for shared libsMåns Rullgård2008-12-13
| | | | Originally committed as revision 16103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
| | | | | | Revert "Forgot to commit changes to subdir.mak in last revision." Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Forgot to commit changes to subdir.mak in last revision.Ramiro Polla2008-05-25
| | | | Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
| | | | Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build with --build-suffixMåns Rullgård2008-04-09
| | | | Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
| | | | Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk