Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston | |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-07-18 | autoconf: Support Motif widgets in GLw with --enable-motif | Dan Nicholson | |
Add an --enable-motif option, which will enable the Motif widgets in libGLw and link it with libXm. The Motif installation information will be gathered from the motif-config script (this comes with LessTif) or fallback to the standard autoconf checks. To allow the location of the Motif headers to be set from configure, the default setting of -I/usr/include/Motif1.2 has been moved into configs/default and then passed to the Makefile through the MOTIF_CFLAGS variable. | |||
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
2008-07-11 | Remove generated pkg-config files on `make clean' | Dan Nicholson | |
2008-07-06 | Set library and header installation directories from configuration | Dan Nicholson | |
Currently the installation directories for libraries and headers are resolved within the install commands. For instance, the libraries will be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility of the installation, such as when the libraries should be installed to a subdirectory like /usr/lib/tls. This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR) to define the locations that the libraries and headers are installed. For the static configs, this resolves exactly as before to $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they are derived directly from the --libdir and --includedir settings. | |||
2008-05-06 | Always cleanup the makedepend backup files | Dan Nicholson | |
Consistently cleanup the depend.bak files created by makedepend. Also, realclean has been changed to use a single find command, which speeds it up considerably. | |||
2008-04-09 | Add $(X11_INCLUDES) to shut makedepend up. | Hasso Tepper | |
2007-12-03 | Fix the library name in glw.pc | Dan Nicholson | |
Fix a copy and paste error s/GLU/GLw/ in glw.pc. | |||
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-12 | pkg-config support | Dan Nicholson | |
2007-09-12 | DESTDIR support. | Dan Nicholson | |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-06-26 | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul | |
Probably need to fix the install destinations too... | |||
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul | |
2006-01-02 | Use X11_INCLUDES config macro instead of | Jerome Glisse | |
hardcoded path in makefile. | |||
2005-10-12 | fix GLAPI/extern problem (bug 4757) | Brian Paul | |
2005-08-23 | GLw demo doesn't belong here | Brian Paul | |
2005-07-26 | Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will | Ian Romanick | |
work again. | |||
2005-07-25 | Added -linker option to mklib, used to specify a particular program for | Brian Paul | |
linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars. | |||
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | |
2005-02-08 | Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. | Adam Jackson | |
2005-01-11 | Put quotes around the CC and CXX variables passed to mklib. This make | Ian Romanick | |
them work with multi-work compiler names (e.g., "ccache gcc"). | |||
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | |
- 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-06-25 | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | |
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-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
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-04-22 | obsolete | Brian Paul | |
2004-04-08 | use MKDEP var | Brian Paul | |
2004-04-03 | shouldn't be in CVS | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |
2004-03-25 | re-order arguments to mklib | Brian Paul | |
2003-12-15 | Assorted mklib tweaks. | Brian Paul | |
Added Intel icc support to mklib. | |||
2003-10-03 | improved 'clean' targets (Otto Solares) | Brian Paul | |
2003-06-10 | updated old-style makefiles for new tree | Brian Paul | |
2003-01-24 | remove unused vars | Brian Paul | |
2002-11-01 | fix for HPUX | Brian Paul | |
2002-01-25 | more info about building for Motif | Brian Paul | |
2002-01-21 | minor update | Brian Paul | |
2000-06-15 | added Motif info message | Brian Paul | |
2000-05-18 | changed ATTRIBLIST_SIZE to 32 | Brian Paul | |
2000-03-22 | minor tweaks | Brian Paul | |
1999-12-15 | initial rev | Brian Paul | |
1999-12-15 | just include Makefile.X11 | Brian Paul | |
1999-08-19 | Initial revision | jtg | |