Rev | Line | |
---|
[1] | 1 | |
---|
| 2 | LIB= TinyGL |
---|
| 3 | |
---|
| 4 | VPATH= $(SRCDIR)src |
---|
| 5 | |
---|
| 6 | SRCS= api.c arrays.c clear.c clip.c error.c get.c image_util.c init.c \ |
---|
| 7 | light.c list.c matrix.c memory.c misc.c msghandling.c oscontext.c \ |
---|
| 8 | select.c specbuf.c texture.c vertex.c zbuffer.c zdither.c \ |
---|
| 9 | zline.c zmath.c ztriangle.c |
---|
| 10 | |
---|
| 11 | ifdef TINYGL_USE_GLX |
---|
| 12 | SRCS+= glx.c |
---|
| 13 | endif |
---|
| 14 | ifdef TINYGL_USE_NANOX |
---|
| 15 | SRCS+= nglx.c |
---|
| 16 | endif |
---|
| 17 | |
---|
| 18 | INCFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)../dietlibc \ |
---|
| 19 | -I$(SRCDIR)../dietlibc/include -I$(SRCDIR)../libm/include |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | include $(SRCDIR)../lib.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.