From 52bfbb6935f59db74328ee7e23e7b5f2644233aa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 22 Jun 2006 22:50:48 +0000 Subject: New 'install' targets in makefile. See bug 2372. --- src/glut/glx/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile index 86920ab..49c775f 100644 --- a/src/glut/glx/Makefile +++ b/src/glut/glx/Makefile @@ -96,6 +96,13 @@ $(LIB_DIR)/$(GLUT_LIB_NAME): depend $(OBJECTS) $(GLUT_LIB_DEPS) $(OBJECTS) +install: + $(INSTALL) -d $(INSTALL_DIR)/include/GL + $(INSTALL) -d $(INSTALL_DIR)/lib + $(INSTALL) -m 644 $(TOP)/include/GL/glut.h $(INSTALL_DIR)/include/GL + $(COPY_LIBS) $(TOP)/lib/libglut* $(INSTALL_DIR)/lib + + clean: -rm -f *.o *~ -rm -f *.lo -- cgit v1.2.1