OSDN Git Service

wavpack: Check error codes rather than working around error conditions.
[coroid/libav_saccubus.git] / common.mak
2008-04-07 Måns Rullgårdappend TESTS-yes to TESTS; one ifeq less
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-28 Diego Biurrunbandaid fix for broken shared library installation
2008-03-28 Diego BiurrunFix circular dependency between install-progs and insta...
2008-03-27 François RevolFix building with C++ objects, variable names were...
2008-03-26 Diego BiurrunUse common.mak in the top-level Makefile as well.
2008-03-15 Måns Rullgårdrename LIBSRC to SRC_DIR, add quotes where SRC_DIR...
2008-03-12 Diego BiurrunMove dependency generation commands into configure.
2008-03-10 Diego BiurrunReplace the awkward '1>' with the more natural '>'.
2008-03-09 Diego BiurrunWork around gcc stupidity: With -MM gcc outputs just...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-05 Måns Rullgårdallow vpath search only for source files
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-01-27 Diego BiurrunMove common test program infrastructure to common.mak.
2007-12-05 Dave YeoOS/2 support restored in cleaner form.
2007-10-30 Diego BiurrunDeclare libpostproc prerequisites directly instead...
2007-10-23 Diego BiurrunSimplify install-libs prerequisite generation.
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-17 Dave YeoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-09-15 Dave Yeoln is not available on all platforms, so introduce...
2007-07-21 Diego Biurruncosmetics: Use uppercase names for installation directo...
2007-07-19 Ramiro PollaRemove EXTRADEPS from common.mak since it is no longer...
2007-06-17 Måns Rullgårdadd "checkheaders" target
2007-06-10 Diego BiurrunWe do not create .d files, thus no need to remove them.
2007-06-10 Diego BiurrunMove libpostproc-specific uninstallation command to...
2007-06-03 Diego Biurrunreadability cosmetics
2007-04-03 Diego BiurrunAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-02-23 Diego BiurrunSimplify .depend file inclusion.
2007-01-25 Ramiro PollaRemove installstrip in favor of explicit strip; better...
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-21 Diego BiurrunRemove BeOS hack.
2006-12-22 Ramiro PollaInstall generated .lib files in shlibdir on MinGW.
2006-11-25 Diego BiurrunRemove redundant comment.
2006-11-15 Diego BiurrunRemove duplicate *.lib from rm command.
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-08 Víctor PaesaQuote names individually, since otherwise the whole...
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-04 Diego BiurrunLibraries are created in the build tree, not in the...
2006-10-04 Diego BiurrunReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-03 Diego Biurrundepend and dep are really the same target.
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-08-15 Diego BiurrunMac OS X requires running ranlib on static libraries...
2006-08-04 Diego BiurrunRemove MinGW specialcasing and make shared library...
2006-08-04 Diego BiurrunAdd quotes where necessary.
2006-08-03 Diego BiurrunShared libraries now go in $(shlibdir), not $(libdir).
2006-08-03 Diego BiurrunMove MinGW special casing for shared lib creation to...
2006-07-31 Diego Biurrunprettyprinting cosmetics
2006-07-31 Diego BiurrunCreate $(shlibdir), not $(libdir) for shared libs.
2006-07-15 Diego BiurrunCreate infrastructure to install shared and static...
2006-07-11 Diego BiurrunAlso remove versioned .so files on make clean.
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-10 Diego BiurrunMove gprof compiler flag handling to configure.
2006-07-10 Diego BiurrunMove MinGW LDFLAGS setting to configure.
2006-07-10 Diego BiurrunMove UltraSparc CFLAG addition to configure.
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-05-27 Diego BiurrunAdd a small comment about a part that should be in...
2006-05-18 Diego Biurrununinstallation support
2006-05-11 Måns RullgårdCreate shared libraries using versioned filenames and...
2006-04-27 Diego BiurrunAdd EXTRADEPS variable for extra dependencies that...
2006-02-27 Måns RullgårdSRCS must be set using := or things break when ASM_OBJS...
2006-02-19 Måns RullgårdCreate installation directories in the common install...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak