Keith Whitwell
90ee7a4144
Gutsy oopses on touch of existing file. Workaround.
2007-08-07 10:18:30 +01:00
Brian Paul
464fcd0dd8
New bin/minstall script - a minimal replacement for 'install'.
...
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
2006-10-19 20:09:05 +00:00
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
...
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
2006-07-13 02:50:27 +00:00
Brian Paul
78a6000cf2
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
...
Probably need to fix the install destinations too...
2006-06-26 15:34:21 +00:00
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
2006-06-22 22:50:48 +00:00
Jerome Glisse
31be39742b
Use X11_INCLUDES config macro instead of
...
hardcoded path in makefile.
2006-01-02 18:47:00 +00:00
Brian Paul
f525d3e139
fix GLAPI/extern problem (bug 4757)
2005-10-12 19:37:38 +00:00
Brian Paul
334f2d8077
GLw demo doesn't belong here
2005-08-23 14:50:02 +00:00
Ian Romanick
a08d8a095c
Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will
...
work again.
2005-07-26 05:55:56 +00:00
Brian Paul
8dcc6736ab
Added -linker option to mklib, used to specify a particular program for
...
linking, if relevant.
Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
2005-07-25 22:59:58 +00:00
Brian Paul
6f3d16c64a
assorted warning clean-ups for x86_64, etc (Mikko T.)
2005-05-07 17:06:49 +00:00
Adam Jackson
d084982240
Bug #2477 : Make GLU/GLw/glut build properly even with -fvisibility=hidden.
2005-02-08 05:46:53 +00:00
Ian Romanick
d24e49f301
Put quotes around the CC and CXX variables passed to mklib. This make
...
them work with multi-work compiler names (e.g., "ccache gcc").
2005-01-11 22:43:45 +00:00
Keith Whitwell
fc23672327
Improve the behaviour of the build system wrt depend files.
...
- 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.
2004-12-08 15:16:36 +00:00
Ian Romanick
9eecb03226
Make sure mklib sees the definition of CC and CXX. Make mklib respect
...
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.
2004-06-25 22:51:39 +00:00
Eric Anholt
2fb5d15ce3
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
...
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".
2004-06-01 00:06:14 +00:00
Brian Paul
362f1df210
obsolete
2004-04-22 00:42:38 +00:00
Brian Paul
f3b732f5e5
use MKDEP var
2004-04-08 22:40:57 +00:00
Brian Paul
3c5d58ccaf
shouldn't be in CVS
2004-04-03 15:17:43 +00:00
Brian Paul
46727c7496
Tweaks for make clean / realclean.
2004-03-26 20:31:05 +00:00
Brian Paul
de0ee3187c
New Makefile system
2004-03-26 15:19:11 +00:00
Brian Paul
77b47bb27b
re-order arguments to mklib
2004-03-25 21:17:48 +00:00
Brian Paul
b3b725b1e6
Assorted mklib tweaks.
...
Added Intel icc support to mklib.
2003-12-15 16:14:55 +00:00
Brian Paul
5fd77da4f6
improved 'clean' targets (Otto Solares)
2003-10-03 14:03:14 +00:00
Brian Paul
b953bebc25
updated old-style makefiles for new tree
2003-06-10 14:46:24 +00:00
Brian Paul
b7209b54f7
remove unused vars
2003-01-24 21:42:27 +00:00
Brian Paul
969e1ac233
fix for HPUX
2002-11-01 23:49:59 +00:00
Brian Paul
ad7e727024
more info about building for Motif
2002-01-25 16:05:31 +00:00
Brian Paul
2bc668d092
minor update
2002-01-21 21:21:22 +00:00
Brian Paul
4cc11a4fb3
added Motif info message
2000-06-15 18:46:09 +00:00
Brian Paul
70a9328de3
changed ATTRIBLIST_SIZE to 32
2000-05-18 18:34:23 +00:00
Brian Paul
9dd2747e5f
minor tweaks
2000-03-22 23:43:53 +00:00
Brian Paul
77e898629e
initial rev
1999-12-15 13:14:54 +00:00
Brian Paul
95b305cc97
just include Makefile.X11
1999-12-15 13:14:22 +00:00
jtg
afb833d4e8
Initial revision
1999-08-19 00:55:39 +00:00