| Commit message (Expand) | Author | Age | Files | Lines |
* | move DEP_LIBS to common.mak | Måns Rullgård | 2008-04-09 | 1 | -0/+2 |
* | generate separate dependency files per object file | Måns Rullgård | 2008-04-09 | 1 | -6/+13 |
* | replace some ifeq with prettier ifdef | Måns Rullgård | 2008-04-07 | 1 | -1/+1 |
* | append TESTS-yes to TESTS; one ifeq less | Måns Rullgård | 2008-04-07 | 1 | -0/+1 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -86/+41 |
* | bandaid fix for broken shared library installation | Diego Biurrun | 2008-03-28 | 1 | -4/+4 |
* | Fix circular dependency between install-progs and install-libs targets. | Diego Biurrun | 2008-03-28 | 1 | -3/+3 |
* | Fix building with C++ objects, variable names were inconsistent. | François Revol | 2008-03-27 | 1 | -2/+2 |
* | Use common.mak in the top-level Makefile as well. | Diego Biurrun | 2008-03-26 | 1 | -4/+6 |
* | rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used | Måns Rullgård | 2008-03-15 | 1 | -8/+6 |
* | Move dependency generation commands into configure. | Diego Biurrun | 2008-03-12 | 1 | -2/+1 |
* | Replace the awkward '1>' with the more natural '>'. | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | Work around gcc stupidity: With -MM gcc outputs just the basename of files as | Diego Biurrun | 2008-03-09 | 1 | -1/+2 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -0/+3 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -1/+7 |
* | allow vpath search only for source files | Måns Rullgård | 2008-03-05 | 1 | -3/+8 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -3/+5 |
* | Move common test program infrastructure to common.mak. | Diego Biurrun | 2008-01-27 | 1 | -2/+7 |
* | OS/2 support restored in cleaner form. | Dave Yeo | 2007-12-05 | 1 | -1/+2 |
* | Declare libpostproc prerequisites directly instead of using a layer of | Diego Biurrun | 2007-10-30 | 1 | -4/+2 |
* | Simplify install-libs prerequisite generation. | Diego Biurrun | 2007-10-23 | 1 | -7/+3 |
* | Rename LIB to LIBNAME for consistency. | Diego Biurrun | 2007-10-18 | 1 | -6/+6 |
* | Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via | Dave Yeo | 2007-10-17 | 1 | -0/+1 |
* | ln is not available on all platforms, so introduce a variable for it | Dave Yeo | 2007-09-15 | 1 | -3/+3 |
* | cosmetics: Use uppercase names for installation directories in makefiles. | Diego Biurrun | 2007-07-21 | 1 | -17/+17 |
* | Remove EXTRADEPS from common.mak since it is no longer used | Ramiro Polla | 2007-07-19 | 1 | -1/+1 |
* | add "checkheaders" target | Måns Rullgård | 2007-06-17 | 1 | -1/+7 |
* | We do not create .d files, thus no need to remove them. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Move libpostproc-specific uninstallation command to the libpostproc Makefile. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | readability cosmetics | Diego Biurrun | 2007-06-03 | 1 | -0/+1 |
* | Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. | Diego Biurrun | 2007-04-03 | 1 | -0/+1 |
* | Simplify .depend file inclusion. | Diego Biurrun | 2007-02-23 | 1 | -3/+1 |
* | Remove installstrip in favor of explicit strip; better for cross-compilation. | Ramiro Polla | 2007-01-25 | 1 | -2/+2 |
* | Move conditional CFLAGS and OBJS setting to common place. | Diego Biurrun | 2007-01-25 | 1 | -0/+4 |
* | Remove BeOS hack. | Diego Biurrun | 2007-01-21 | 1 | -4/+0 |
* | Install generated .lib files in shlibdir on MinGW. | Ramiro Polla | 2006-12-22 | 1 | -0/+1 |
* | Remove redundant comment. | Diego Biurrun | 2006-11-25 | 1 | -3/+0 |
* | Remove duplicate *.lib from rm command. | Diego Biurrun | 2006-11-15 | 1 | -1/+1 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -3/+3 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -2/+0 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -0/+3 |
* | Quote names individually, since otherwise the whole list was understood | Víctor Paesa | 2006-10-08 | 1 | -1/+1 |
* | Simplify test program build. | Diego Biurrun | 2006-10-05 | 1 | -0/+3 |
* | Libraries are created in the build tree, not in the source tree. | Diego Biurrun | 2006-10-04 | 1 | -1/+1 |
* | Replace .. by $(SRC_PATH), otherwise there might be problems with | Diego Biurrun | 2006-10-04 | 1 | -1/+1 |
* | Move EXTRALIBS handling to common.mak. | Diego Biurrun | 2006-10-03 | 1 | -0/+2 |
* | depend and dep are really the same target. | Diego Biurrun | 2006-10-03 | 1 | -3/+1 |
* | Mark all phony targets as such. | Diego Biurrun | 2006-10-03 | 1 | -0/+2 |
* | Mac OS X requires running ranlib on static libraries after installation. | Diego Biurrun | 2006-08-15 | 1 | -0/+1 |
* | Remove MinGW specialcasing and make shared library installation compatible | Diego Biurrun | 2006-08-04 | 1 | -12/+4 |