X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=d897cc1feba556e448ab11289db0539e2fcc657c;hb=86aa9bdd85243207bbd7e888d73c2b865d805265;hp=fb746acc6f1849278bc087c0654b8bcde08c8741;hpb=60ca0807c066028fb144aea33da8e1f9cc94338e;p=retroray diff --git a/GNUmakefile b/GNUmakefile index fb746ac..d897cc1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,6 +9,9 @@ build_dbg ?= true gawsrc_gl = src/gaw/gaw_gl.c gawsrc_sw = src/gaw/gaw_sw.c src/gaw/gawswtnl.c src/gaw/polyfill.c src/gaw/polyclip.c +gawdef_gl = -DGFX_GL +gawdef_sw = -DGFX_SW + src = $(wildcard src/*.c) $(wildcard src/modern/*.c) $(gawsrc_$(build_gfx)) obj = $(src:.c=.o) dep = $(src:.c=.d) @@ -17,7 +20,7 @@ bin = retroray warn = -pedantic -Wall dbg = -g #opt = -O3 -def = -DMINIGLUT_USE_LIBC +def = -DMINIGLUT_USE_LIBC $(gawdef_$(build_gfx)) inc = -Isrc -Isrc/modern -Ilibs -Ilibs/imago/src -Ilibs/treestor/include -Ilibs/drawtext libs = libs/unix/imago.a libs/unix/treestor.a libs/unix/drawtext.a