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 = glu |
||
10 | |||
99 | giacomo | 11 | OBJS_PATH = $(BASE)/ports/mesa/src-glu/ |
56 | pj | 12 | |
13 | GLU = glu.o mipmap.o nurbs.o nurbsutl.o project.o tess.o\ |
||
14 | nurbscrv.o nurbssrf.o polytest.o quadric.o tesselat.o |
||
15 | |||
16 | OBJS = $(GLU) |
||
17 | |||
706 | giacomo | 18 | C_OPT += -I../../../drivers/linuxc26/include -I../include -I. -I.. |
56 | pj | 19 | |
20 | include $(BASE)/config/lib.mk |
||
21 |