summaryrefslogtreecommitdiffstats
path: root/subdir.mak
Commit message (Expand)AuthorAgeFilesLines
* fix building test programs with gnu make 3.82Ramiro Polla2010-12-071-2/+2
* Remove $(MSG) override for install-lib targetsMåns Rullgård2010-03-171-3/+0
* Reorder some make rulesMåns Rullgård2010-03-091-9/+9
* Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefilesMåns Rullgård2010-03-091-4/+0
* Simplify static/shared build rulesMåns Rullgård2010-03-091-8/+6
* Move some make rules outside of eval'd blockMåns Rullgård2010-03-091-10/+10
* cosmetic: move some makefile variable definitionsMåns Rullgård2010-03-091-4/+2
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-081-1/+1
* Define HAVE_AV_CONFIG_H for checkheaders in libsMåns Rullgård2010-03-081-1/+1
* Define HAVE_AV_CONFIG_H when building test appsMåns Rullgård2010-03-081-3/+3
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-071-0/+2
* 10l: fix make install with only shared libsMåns Rullgård2010-03-071-1/+2
* Fix install with shared libs on weird systemsMåns Rullgård2010-03-061-1/+1
* Fix make installMåns Rullgård2010-03-061-1/+1
* Prettify make outputMåns Rullgård2010-03-061-16/+19
* Split install-headers target and simplify rulesMåns Rullgård2010-03-061-6/+6
* Add INSTALL makefile variableMåns Rullgård2010-03-061-5/+5
* Use mkdir -p to create directoriesMåns Rullgård2010-03-061-4/+4
* Add YASMDEP variable; use for deps on yasm filesMåns Rullgård2010-03-061-1/+1
* Use $(RM) to delete filesMåns Rullgård2010-03-061-7/+7
* Revert r21226, it was a joke:Ramiro Polla2010-01-261-0/+12
* Use $(CC_O) in %-test.o rulesMåns Rullgård2010-01-201-2/+2
* Add rules to install generated headersMåns Rullgård2010-01-191-0/+3
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-1/+1
* Get one step closer to world domination.Ramiro Polla2010-01-151-12/+0
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-291-1/+2
* Makefile cosmeticsMåns Rullgård2009-10-281-1/+1
* 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
OpenPOWER on IntegriCloud