aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl_glsl/Makefile
blob: 62e349619aa86e24eeb4e531b3cc3e2c3cff36bc (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: all

all: x11argb_opengl_glsl x11argb_opengl_glsl3

x11argb_opengl_glsl: x11argb_opengl_glsl.c Makefile
	cc -std=c99 -g3 -o x11argb_opengl_glsl x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm

x11argb_opengl_glsl3: x11argb_opengl_glsl.c Makefile
	cc -std=c99 -g3 -o x11argb_opengl_glsl3 -D USE_GLX_CREATE_CONTEXT_ATTRIB  x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm