| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |