summaryrefslogtreecommitdiff
path: root/subdir.mak
Commit message (Expand)AuthorAge
* 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