Rev 1618 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
56 | pj | 1 | # The Frame Buffer Device |
2 | |||
3 | ifndef BASE |
||
4 | BASE=../../.. |
||
5 | endif |
||
6 | |||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | LIBRARY = glut |
||
10 | |||
99 | giacomo | 11 | OBJS_PATH = $(BASE)/ports/mesa/src-glut.dos/ |
56 | pj | 12 | |
13 | GLUT = bitmap.o color.o globals.o models.o teapot.o\ |
||
14 | window.o callback.o init.o menu.o overlay.o state.o |
||
15 | |||
16 | OBJS = $(GLUT) |
||
17 | |||
706 | giacomo | 18 | C_OPT += -I../../../drivers/linuxc26/include -I../include -I. -I.. |
56 | pj | 19 | |
20 | include $(BASE)/config/lib.mk |
||
21 |