X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=d897cc1feba556e448ab11289db0539e2fcc657c;hb=86aa9bdd85243207bbd7e888d73c2b865d805265;hp=9dbd84fade2654418862a7f39fe5f4cdfaee733b;hpb=176092843ec9bc851c73c842facf92ad48ab03cb;p=retroray diff --git a/GNUmakefile b/GNUmakefile index 9dbd84f..d897cc1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,15 +9,18 @@ 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) -bin = retrorend +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