summaryrefslogtreecommitdiff
path: root/subdir.mak
Commit message (Expand)AuthorAgeFilesLines
...
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-231-3/+1
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-281-3/+3
* Use CPPFLAGS when building testsMåns Rullgård2009-07-161-2/+2
* Use LD for linking, default to same as CCMåns Rullgård2009-07-121-2/+2
* Create shared libs correctly, fix mingw buildMåns Rullgård2009-05-201-1/+1
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-201-1/+1
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-011-1/+1
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-0/+4
* Link tests/examples with -lfoo instead of libfoo.aMåns Rullgård2009-04-011-1/+1
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-011-0/+26
* Use $< automatic variable to simplify some commands.Diego Biurrun2009-03-221-2/+2
* Remove other shared lib names from linker command line for shared libsMåns Rullgård2008-12-131-1/+1
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-161-1/+1
* Revert "Add version information to DLLs."Måns Rullgård2008-05-261-3/+1
* Forgot to commit changes to subdir.mak in last revision.Ramiro Polla2008-05-251-1/+3
* move DEP_LIBS to common.makMåns Rullgård2008-04-091-2/+1
* fix build with --build-suffixMåns Rullgård2008-04-091-1/+1
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-071-2/+2
* non-recursive makefilesMåns Rullgård2008-04-071-0/+75