mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-26 16:41:57 +00:00
Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 15 17:45:44 GMT 2016
This commit is contained in:
commit
e6e5c08ff8
7
Makefile
7
Makefile
@ -98,7 +98,12 @@ LIB.OBJS := $(LIB.OBJS:.c=.o)
|
|||||||
LIB.SOBJS := $(addprefix tmp/$(SYSTEM)/default/shared/,$(LIB.SRCS.NAMES))
|
LIB.SOBJS := $(addprefix tmp/$(SYSTEM)/default/shared/,$(LIB.SRCS.NAMES))
|
||||||
LIB.SOBJS := $(LIB.SOBJS:.c=.o)
|
LIB.SOBJS := $(LIB.SOBJS:.c=.o)
|
||||||
|
|
||||||
glew.lib: lib lib/$(LIB.SHARED) lib/$(LIB.STATIC) glew.pc
|
glew.lib: glew.lib.shared glew.lib.static
|
||||||
|
|
||||||
|
glew.lib.shared: lib lib/$(LIB.SHARED) glew.pc
|
||||||
|
glew.lib.static: lib lib/$(LIB.STATIC) glew.pc
|
||||||
|
|
||||||
|
.PHONY: glew.lib glew.lib.shared glew.lib.static
|
||||||
|
|
||||||
lib:
|
lib:
|
||||||
mkdir lib
|
mkdir lib
|
||||||
|
@ -51,7 +51,7 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel
|
|||||||
$ sudo make install
|
$ sudo make install
|
||||||
$ make clean
|
$ make clean
|
||||||
|
|
||||||
Targets: `all, glew.lib, glew.bin, clean, install, uninstall`
|
Targets: `all, glew.lib (sub-targets: glew.lib.shared, glew.lib.static), glew.bin, clean, install, uninstall`
|
||||||
|
|
||||||
Variables: `SYSTEM=linux-clang, GLEW_DEST=/usr/local, STRIP=`
|
Variables: `SYSTEM=linux-clang, GLEW_DEST=/usr/local, STRIP=`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user