New bin/minstall script - a minimal replacement for 'install'.

Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
This commit is contained in:
Brian Paul
2006-10-19 20:09:05 +00:00
parent c351858de8
commit 464fcd0dd8
9 changed files with 97 additions and 13 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ install:
$(INSTALL) -d $(INSTALL_DIR)/include/GL
$(INSTALL) -d $(INSTALL_DIR)/$(LIB_DIR)
$(INSTALL) -m 644 $(TOP)/include/GL/glut.h $(INSTALL_DIR)/include/GL
$(COPY_LIBS) $(TOP)/$(LIB_DIR)/libglut* $(INSTALL_DIR)/$(LIB_DIR)
$(INSTALL) $(TOP)/$(LIB_DIR)/libglut* $(INSTALL_DIR)/$(LIB_DIR)
# Run 'make -f Makefile.solo dep' to update the dependencies if you change
# what's included by any source file.