summaryrefslogtreecommitdiffstats
path: root/common.mak
Commit message (Expand)AuthorAgeFilesLines
...
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-101-2/+3
* Prettify make output for documentationMåns Rullgård2010-03-101-0/+1
* Prettify make output when generating headersMåns Rullgård2010-03-091-1/+2
* Simplify static/shared build rulesMåns Rullgård2010-03-091-1/+3
* Remove duplicates from OBJSMåns Rullgård2010-03-091-1/+1
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-081-0/+1
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-081-0/+1
* Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård2010-03-081-1/+1
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-071-1/+1
* Fix build with compilers using a separate dependency commandMåns Rullgård2010-03-061-1/+1
* Prettify make outputMåns Rullgård2010-03-061-1/+13
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-271-0/+3
* Disable suffix rulesMåns Rullgård2010-02-251-0/+4
* Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård2010-01-281-1/+2
* Append ECFLAGS to CFLAGSMåns Rullgård2010-01-281-1/+1
* Revert r21226, it was a joke:Ramiro Polla2010-01-261-1/+3
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-1/+5
* Get one step closer to world domination.Ramiro Polla2010-01-151-3/+1
* Delete *.d files with make cleanMåns Rullgård2009-11-221-2/+2
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-291-0/+8
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-231-3/+3
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-1/+2
* Generate dependencies while compiling if supported by compilerMåns Rullgård2009-08-081-4/+4
* Generate dependencies when object files are builtMåns Rullgård2009-08-081-12/+3
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-281-1/+1
* Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård2009-07-221-3/+3
* Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini2009-07-121-1/+1
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-121-1/+1
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-121-1/+1
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-121-1/+0
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-121-4/+5
* Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo2009-05-291-2/+2
* Fix building from within subdirsMåns Rullgård2009-05-201-1/+1
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-121-0/+2
* Always use -L flags for all subdirsMåns Rullgård2009-04-011-1/+1
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-011-30/+0
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-261-1/+1
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* prettyprinting cosmeticsDiego Biurrun2009-03-251-12/+12
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-5/+5
* Add rule for building API example programs.Diego Biurrun2009-03-221-2/+4
* Mark all clean targets as phony.Diego Biurrun2009-03-131-1/+1
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-051-1/+1
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-031-2/+1
* version.h should depend on config.mak.Diego Biurrun2009-03-021-1/+1
* Fix version.h dependency on version.shMåns Rullgård2009-01-261-1/+1
* version.h depends on version.sh.Diego Biurrun2009-01-261-2/+2
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-111-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-2/+2
OpenPOWER on IntegriCloud