Edit

IABSD.fr/xenocara/doc/gl-docs/GLU/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-08-07 21:10:35
    Hash : 173f611c
    Message : Native build system for gl-docs. Removes last dependency on imake in xenocara.

  • doc/gl-docs/GLU/Makefile
  • # $OpenBSD: Makefile,v 1.1 2012/08/07 21:10:35 matthieu Exp $
    
    X11BASE?= /usr/X11R6
    MANDIR?= ${X11BASE}/man/man
    
    MAN += gluBeginCurve.3 begincurve.3gl
    MAN += gluBeginPolygon.3 beginpolygon.3gl
    MAN += gluBeginSurface.3 beginsurface.3gl
    MAN += gluBeginTrim.3 begintrim.3gl
    MAN += gluBuild1DMipmaps.3 build1dmipmaps.3gl
    MAN += gluBuild2DMipmaps.3 build2dmipmaps.3gl
    MAN += gluCylinder.3 cylinder.3gl
    MAN += gluDeleteNurbsRenderer.3 deletenurbsrenderer.3gl
    MAN += gluDeleteQuadric.3 deletequadric.3gl
    MAN += gluDeleteTess.3 deletetess.3gl
    MAN += gluDisk.3 disk.3gl
    MAN += gluErrorString.3 errorstring.3gl
    MAN += gluGetNurbsProperty.3 getnurbsproperty.3gl
    MAN += gluGetString.3 getstring.3gl
    MAN += gluGetTessProperty.3 gettessproperty.3gl
    MAN += gluLoadSamplingMatrices.3 loadsamplingmatrices.3gl
    MAN += gluLookAt.3 lookat.3gl
    MAN += gluNewNurbsRenderer.3 newnurbsrenderer.3gl
    MAN += gluNewQuadric.3 newquadric.3gl
    MAN += gluNewTess.3 newtess.3gl
    MAN += gluNextContour.3 nextcontour.3gl
    MAN += gluNurbsCallback.3 nurbscallback.3gl
    MAN += gluNurbsCallbackDataEXT.3 nurbscallbackdataext.3gl
    MAN += gluNurbsCurve.3 nurbscurve.3gl
    MAN += gluNurbsProperty.3 nurbsproperty.3gl
    MAN += gluNurbsSurface.3 nurbssurface.3gl
    MAN += gluOrtho2D.3 ortho2d.3gl
    MAN += gluPartialDisk.3 partialdisk.3gl
    MAN += gluPerspective.3 perspective.3gl
    MAN += gluPickMatrix.3 pickmatrix.3gl
    MAN += gluProject.3 project.3gl
    MAN += gluPwlCurve.3 pwlcurve.3gl
    MAN += gluQuadricCallback.3 quadriccallback.3gl
    MAN += gluQuadricDrawStyle.3 quadricdrawstyle.3gl
    MAN += gluQuadricNormals.3 quadricnormals.3gl
    MAN += gluQuadricOrientation.3 quadricorientation.3gl
    MAN += gluQuadricTexture.3 quadrictexture.3gl
    MAN += gluScaleImage.3 scaleimage.3gl
    MAN += gluSphere.3 sphere.3gl
    MAN += gluTessBeginContour.3 tessbegincontour.3gl
    MAN += gluTessBeginPolygon.3 tessbeginpolygon.3gl
    MAN += gluTessCallback.3 tesscallback.3gl
    MAN += gluTessEndPolygon.3 tessendpolygon.3gl
    MAN += gluTessNormal.3 tessnormal.3gl
    MAN += gluTessProperty.3 tessproperty.3gl
    MAN += gluTessVertex.3 tessvertex.3gl
    MAN += gluUnProject.3 unproject.3gl
    
    
    LINKS += gluBeginCurve.3 gluEndCurve.3
    LINKS += gluBeginPolygon.3 gluEndPolygon.3
    LINKS += gluBeginSurface.3 gluEndSurface.3
    LINKS += gluBeginTrim.3 gluEndTrim.3
    LINKS += gluTessBeginContour.3 gluTessEndContour.3
    
    .include "../Makefile.inc"
    .include <bsd.xorg.mk>