]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - common.mak
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / common.mak
2009-11-22 mruDelete *.d files with make clean
2009-10-29 mruAdd generic rules for building helpers with HOSTCC
2009-08-23 mruAdd PIC flags early so tests they affect give correct...
2009-08-23 mruSkip headers requiring external libs not present in...
2009-08-08 mruGenerate dependencies while compiling if supported...
2009-08-08 mruGenerate dependencies when object files are built
2009-07-28 mruReplace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
2009-07-22 mruMove output redirection of deps generation from make...
2009-07-12 stefanoAppend the user CPPFLAGS value to the CPPFLAGS used...
2009-07-12 mruPass ASFLAGS to assembler instead of CFLAGS
2009-07-12 mruAllow unusual ways of specifying compiler output file
2009-07-12 mruSet CFLAGS directly in config.mak instead of using...
2009-07-12 mruSeparate C preprocessor flags into CPPFLAGS variable
2009-05-29 diegoMove *.map from LIBSUFFIXES to CLEANSUFFIXES, executabl...
2009-05-20 mruFix building from within subdirs
2009-04-12 diegoMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-01 mruAlways use -L flags for all subdirs
2009-04-01 mruMove make rules applicable only to subdirs into subdir.mak
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-26 diegoUse a wildcard match instead of a list to remove test...
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-25 diegoprettyprinting cosmetics
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-13 diegoMark all clean targets as phony.
2009-03-05 mruCompile .S files with $(AS), set it in configure
2009-03-03 diegoDo not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR...
2009-03-02 diegoversion.h should depend on config.mak.
2009-01-26 mruFix version.h dependency on version.sh
2009-01-26 diegoversion.h depends on version.sh.
2009-01-11 diegoExtend 'checkheaders' target to architecture-specific...
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-10-25 mruUse OBJS variable for all object files
2008-10-25 mruRemove unused SRCS make variable
2008-09-26 diegoAdd support for passing a version string to configure...
2008-08-13 michael10000l, revert mistakely commited and unrelated hunk.
2008-08-13 michaelMove -D_ISOC9X_SOURCE to configure so its available...
2008-08-11 lorenmyasm buildsystem
2008-07-09 mruregenerate dependencies when building object files
2008-06-19 mruenable version.h to be created from subdirs
2008-06-16 diegoGenerate pkg-config files in each library subdirectory...
2008-05-26 mruRevert "Add version information to DLLs."
2008-05-25 ramiroAdd version information to DLLs.
2008-05-09 diegoRemove -I flags pointing to local paths, they are no...
2008-04-18 mrufix make tests in subdirs
2008-04-16 mrufix building of test programs (make tests)
2008-04-14 diegoAdd DIRS variable to the list of variables to be cleare...
2008-04-13 diegoClear DIRS variable in common.mak, so it does not have...
2008-04-13 diegoRemove all dependency files on distclean.
2008-04-13 diegoGenerate the list of files to clean in subdirectories...
2008-04-13 diegoSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUF...
2008-04-09 mrumove DEP_LIBS to common.mak
2008-04-09 mrugenerate separate dependency files per object file
2008-04-07 mrureplace some ifeq with prettier ifdef
2008-04-07 mruappend TESTS-yes to TESTS; one ifeq less
2008-04-07 mrunon-recursive makefiles
2008-03-28 diegobandaid fix for broken shared library installation
2008-03-28 diegoFix circular dependency between install-progs and insta...
2008-03-27 mmu_manFix building with C++ objects, variable names were...
2008-03-26 diegoUse common.mak in the top-level Makefile as well.
2008-03-15 mrurename LIBSRC to SRC_DIR, add quotes where SRC_DIR...
2008-03-12 diegoMove dependency generation commands into configure.
2008-03-10 diegoReplace the awkward '1>' with the more natural '>'.
2008-03-09 diegoWork around gcc stupidity: With -MM gcc outputs just...
2008-03-07 mrusimplify library version handling
2008-03-06 mruconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-05 mruallow vpath search only for source files
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-01-27 diegoMove common test program infrastructure to common.mak.
2007-12-05 diegoOS/2 support restored in cleaner form.
2007-10-30 diegoDeclare libpostproc prerequisites directly instead...
2007-10-23 diegoSimplify install-libs prerequisite generation.
2007-10-18 diegoRename LIB to LIBNAME for consistency.
2007-10-17 diegoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-09-15 diegoln is not available on all platforms, so introduce...
2007-07-21 diegocosmetics: Use uppercase names for installation directo...
2007-07-19 ramiroRemove EXTRADEPS from common.mak since it is no longer...
2007-06-17 mruadd "checkheaders" target
2007-06-10 diegoWe do not create .d files, thus no need to remove them.
2007-06-10 diegoMove libpostproc-specific uninstallation command to...
2007-06-03 diegoreadability cosmetics
2007-04-03 diegoAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-02-23 diegoSimplify .depend file inclusion.
2007-01-25 diegoRemove installstrip in favor of explicit strip; better...
2007-01-25 diegoMove conditional CFLAGS and OBJS setting to common...
2007-01-21 diegoRemove BeOS hack.
2006-12-22 diegoInstall generated .lib files in shlibdir on MinGW.
2006-11-25 diegoRemove redundant comment.
2006-11-15 diegoRemove duplicate *.lib from rm command.
2006-11-08 mruallow spaces in source and build directory names
2006-10-15 diegoRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-11 diegoMove CFLAGS handling to common.mak.
2006-10-08 diegoQuote names individually, since otherwise the whole...
2006-10-05 diegoSimplify test program build.
2006-10-04 diegoLibraries are created in the build tree, not in the...
2006-10-04 diegoReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-03 diegoMove EXTRALIBS handling to common.mak.
2006-10-03 diegodepend and dep are really the same target.
2006-10-03 diegoMark all phony targets as such.
2006-08-15 diegoMac OS X requires running ranlib on static libraries...
next