Age | Commit message (Expand) | Author |
2008-08-13 | 10000l, revert mistakely commited and unrelated hunk. | Michael Niedermayer |
2008-08-13 | Move -D_ISOC9X_SOURCE to configure so its available to all tests. | Michael Niedermayer |
2008-08-11 | yasm buildsystem | Loren Merritt |
2008-07-09 | regenerate dependencies when building object files | Måns Rullgård |
2008-06-19 | enable version.h to be created from subdirs | Måns Rullgård |
2008-06-16 | Generate pkg-config files in each library subdirectory so that they do | Diego Biurrun |
2008-05-26 | Revert "Add version information to DLLs." | Måns Rullgård |
2008-05-25 | Add version information to DLLs. | Jeremy Kolb |
2008-05-09 | Remove -I flags pointing to local paths, they are no longer necessary. | Diego Biurrun |
2008-04-18 | fix make tests in subdirs | Måns Rullgård |
2008-04-16 | fix building of test programs (make tests) | Måns Rullgård |
2008-04-14 | Add DIRS variable to the list of variables to be cleared instead of | Diego Biurrun |
2008-04-13 | Clear DIRS variable in common.mak, so it does not have to be cleared in | Diego Biurrun |
2008-04-13 | Remove all dependency files on distclean. | Diego Biurrun |
2008-04-13 | Generate the list of files to clean in subdirectories in common.mak. | Diego Biurrun |
2008-04-13 | Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES. | Diego Biurrun |
2008-04-09 | move DEP_LIBS to common.mak | Måns Rullgård |
2008-04-09 | generate separate dependency files per object file | Måns Rullgård |
2008-04-07 | replace some ifeq with prettier ifdef | Måns Rullgård |
2008-04-07 | append TESTS-yes to TESTS; one ifeq less | Måns Rullgård |
2008-04-07 | non-recursive makefiles | Måns Rullgård |
2008-03-28 | bandaid fix for broken shared library installation | Diego Biurrun |
2008-03-28 | Fix circular dependency between install-progs and install-libs targets. | Diego Biurrun |
2008-03-27 | Fix building with C++ objects, variable names were inconsistent. | François Revol |
2008-03-26 | Use common.mak in the top-level Makefile as well. | Diego Biurrun |
2008-03-15 | rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used | Måns Rullgård |
2008-03-12 | Move dependency generation commands into configure. | Diego Biurrun |
2008-03-10 | Replace the awkward '1>' with the more natural '>'. | Diego Biurrun |
2008-03-09 | Work around gcc stupidity: With -MM gcc outputs just the basename of files as | Diego Biurrun |
2008-03-07 | simplify library version handling | Måns Rullgård |
2008-03-06 | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård |
2008-03-05 | allow vpath search only for source files | Måns Rullgård |
2008-02-25 | Install headers in $prefix/include/$libname | Måns Rullgård |
2008-01-27 | Move common test program infrastructure to common.mak. | Diego Biurrun |
2007-12-05 | OS/2 support restored in cleaner form. | Dave Yeo |
2007-10-30 | Declare libpostproc prerequisites directly instead of using a layer of | Diego Biurrun |
2007-10-23 | Simplify install-libs prerequisite generation. | Diego Biurrun |
2007-10-18 | Rename LIB to LIBNAME for consistency. | Diego Biurrun |
2007-10-17 | Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via | Dave Yeo |
2007-09-15 | ln is not available on all platforms, so introduce a variable for it | Dave Yeo |
2007-07-21 | cosmetics: Use uppercase names for installation directories in makefiles. | Diego Biurrun |
2007-07-19 | Remove EXTRADEPS from common.mak since it is no longer used | Ramiro Polla |
2007-06-17 | add "checkheaders" target | Måns Rullgård |
2007-06-10 | We do not create .d files, thus no need to remove them. | Diego Biurrun |
2007-06-10 | Move libpostproc-specific uninstallation command to the libpostproc Makefile. | Diego Biurrun |
2007-06-03 | readability cosmetics | Diego Biurrun |
2007-04-03 | Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. | Diego Biurrun |
2007-02-23 | Simplify .depend file inclusion. | Diego Biurrun |
2007-01-25 | Remove installstrip in favor of explicit strip; better for cross-compilation. | Ramiro Polla |
2007-01-25 | Move conditional CFLAGS and OBJS setting to common place. | Diego Biurrun |