From 0e794a1bc6885cf569c3dc07b7fd56725aee2c2e 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/glw/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/glw') diff --git a/src/glw/Makefile b/src/glw/Makefile index e21cbbd405..af25f7dcbc 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -25,6 +25,11 @@ OBJECTS = $(GLW_SOURCES:.c=.o) default: $(LIB_DIR)/$(GLW_LIB_NAME) +install: + $(INSTALL) -d $(INSTALL_DIR)/include/GL + $(INSTALL) -d $(INSTALL_DIR)/lib + $(INSTALL) -m 644 *.h $(INSTALL_DIR)/include/GL + $(COPY_LIBS) $(TOP)/lib/libGLw.* $(INSTALL_DIR)/lib clean: -rm depend depend.bak -- cgit v1.2.3