Remove unused Imakefiles.
authorBrian <brian@nostromo.localnet.net>
Sat, 21 Apr 2007 01:18:13 +0000 (19:18 -0600)
committerBrian <brian@nostromo.localnet.net>
Sat, 21 Apr 2007 01:18:13 +0000 (19:18 -0600)
progs/redbook/Imakefile [deleted file]
progs/samples/Imakefile [deleted file]
src/mesa/main/Imakefile [deleted file]

diff --git a/progs/redbook/Imakefile b/progs/redbook/Imakefile
deleted file mode 100644 (file)
index ab3b6d7..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-LOCAL_LIBRARIES = $(XLIB) $(TOP)\lib\Mesaaux.a $(TOP)\lib\Mesaglu.a $(TOP)\lib\MesaGL.a\r
-\r
-INCLUDES = -I$(TOP)\include\r
-\r
-SRCS = accanti.c \\r
-       accnot.c \\r
-       accpersp.c \\r
-       accum.c \\r
-       aim.c \\r
-       alpha.c \\r
-       alpha3D.c \\r
-       anti.c \\r
-       antiindex.c \\r
-       antipindex.c \\r
-       antipoint.c \\r
-       antipoly.c \\r
-       bezcurve.c \\r
-       bezmesh.c \\r
-       bezsurf.c \\r
-       checker.c \\r
-       checker2.c \\r
-       chess.c \\r
-       clip.c \\r
-       colormat.c \\r
-       cone.c \\r
-       cube.c \\r
-       curve.c \\r
-       depthcue.c \\r
-       disk.c \\r
-       dof.c \\r
-       dofnot.c \\r
-       double.c \\r
-       drawf.c \\r
-       feedback.c \\r
-       fog.c \\r
-       fogindex.c \\r
-       font.c \\r
-       light.c \\r
-       linelist.c \\r
-       lines.c \\r
-       list.c \\r
-       list2.c \\r
-       maplight.c \\r
-       material.c \\r
-       mipmap.c \\r
-       model.c \\r
-       movelight.c \\r
-       nurbs.c \\r
-       pickdepth.c \\r
-       pickline.c \\r
-       picksquare.c \\r
-       plane.c \\r
-       planet.c \\r
-       planetup.c \\r
-       polys.c \\r
-       robot.c \\r
-       sccolorlight.c \\r
-       scene.c \\r
-       scenebamb.c \\r
-       sceneflat.c \\r
-       select.c \\r
-       simple.c \\r
-       smooth.c \\r
-       sphere.c \\r
-       stencil.c \\r
-       stroke.c \\r
-       surface.c \\r
-       tea.c \\r
-       teaambient.c \\r
-       teapots.c \\r
-       texgen.c \\r
-       texturesurf.c \\r
-       trim.c \\r
-       xfont.c\r
-\r
-PROGRAMS = ProgramTargetName(accanti) \\r
-       ProgramTargetName(accnot) \\r
-       ProgramTargetName(accpersp) \\r
-       ProgramTargetName(accum) \\r
-       ProgramTargetName(aim) \\r
-       ProgramTargetName(alpha) \\r
-       ProgramTargetName(alpha3D) \\r
-       ProgramTargetName(anti) \\r
-       ProgramTargetName(antiindex) \\r
-       ProgramTargetName(antipindex) \\r
-       ProgramTargetName(antipoint) \\r
-       ProgramTargetName(antipoly) \\r
-       ProgramTargetName(bezcurve) \\r
-       ProgramTargetName(bezmesh) \\r
-       ProgramTargetName(bezsurf) \\r
-       ProgramTargetName(checker) \\r
-       ProgramTargetName(checker2) \\r
-       ProgramTargetName(chess) \\r
-       ProgramTargetName(clip) \\r
-       ProgramTargetName(colormat) \\r
-       ProgramTargetName(cone) \\r
-       ProgramTargetName(cube) \\r
-       ProgramTargetName(curve) \\r
-       ProgramTargetName(depthcue) \\r
-       ProgramTargetName(disk) \\r
-       ProgramTargetName(dof) \\r
-       ProgramTargetName(dofnot) \\r
-       ProgramTargetName(double) \\r
-       ProgramTargetName(drawf) \\r
-       ProgramTargetName(feedback) \\r
-       ProgramTargetName(fog) \\r
-       ProgramTargetName(fogindex) \\r
-       ProgramTargetName(font) \\r
-       ProgramTargetName(light) \\r
-       ProgramTargetName(linelist) \\r
-       ProgramTargetName(lines) \\r
-       ProgramTargetName(list) \\r
-       ProgramTargetName(list2) \\r
-       ProgramTargetName(maplight) \\r
-       ProgramTargetName(material) \\r
-       ProgramTargetName(mipmap) \\r
-       ProgramTargetName(model) \\r
-       ProgramTargetName(movelight) \\r
-       ProgramTargetName(nurbs) \\r
-       ProgramTargetName(pickdepth) \\r
-       ProgramTargetName(pickline) \\r
-       ProgramTargetName(picksquare) \\r
-       ProgramTargetName(plane) \\r
-       ProgramTargetName(planet) \\r
-       ProgramTargetName(planetup) \\r
-       ProgramTargetName(polys) \\r
-       ProgramTargetName(robot) \\r
-       ProgramTargetName(sccolorlight) \\r
-       ProgramTargetName(scene) \\r
-       ProgramTargetName(scenebamb) \\r
-       ProgramTargetName(sceneflat) \\r
-       ProgramTargetName(select) \\r
-       ProgramTargetName(simple) \\r
-       ProgramTargetName(smooth) \\r
-       ProgramTargetName(sphere) \\r
-       ProgramTargetName(stencil) \\r
-       ProgramTargetName(stroke) \\r
-       ProgramTargetName(surface) \\r
-       ProgramTargetName(tea) \\r
-       ProgramTargetName(teaambient) \\r
-       ProgramTargetName(teapots) \\r
-       ProgramTargetName(texgen) \\r
-       ProgramTargetName(texturesurf) \\r
-       ProgramTargetName(trim) \\r
-       ProgramTargetName(xfont)\r
-\r
-AllTarget($(PROGRAMS))\r
-\r
-NormalProgramTarget(accanti,accanti.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(accnot,accnot.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(accpersp,accpersp.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(accum,accum.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(aim,aim.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(alpha,alpha.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(alpha3D,alpha3D.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(anti,anti.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(antiindex,antiindex.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(antipindex,antipindex.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(antipoint,antipoint.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(antipoly,antipoly.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(bezcurve,bezcurve.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(bezmesh,bezmesh.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(bezsurf,bezsurf.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(checker,checker.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(checker2,checker2.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(chess,chess.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(clip,clip.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(colormat,colormat.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(cone,cone.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(cube,cube.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(curve,curve.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(depthcue,depthcue.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(disk,disk.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(dof,dof.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(dofnot,dofnot.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(double,double.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(drawf,drawf.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(feedback,feedback.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(fog,fog.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(fogindex,fogindex.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(font,font.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(light,light.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(linelist,linelist.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(lines,lines.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(list,list.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(list2,list2.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(maplight,maplight.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(material,material.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(mipmap,mipmap.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(model,model.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(movelight,movelight.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(nurbs,nurbs.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(pickdepth,pickdepth.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(pickline,pickline.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(picksquare,picksquare.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(plane,plane.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(planet,planet.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(planetup,planetup.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(polys,polys.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(robot,robot.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(sccolorlight,sccolorlight.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(scene,scene.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(scenebamb,scenebamb.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(sceneflat,sceneflat.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(select,select.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(simple,simple.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(smooth,smooth.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(sphere,sphere.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(stencil,stencil.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(stroke,stroke.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(surface,surface.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(tea,tea.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(teaambient,teaambient.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(teapots,teapots.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(texgen,texgen.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(texturesurf,texturesurf.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(trim,trim.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(xfont,xfont.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-\r
-DependTarget()\r
\r
diff --git a/progs/samples/Imakefile b/progs/samples/Imakefile
deleted file mode 100644 (file)
index 948a978..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-LOCAL_LIBRARIES = $(XLIB) $(TOP)\lib\glut.a $(TOP)\lib\Mesaglu.a $(TOP)\lib\MesaGL.a\r
-\r
-INCLUDES = -I$(TOP)\include\r
-\r
-SRCS = accum.c \\r
-      bitmap1.c \\r
-      bitmap2.c \\r
-      blendeq.c \\r
-      blendxor.c \\r
-      copy.c \\r
-      cursor.c \\r
-      depth.c \\r
-      eval.c \\r
-      fog.c \\r
-      font.c \\r
-      line.c \\r
-      logo.c \\r
-      nurb.c \\r
-      oglinfo.c \\r
-      olympic.c \\r
-      overlay.c \\r
-      point.c \\r
-      prim.c \\r
-      quad.c \\r
-      select.c \\r
-      shape.c \\r
-      speed.c \\r
-      sphere.c \\r
-      star.c \\r
-      stencil.c \\r
-      stretch.c \\r
-      texture.c \\r
-      tri.c \\r
-      wave.c\r
-\r
-PROGRAMS = ProgramTargetName(accum) \\r
-      ProgramTargetName(bitmap1) \\r
-      ProgramTargetName(bitmap2) \\r
-      ProgramTargetName(blendeq) \\r
-      ProgramTargetName(blendxor) \\r
-      ProgramTargetName(copy) \\r
-      ProgramTargetName(cursor) \\r
-      ProgramTargetName(depth) \\r
-      ProgramTargetName(eval) \\r
-      ProgramTargetName(fog) \\r
-      ProgramTargetName(font) \\r
-      ProgramTargetName(line) \\r
-      ProgramTargetName(logo) \\r
-      ProgramTargetName(nurb) \\r
-      ProgramTargetName(oglinfo) \\r
-      ProgramTargetName(olympic) \\r
-      ProgramTargetName(overlay) \\r
-      ProgramTargetName(point) \\r
-      ProgramTargetName(prim) \\r
-      ProgramTargetName(quad) \\r
-      ProgramTargetName(select) \\r
-      ProgramTargetName(shape) \\r
-      ProgramTargetName(speed) \\r
-      ProgramTargetName(sphere) \\r
-      ProgramTargetName(star) \\r
-      ProgramTargetName(stencil) \\r
-      ProgramTargetName(stretch) \\r
-      ProgramTargetName(texture) \\r
-      ProgramTargetName(tri) \\r
-      ProgramTargetName(wave)\r
-\r
-AllTarget($(PROGRAMS))\r
-\r
-NormalProgramTarget(accum,accum.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(bitmap1,bitmap1.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(bitmap2,bitmap2.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(blendeq,blendeq.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(blendxor,blendxor.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(copy,copy.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(cursor,cursor.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(depth,depth.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(eval,eval.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(fog,fog.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(font,font.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(line,line.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(logo,logo.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(nurb,nurb.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(oglinfo,oglinfo.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(olympic,olympic.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(overlay,overlay.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(point,point.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(prim,prim.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(quad,quad.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(select,select.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(shape,shape.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(speed,speed.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(sphere,sphere.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(star,star.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(stencil,stencil.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(stretch,stretch.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(texture,texture.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(tri,tri.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-NormalProgramTarget(wave,wave.o,NullParameter,$(LOCAL_LIBRARIES),NullParameter)\r
-\r
-DependTarget()\r
\r
diff --git a/src/mesa/main/Imakefile b/src/mesa/main/Imakefile
deleted file mode 100644 (file)
index fe0658c..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-#define DoNormalLib NO\r
-#define DoSharedLib YES\r
-#define DoDebugLib NO\r
-#define DoProfileLib NO\r
-#define LibName MESAGL\r
-#define SoRev SOX11REV\r
-#define LibHeaders NO\r
-\r
-#include <Threads.tmpl>\r
-\r
-REQUIREDLIBS = $(X11ROOT)\\XFree86\\lib\\ Xext X11\r
-BUILDLIBDIR = $(TOP)\\lib\r
-\r
-INCLUDES = -I$(TOP)\\include\r
-\r
-SRCS = \\r
-accum.c \\r
-alpha.c \\r
-alphabuf.c \\r
-api1.c \\r
-api2.c \\r
-attrib.c \\r
-bitmap.c \\r
-blend.c \\r
-bresenhm.c \\r
-clip.c \\r
-context.c \\r
-copypix.c \\r
-dd.c \\r
-depth.c \\r
-draw.c \\r
-drawpix.c \\r
-enable.c \\r
-eval2.c \\r
-feedback.c \\r
-fog.c \\r
-fortran.c \\r
-get.c \\r
-hash.c \\r
-glx.c \\r
-interp.c \\r
-light.c \\r
-lines.c \\r
-list.c \\r
-logic.c \\r
-masking.c \\r
-misc.c \\r
-osmesa.c \\r
-pb.c \\r
-pixel.c \\r
-points.c \\r
-polygons.c \\r
-readpix.c \\r
-scissor.c \\r
-span.c \\r
-stencil.c \\r
-svgamesa.c \\r
-texture.c \\r
-varray.c \\r
-vb.c \\r
-vertex.c \\r
-xfonts.c \\r
-xform.c \\r
-xm_api.c \\r
-xm_dd.c \\r
-xm_line.c \\r
-xm_span.c \\r
-xm_tri.c\r
-\r
-OBJS = \\r
-accum.o \\r
-alpha.o \\r
-alphabuf.o \\r
-api1.o \\r
-api2.o \\r
-attrib.o \\r
-bitmap.o \\r
-blend.o \\r
-bresenhm.o \\r
-clip.o \\r
-context.o \\r
-copypix.o \\r
-dd.o \\r
-depth.o \\r
-draw.o \\r
-drawpix.o \\r
-enable.o \\r
-eval2.o \\r
-feedback.o \\r
-fog.o \\r
-fortran.o \\r
-get.o \\r
-hash.o \\r
-glx.o \\r
-interp.o \\r
-light.o \\r
-lines.o \\r
-list.o \\r
-logic.o \\r
-masking.o \\r
-misc.o \\r
-osmesa.o \\r
-pb.o \\r
-pixel.o \\r
-points.o \\r
-polygons.o \\r
-readpix.o \\r
-scissor.o \\r
-span.o \\r
-stencil.o \\r
-svgamesa.o \\r
-texture.o \\r
-varray.o \\r
-vb.o \\r
-vertex.o \\r
-xfonts.o \\r
-xform.o \\r
-xm_api.o \\r
-xm_dd.o \\r
-xm_line.o \\r
-xm_span.o \\r
-xm_tri.o\r
-\r
-LINTLIBS =\r
-\r
-#include <Library.tmpl>\r
-\r
-DependTarget()\r
-\r