summaryrefslogtreecommitdiff
path: root/subdir.mak
Commit message (Expand)AuthorAge
* Remove $(MSG) override for install-lib targetsMåns Rullgård2010-03-17
* Reorder some make rulesMåns Rullgård2010-03-09
* Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefilesMåns Rullgård2010-03-09
* Simplify static/shared build rulesMåns Rullgård2010-03-09
* Move some make rules outside of eval'd blockMåns Rullgård2010-03-09
* cosmetic: move some makefile variable definitionsMåns Rullgård2010-03-09
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
* Define HAVE_AV_CONFIG_H for checkheaders in libsMåns Rullgård2010-03-08
* Define HAVE_AV_CONFIG_H when building test appsMåns Rullgård2010-03-08
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-07
* 10l: fix make install with only shared libsMåns Rullgård2010-03-07
* Fix install with shared libs on weird systemsMåns Rullgård2010-03-06
* Fix make installMåns Rullgård2010-03-06
* Prettify make outputMåns Rullgård2010-03-06
* Split install-headers target and simplify rulesMåns Rullgård2010-03-06
* Add INSTALL makefile variableMåns Rullgård2010-03-06
* Use mkdir -p to create directoriesMåns Rullgård2010-03-06
* Add YASMDEP variable; use for deps on yasm filesMåns Rullgård2010-03-06
* Use $(RM) to delete filesMåns Rullgård2010-03-06
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
* Use $(CC_O) in %-test.o rulesMåns Rullgård2010-01-20
* Add rules to install generated headersMåns Rullgård2010-01-19
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Get one step closer to world domination.Ramiro Polla2010-01-15
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
* Makefile cosmeticsMåns Rullgård2009-10-28
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-23
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
* Use CPPFLAGS when building testsMåns Rullgård2009-07-16
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
* Create shared libs correctly, fix mingw buildMåns Rullgård2009-05-20
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-20
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
* Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård2009-04-01
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-01
* Use $< automatic variable to simplify some commands.Diego Biurrun2009-03-22
* Remove other shared lib names from linker command line for shared libsMåns Rullgård2008-12-13
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
* Forgot to commit changes to subdir.mak in last revision.Ramiro Polla2008-05-25
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
* fix build with --build-suffixMåns Rullgård2008-04-09
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
* non-recursive makefilesMåns Rullgård2008-04-07