| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add quotes where necessary. | Diego Biurrun | 2006-08-04 | 1 | -10/+10 |
* | Shared libraries now go in $(shlibdir), not $(libdir). | Diego Biurrun | 2006-08-03 | 1 | -3/+3 |
* | Move MinGW special casing for shared lib creation to configure. | Diego Biurrun | 2006-08-03 | 1 | -3/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2006-07-31 | 1 | -4/+4 |
* | Create $(shlibdir), not $(libdir) for shared libs. | Diego Biurrun | 2006-07-31 | 1 | -1/+1 |
* | Create infrastructure to install shared and static libs into different places. | Diego Biurrun | 2006-07-15 | 1 | -3/+3 |
* | Also remove versioned .so files on make clean. | Diego Biurrun | 2006-07-11 | 1 | -1/+1 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -3/+3 |
* | Move gprof compiler flag handling to configure. | Diego Biurrun | 2006-07-10 | 1 | -5/+0 |
* | Move MinGW LDFLAGS setting to configure. | Diego Biurrun | 2006-07-10 | 1 | -5/+0 |
* | Move UltraSparc CFLAG addition to configure. | Diego Biurrun | 2006-07-10 | 1 | -5/+0 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+1 |
* | Add a small comment about a part that should be in configure. | Diego Biurrun | 2006-05-27 | 1 | -0/+1 |
* | uninstallation support | Diego Biurrun | 2006-05-18 | 1 | -0/+16 |
* | Create shared libraries using versioned filenames and add -rpath-link | Måns Rullgård | 2006-05-11 | 1 | -1/+4 |
* | Add EXTRADEPS variable for extra dependencies that need to be built first. | Diego Biurrun | 2006-04-27 | 1 | -1/+1 |
* | SRCS must be set using := or things break when ASM_OBJS is added to OBJS | Måns Rullgård | 2006-02-27 | 1 | -1/+1 |
* | Create installation directories in the common install-* targets. | Måns Rullgård | 2006-02-19 | 1 | -0/+4 |
* | move common parts of makefiles into common.mak | Måns Rullgård | 2006-02-13 | 1 | -0/+97 |