mirror of
https://github.com/nigels-com/glew.git
synced 2026-01-06 14:23:17 +00:00
Makefile: install and uninstall targets handle eglew.h (via Fedora)
This commit is contained in:
parent
adcd37e425
commit
1dff0d09eb
2
Makefile
2
Makefile
@ -232,6 +232,7 @@ install.bin: glew.bin
|
||||
|
||||
install.include:
|
||||
$(INSTALL) -d -m 0755 "$(DESTDIR)$(INCDIR)"
|
||||
$(INSTALL) -m 0644 include/GL/eglew.h "$(DESTDIR)$(INCDIR)/"
|
||||
$(INSTALL) -m 0644 include/GL/wglew.h "$(DESTDIR)$(INCDIR)/"
|
||||
$(INSTALL) -m 0644 include/GL/glew.h "$(DESTDIR)$(INCDIR)/"
|
||||
$(INSTALL) -m 0644 include/GL/glxew.h "$(DESTDIR)$(INCDIR)/"
|
||||
@ -243,6 +244,7 @@ install.pkgconfig: glew.pc
|
||||
$(INSTALL) -m 0644 glew.pc "$(DESTDIR)$(PKGDIR)/"
|
||||
|
||||
uninstall:
|
||||
$(RM) "$(DESTDIR)$(INCDIR)/eglew.h"
|
||||
$(RM) "$(DESTDIR)$(INCDIR)/wglew.h"
|
||||
$(RM) "$(DESTDIR)$(INCDIR)/glew.h"
|
||||
$(RM) "$(DESTDIR)$(INCDIR)/glxew.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user