From e83d733ee595d57bbac80ee1604dbad423d52444 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 12 May 2010 21:26:22 -0400 Subject: [PATCH] Moving GLU sources into a Dependencies directory. --- {GLU => Dependencies/GLU}/dict-list.h | 0 {GLU => Dependencies/GLU}/dict.c | 0 {GLU => Dependencies/GLU}/dict.h | 0 {GLU => Dependencies/GLU}/geom.c | 0 {GLU => Dependencies/GLU}/geom.h | 0 {GLU => Dependencies/GLU}/gluos.h | 0 {GLU => Dependencies/GLU}/memalloc.c | 0 {GLU => Dependencies/GLU}/memalloc.h | 0 {GLU => Dependencies/GLU}/mesh.c | 0 {GLU => Dependencies/GLU}/mesh.h | 0 {GLU => Dependencies/GLU}/mipmap.c | 0 {GLU => Dependencies/GLU}/normal.c | 0 {GLU => Dependencies/GLU}/normal.h | 0 {GLU => Dependencies/GLU}/priorityq-heap.c | 0 {GLU => Dependencies/GLU}/priorityq-heap.h | 0 {GLU => Dependencies/GLU}/priorityq-sort.h | 0 {GLU => Dependencies/GLU}/priorityq.c | 0 {GLU => Dependencies/GLU}/priorityq.h | 0 {GLU => Dependencies/GLU}/render.c | 0 {GLU => Dependencies/GLU}/render.h | 0 {GLU => Dependencies/GLU}/sweep.c | 0 {GLU => Dependencies/GLU}/sweep.h | 0 {GLU => Dependencies/GLU}/tess.c | 0 {GLU => Dependencies/GLU}/tess.h | 0 {GLU => Dependencies/GLU}/tessmono.c | 0 {GLU => Dependencies/GLU}/tessmono.h | 0 {GLU => Dependencies/GLU}/util.c | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename {GLU => Dependencies/GLU}/dict-list.h (100%) rename {GLU => Dependencies/GLU}/dict.c (100%) rename {GLU => Dependencies/GLU}/dict.h (100%) rename {GLU => Dependencies/GLU}/geom.c (100%) rename {GLU => Dependencies/GLU}/geom.h (100%) rename {GLU => Dependencies/GLU}/gluos.h (100%) rename {GLU => Dependencies/GLU}/memalloc.c (100%) rename {GLU => Dependencies/GLU}/memalloc.h (100%) rename {GLU => Dependencies/GLU}/mesh.c (100%) rename {GLU => Dependencies/GLU}/mesh.h (100%) rename {GLU => Dependencies/GLU}/mipmap.c (100%) rename {GLU => Dependencies/GLU}/normal.c (100%) rename {GLU => Dependencies/GLU}/normal.h (100%) rename {GLU => Dependencies/GLU}/priorityq-heap.c (100%) rename {GLU => Dependencies/GLU}/priorityq-heap.h (100%) rename {GLU => Dependencies/GLU}/priorityq-sort.h (100%) rename {GLU => Dependencies/GLU}/priorityq.c (100%) rename {GLU => Dependencies/GLU}/priorityq.h (100%) rename {GLU => Dependencies/GLU}/render.c (100%) rename {GLU => Dependencies/GLU}/render.h (100%) rename {GLU => Dependencies/GLU}/sweep.c (100%) rename {GLU => Dependencies/GLU}/sweep.h (100%) rename {GLU => Dependencies/GLU}/tess.c (100%) rename {GLU => Dependencies/GLU}/tess.h (100%) rename {GLU => Dependencies/GLU}/tessmono.c (100%) rename {GLU => Dependencies/GLU}/tessmono.h (100%) rename {GLU => Dependencies/GLU}/util.c (100%) diff --git a/GLU/dict-list.h b/Dependencies/GLU/dict-list.h similarity index 100% rename from GLU/dict-list.h rename to Dependencies/GLU/dict-list.h diff --git a/GLU/dict.c b/Dependencies/GLU/dict.c similarity index 100% rename from GLU/dict.c rename to Dependencies/GLU/dict.c diff --git a/GLU/dict.h b/Dependencies/GLU/dict.h similarity index 100% rename from GLU/dict.h rename to Dependencies/GLU/dict.h diff --git a/GLU/geom.c b/Dependencies/GLU/geom.c similarity index 100% rename from GLU/geom.c rename to Dependencies/GLU/geom.c diff --git a/GLU/geom.h b/Dependencies/GLU/geom.h similarity index 100% rename from GLU/geom.h rename to Dependencies/GLU/geom.h diff --git a/GLU/gluos.h b/Dependencies/GLU/gluos.h similarity index 100% rename from GLU/gluos.h rename to Dependencies/GLU/gluos.h diff --git a/GLU/memalloc.c b/Dependencies/GLU/memalloc.c similarity index 100% rename from GLU/memalloc.c rename to Dependencies/GLU/memalloc.c diff --git a/GLU/memalloc.h b/Dependencies/GLU/memalloc.h similarity index 100% rename from GLU/memalloc.h rename to Dependencies/GLU/memalloc.h diff --git a/GLU/mesh.c b/Dependencies/GLU/mesh.c similarity index 100% rename from GLU/mesh.c rename to Dependencies/GLU/mesh.c diff --git a/GLU/mesh.h b/Dependencies/GLU/mesh.h similarity index 100% rename from GLU/mesh.h rename to Dependencies/GLU/mesh.h diff --git a/GLU/mipmap.c b/Dependencies/GLU/mipmap.c similarity index 100% rename from GLU/mipmap.c rename to Dependencies/GLU/mipmap.c diff --git a/GLU/normal.c b/Dependencies/GLU/normal.c similarity index 100% rename from GLU/normal.c rename to Dependencies/GLU/normal.c diff --git a/GLU/normal.h b/Dependencies/GLU/normal.h similarity index 100% rename from GLU/normal.h rename to Dependencies/GLU/normal.h diff --git a/GLU/priorityq-heap.c b/Dependencies/GLU/priorityq-heap.c similarity index 100% rename from GLU/priorityq-heap.c rename to Dependencies/GLU/priorityq-heap.c diff --git a/GLU/priorityq-heap.h b/Dependencies/GLU/priorityq-heap.h similarity index 100% rename from GLU/priorityq-heap.h rename to Dependencies/GLU/priorityq-heap.h diff --git a/GLU/priorityq-sort.h b/Dependencies/GLU/priorityq-sort.h similarity index 100% rename from GLU/priorityq-sort.h rename to Dependencies/GLU/priorityq-sort.h diff --git a/GLU/priorityq.c b/Dependencies/GLU/priorityq.c similarity index 100% rename from GLU/priorityq.c rename to Dependencies/GLU/priorityq.c diff --git a/GLU/priorityq.h b/Dependencies/GLU/priorityq.h similarity index 100% rename from GLU/priorityq.h rename to Dependencies/GLU/priorityq.h diff --git a/GLU/render.c b/Dependencies/GLU/render.c similarity index 100% rename from GLU/render.c rename to Dependencies/GLU/render.c diff --git a/GLU/render.h b/Dependencies/GLU/render.h similarity index 100% rename from GLU/render.h rename to Dependencies/GLU/render.h diff --git a/GLU/sweep.c b/Dependencies/GLU/sweep.c similarity index 100% rename from GLU/sweep.c rename to Dependencies/GLU/sweep.c diff --git a/GLU/sweep.h b/Dependencies/GLU/sweep.h similarity index 100% rename from GLU/sweep.h rename to Dependencies/GLU/sweep.h diff --git a/GLU/tess.c b/Dependencies/GLU/tess.c similarity index 100% rename from GLU/tess.c rename to Dependencies/GLU/tess.c diff --git a/GLU/tess.h b/Dependencies/GLU/tess.h similarity index 100% rename from GLU/tess.h rename to Dependencies/GLU/tess.h diff --git a/GLU/tessmono.c b/Dependencies/GLU/tessmono.c similarity index 100% rename from GLU/tessmono.c rename to Dependencies/GLU/tessmono.c diff --git a/GLU/tessmono.h b/Dependencies/GLU/tessmono.h similarity index 100% rename from GLU/tessmono.h rename to Dependencies/GLU/tessmono.h diff --git a/GLU/util.c b/Dependencies/GLU/util.c similarity index 100% rename from GLU/util.c rename to Dependencies/GLU/util.c -- 2.39.5