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