OSDN Git Service

wavpack: Check error codes rather than working around error conditions.
[coroid/libav_saccubus.git] / common.mak
2011-07-11 Mans Rullgardbuild: remove unnecessary FFLDFLAGS variable
2011-07-10 Diego Biurrunbuild: remove duplicates from order-only directory...
2011-07-10 Mans Rullgardbuild: rework rules for things in the tools dir
2011-06-29 Mans Rullgardbuild: create output directories as needed
2011-06-28 Mans Rullgardbuild: replace some addprefix/addsuffix with substituti...
2011-06-23 Mans Rullgardbuild: move basic rules and variables to main Makefile
2011-06-23 Mans Rullgardbuild: move special targets to end of main Makefile
2011-06-14 Mans Rullgardbuild: move vpath directives to main Makefile
2011-06-14 Mans Rullgardbuild: move ALLFFLIBS to a more logical place
2011-06-07 Mans Rullgardbuild: remove empty $(OBJS) target
2011-06-06 Mans Rullgardbuild: clean up .PHONY lists
2011-06-06 Mans Rullgardbuild: move all (un)install* target aliases to toplevel...
2011-06-06 Mans Rullgardbuild: remove stale dependency
2011-06-06 Mans Rullgardbuild: do not add CFLAGS-yes to CFLAGS
2011-05-29 Mans Rullgardbuild: remove BUILD_ROOT variable
2011-03-31 Mans RullgardInclude dependencies for test programs
2011-03-29 Mans RullgardRemove support for stripping executables
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-09-03 Måns RullgårdCreate config.asm for use with yasm
2010-08-17 Diego BiurrunRemove dep/depend targets and related variables.
2010-07-21 Stefano SabatiniAdd libavcore.
2010-07-04 Måns RullgårdStop make complaining about moved/deleted headers
2010-06-26 Måns RullgårdAdd -I flags to HOSTCFLAGS
2010-06-26 Måns RullgårdFix brief make messages when CC etc are specified on...
2010-03-17 Måns RullgårdMake ranlib silent in brief output mode
2010-03-14 Måns RullgårdFix brief make output for generated tables
2010-03-10 Måns RullgårdRemove .SECONDARY directive
2010-03-10 Måns RullgårdImprove version.h generation
2010-03-10 Måns RullgårdReplace $(G) with more generic $(M) in silent make...
2010-03-10 Måns RullgårdPrettify make output for documentation
2010-03-09 Måns RullgårdPrettify make output when generating headers
2010-03-09 Måns RullgårdSimplify static/shared build rules
2010-03-09 Måns RullgårdRemove duplicates from OBJS
2010-03-08 Måns Rullgårdcheckheaders: skip per-arch headers not meant for direc...
2010-03-08 Måns RullgårdAdd TESTOBJS make variable for extra objects used by...
2010-03-08 Måns RullgårdSkip cmdutils_common_opts.h fragment in checkheaders
2010-03-07 Måns RullgårdDefine HAVE_AV_CONFIG_H only when building libraries
2010-03-06 Måns RullgårdFix build with compilers using a separate dependency...
2010-03-06 Måns RullgårdPrettify make output
2010-02-27 Måns RullgårdStop make deleting intermediate files (ffmpeg.o and...
2010-02-25 Måns RullgårdDisable suffix rules
2010-01-28 Måns RullgårdMove ECFLAGS so it doesn't get added multiple times
2010-01-28 Måns RullgårdAppend ECFLAGS to CFLAGS
2010-01-26 Ramiro PollaRevert r21226, it was a joke:
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-15 Ramiro PollaGet one step closer to world domination.
2009-11-22 Måns RullgårdDelete *.d files with make clean
2009-10-29 Måns RullgårdAdd generic rules for building helpers with HOSTCC
2009-08-23 Måns RullgårdAdd PIC flags early so tests they affect give correct...
2009-08-23 Måns RullgårdSkip headers requiring external libs not present in...
2009-08-08 Måns RullgårdGenerate dependencies while compiling if supported...
2009-08-08 Måns RullgårdGenerate dependencies when object files are built
2009-07-28 Måns RullgårdReplace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
2009-07-22 Måns RullgårdMove output redirection of deps generation from make...
2009-07-12 Stefano SabatiniAppend the user CPPFLAGS value to the CPPFLAGS used...
2009-07-12 Måns RullgårdPass ASFLAGS to assembler instead of CFLAGS
2009-07-12 Måns RullgårdAllow unusual ways of specifying compiler output file
2009-07-12 Måns RullgårdSet CFLAGS directly in config.mak instead of using...
2009-07-12 Måns RullgårdSeparate C preprocessor flags into CPPFLAGS variable
2009-05-29 Dave YeoMove *.map from LIBSUFFIXES to CLEANSUFFIXES, executabl...
2009-05-20 Måns RullgårdFix building from within subdirs
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-01 Måns RullgårdAlways use -L flags for all subdirs
2009-04-01 Måns RullgårdMove make rules applicable only to subdirs into subdir.mak
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-26 Diego BiurrunUse a wildcard match instead of a list to remove test...
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 Diego Biurrunprettyprinting cosmetics
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunAdd rule for building API example programs.
2009-03-13 Diego BiurrunMark all clean targets as phony.
2009-03-05 Måns RullgårdCompile .S files with $(AS), set it in configure
2009-03-03 Diego BiurrunDo not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR...
2009-03-02 Diego Biurrunversion.h should depend on config.mak.
2009-01-26 Måns RullgårdFix version.h dependency on version.sh
2009-01-26 Diego Biurrunversion.h depends on version.sh.
2009-01-11 Diego BiurrunExtend 'checkheaders' target to architecture-specific...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdRemove unused SRCS make variable
2008-09-26 Diego BiurrunAdd support for passing a version string to configure...
2008-08-13 Michael Niedermayer10000l, revert mistakely commited and unrelated hunk.
2008-08-13 Michael NiedermayerMove -D_ISOC9X_SOURCE to configure so its available...
2008-08-11 Loren Merrittyasm buildsystem
2008-07-09 Måns Rullgårdregenerate dependencies when building object files
2008-06-19 Måns Rullgårdenable version.h to be created from subdirs
2008-06-16 Diego BiurrunGenerate pkg-config files in each library subdirectory...
2008-05-26 Måns RullgårdRevert "Add version information to DLLs."
2008-05-25 Jeremy KolbAdd version information to DLLs.
2008-05-09 Diego BiurrunRemove -I flags pointing to local paths, they are no...
2008-04-18 Måns Rullgårdfix make tests in subdirs
2008-04-16 Måns Rullgårdfix building of test programs (make tests)
2008-04-14 Diego BiurrunAdd DIRS variable to the list of variables to be cleare...
2008-04-13 Diego BiurrunClear DIRS variable in common.mak, so it does not have...
2008-04-13 Diego BiurrunRemove all dependency files on distclean.
2008-04-13 Diego BiurrunGenerate the list of files to clean in subdirectories...
2008-04-13 Diego BiurrunSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUF...
2008-04-09 Måns Rullgårdmove DEP_LIBS to common.mak
2008-04-09 Måns Rullgårdgenerate separate dependency files per object file
2008-04-07 Måns Rullgårdreplace some ifeq with prettier ifdef
next