1 # progs/redbook/Makefile
4 include $(TOP
)/configs
/current
6 INCDIR
= $(TOP
)/include
8 LIB_DEP
= $(TOP
)/$(LIB_DIR
)/$(GL_LIB_NAME
) $(TOP
)/$(LIB_DIR
)/$(GLU_LIB_NAME
) $(TOP
)/$(LIB_DIR
)/$(GLUT_LIB_NAME
)
10 LIBS
= -L
$(TOP
)/$(LIB_DIR
) -l
$(GLUT_LIB
) -l
$(GLU_LIB
) -l
$(GL_LIB
) $(APP_LIB_DEPS
)
12 PROGS
= aaindex aapoly aargb accanti accpersp alpha alpha3D anti \
13 bezcurve bezmesh checker clip colormat cube depthcue dof \
14 double drawf feedback fog fogindex font hello image light \
15 lines list material mipmap model movelight nurbs pickdepth \
16 picksquare plane planet polyoff polys quadric robot sccolorlight \
17 scene scenebamb sceneflat select smooth stencil stroke surface \
18 teaambient teapots tess tesswind texbind texgen texprox texsub \
19 texturesurf torus trim unproject varray wrap
29 $(CC
) -I
$(INCDIR
) $(CFLAGS
) $(LDFLAGS
) $< $(LIBS
) -o
$@