Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -1/+1 |
| | | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -5/+5 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul | 2006-06-26 | 1 | -1/+1 |
| | | | | Probably need to fix the install destinations too... | ||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -0/+5 |
| | |||||
* | Use X11_INCLUDES config macro instead of | Jerome Glisse | 2006-01-02 | 1 | -1/+1 |
| | | | | hardcoded path in makefile. | ||||
* | Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will | Ian Romanick | 2005-07-26 | 1 | -1/+1 |
| | | | | work again. | ||||
* | Added -linker option to mklib, used to specify a particular program for | Brian Paul | 2005-07-25 | 1 | -2/+3 |
| | | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars. | ||||
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | Put quotes around the CC and CXX variables passed to mklib. This make | Ian Romanick | 2005-01-11 | 1 | -1/+1 |
| | | | | them work with multi-work compiler names (e.g., "ccache gcc"). | ||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | 2004-06-25 | 1 | -1/+1 |
| | | | | | | the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler. | ||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -1/+2 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | use MKDEP var | Brian Paul | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -0/+2 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -1/+48 |
| | |||||
* | just include Makefile.X11 | Brian Paul | 1999-12-15 | 1 | -59/+1 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+59 |