summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Expand)AuthorAge
* 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
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
* Remove unused SRCS make variableMåns Rullgård2008-10-25
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-26
* 10000l, revert mistakely commited and unrelated hunk.Michael Niedermayer2008-08-13
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-13
* yasm buildsystemLoren Merritt2008-08-11
* regenerate dependencies when building object filesMåns Rullgård2008-07-09
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
* 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
* Add version information to DLLs.Jeremy Kolb2008-05-25
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-09
* fix make tests in subdirsMåns Rullgård2008-04-18
* fix building of test programs (make tests)Måns Rullgård2008-04-16
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
* Remove all dependency files on distclean.Diego Biurrun2008-04-13
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-13
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
* generate separate dependency files per object fileMåns Rullgård2008-04-09
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07