From 3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 28 Apr 2008 02:13:31 +0000 Subject: * configure.ac.pamphlet: Check from uint8_t. * config/openaxiom-c-macros.h.in: Rename from config/axiom-c-macros.h.in. * src: Propagate change. --- src/graph/view3D/buttons3d.c | 2 +- src/graph/view3D/closeView3d.c | 2 +- src/graph/view3D/component3d.c | 2 +- src/graph/view3D/control3d.c | 2 +- src/graph/view3D/illuminate3d.c | 2 +- src/graph/view3D/lightbut3d.c | 2 +- src/graph/view3D/lighting3d.c | 2 +- src/graph/view3D/main3d.c | 2 +- src/graph/view3D/mesh3d.c | 2 +- src/graph/view3D/msort3d.c | 2 +- src/graph/view3D/pot3d.c | 2 +- src/graph/view3D/process3d.c | 2 +- src/graph/view3D/project3d.c | 2 +- src/graph/view3D/quit3d.c | 2 +- src/graph/view3D/quitbut3d.c | 2 +- src/graph/view3D/save3d.c | 2 +- src/graph/view3D/savebut3d.c | 2 +- src/graph/view3D/smoothShade3d.c | 2 +- src/graph/view3D/spadAction3d.c | 2 +- src/graph/view3D/stuff3d.c | 2 +- src/graph/view3D/surface3d.c | 2 +- src/graph/view3D/testcol.c | 2 +- src/graph/view3D/transform3d.c | 2 +- src/graph/view3D/viewport3d.c | 2 +- src/graph/view3D/volume3d.c | 2 +- src/graph/view3D/write3d.c | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src/graph/view3D') diff --git a/src/graph/view3D/buttons3d.c b/src/graph/view3D/buttons3d.c index 56d52584..d96031b9 100644 --- a/src/graph/view3D/buttons3d.c +++ b/src/graph/view3D/buttons3d.c @@ -34,7 +34,7 @@ */ #define _BUTTONS3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "cpanel.h" diff --git a/src/graph/view3D/closeView3d.c b/src/graph/view3D/closeView3d.c index c4b55185..14c64110 100644 --- a/src/graph/view3D/closeView3d.c +++ b/src/graph/view3D/closeView3d.c @@ -34,7 +34,7 @@ */ #define _CLOSEVIEW3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include "header.h" diff --git a/src/graph/view3D/component3d.c b/src/graph/view3D/component3d.c index 2b361295..24985144 100644 --- a/src/graph/view3D/component3d.c +++ b/src/graph/view3D/component3d.c @@ -34,7 +34,7 @@ */ #define _COMPONENT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "draw.h" diff --git a/src/graph/view3D/control3d.c b/src/graph/view3D/control3d.c index a2a693cb..6178cd27 100644 --- a/src/graph/view3D/control3d.c +++ b/src/graph/view3D/control3d.c @@ -34,7 +34,7 @@ */ #define _CONTROL3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/illuminate3d.c b/src/graph/view3D/illuminate3d.c index bb47a9ee..323e5916 100644 --- a/src/graph/view3D/illuminate3d.c +++ b/src/graph/view3D/illuminate3d.c @@ -34,7 +34,7 @@ */ #define _ILLUMINATE3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include diff --git a/src/graph/view3D/lightbut3d.c b/src/graph/view3D/lightbut3d.c index 3ff3a931..b15b14da 100644 --- a/src/graph/view3D/lightbut3d.c +++ b/src/graph/view3D/lightbut3d.c @@ -34,7 +34,7 @@ */ #define _LIGHTBUT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "cpanel.h" diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c index b3432c5f..a6317f53 100644 --- a/src/graph/view3D/lighting3d.c +++ b/src/graph/view3D/lighting3d.c @@ -34,7 +34,7 @@ */ #define _LIGHTING3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/main3d.c b/src/graph/view3D/main3d.c index 313e9040..8421e35f 100644 --- a/src/graph/view3D/main3d.c +++ b/src/graph/view3D/main3d.c @@ -34,7 +34,7 @@ */ #define _MAIN3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/mesh3d.c b/src/graph/view3D/mesh3d.c index 41af7277..716cebeb 100644 --- a/src/graph/view3D/mesh3d.c +++ b/src/graph/view3D/mesh3d.c @@ -34,7 +34,7 @@ */ #define _MESH3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include diff --git a/src/graph/view3D/msort3d.c b/src/graph/view3D/msort3d.c index 792196a8..f034fe2d 100644 --- a/src/graph/view3D/msort3d.c +++ b/src/graph/view3D/msort3d.c @@ -34,7 +34,7 @@ */ #define _MSORT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" /***************************************************** diff --git a/src/graph/view3D/pot3d.c b/src/graph/view3D/pot3d.c index cdd52799..0e519313 100644 --- a/src/graph/view3D/pot3d.c +++ b/src/graph/view3D/pot3d.c @@ -34,7 +34,7 @@ */ #define _POT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "all_3d.H1" diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c index df52259d..211760ba 100644 --- a/src/graph/view3D/process3d.c +++ b/src/graph/view3D/process3d.c @@ -34,7 +34,7 @@ */ #define _PROCESS3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/project3d.c b/src/graph/view3D/project3d.c index 185eda45..f95d12d5 100644 --- a/src/graph/view3D/project3d.c +++ b/src/graph/view3D/project3d.c @@ -34,7 +34,7 @@ */ #define _PROJECT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include "header.h" diff --git a/src/graph/view3D/quit3d.c b/src/graph/view3D/quit3d.c index 27d0b6b0..bde9e329 100644 --- a/src/graph/view3D/quit3d.c +++ b/src/graph/view3D/quit3d.c @@ -34,7 +34,7 @@ */ #define _QUIT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include "header.h" diff --git a/src/graph/view3D/quitbut3d.c b/src/graph/view3D/quitbut3d.c index ca458386..448d80ed 100644 --- a/src/graph/view3D/quitbut3d.c +++ b/src/graph/view3D/quitbut3d.c @@ -34,7 +34,7 @@ */ #define _QUITBUT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "cpanel.h" diff --git a/src/graph/view3D/save3d.c b/src/graph/view3D/save3d.c index 23e85d54..5263f2e3 100644 --- a/src/graph/view3D/save3d.c +++ b/src/graph/view3D/save3d.c @@ -34,7 +34,7 @@ */ #define _SAVE3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/savebut3d.c b/src/graph/view3D/savebut3d.c index 241c2fab..d6e1e900 100644 --- a/src/graph/view3D/savebut3d.c +++ b/src/graph/view3D/savebut3d.c @@ -34,7 +34,7 @@ */ #define _SAVEBUT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" #include "cpanel.h" diff --git a/src/graph/view3D/smoothShade3d.c b/src/graph/view3D/smoothShade3d.c index a8ae6bb7..81b01bcb 100644 --- a/src/graph/view3D/smoothShade3d.c +++ b/src/graph/view3D/smoothShade3d.c @@ -34,7 +34,7 @@ */ #define _SMOOTHSHADE_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/spadAction3d.c b/src/graph/view3D/spadAction3d.c index 64530676..c9af638b 100644 --- a/src/graph/view3D/spadAction3d.c +++ b/src/graph/view3D/spadAction3d.c @@ -34,7 +34,7 @@ */ #define _SPADACTION3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/stuff3d.c b/src/graph/view3D/stuff3d.c index 9c3041da..8858be42 100644 --- a/src/graph/view3D/stuff3d.c +++ b/src/graph/view3D/stuff3d.c @@ -34,7 +34,7 @@ */ #define _STUFF3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" diff --git a/src/graph/view3D/surface3d.c b/src/graph/view3D/surface3d.c index b89bb6d6..be54efa7 100644 --- a/src/graph/view3D/surface3d.c +++ b/src/graph/view3D/surface3d.c @@ -34,7 +34,7 @@ */ #define _SURFACE3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/testcol.c b/src/graph/view3D/testcol.c index c783943f..9638ad69 100644 --- a/src/graph/view3D/testcol.c +++ b/src/graph/view3D/testcol.c @@ -34,7 +34,7 @@ */ #define _MAIN3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include #include diff --git a/src/graph/view3D/transform3d.c b/src/graph/view3D/transform3d.c index 52483c6a..4030e25c 100644 --- a/src/graph/view3D/transform3d.c +++ b/src/graph/view3D/transform3d.c @@ -34,7 +34,7 @@ */ #define _TRANSFORM3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "header.h" diff --git a/src/graph/view3D/viewport3d.c b/src/graph/view3D/viewport3d.c index 3b7482c2..67b19e34 100644 --- a/src/graph/view3D/viewport3d.c +++ b/src/graph/view3D/viewport3d.c @@ -34,7 +34,7 @@ */ #define _VIEWPORT3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/volume3d.c b/src/graph/view3D/volume3d.c index 841705c2..a94e518e 100644 --- a/src/graph/view3D/volume3d.c +++ b/src/graph/view3D/volume3d.c @@ -34,7 +34,7 @@ */ #define _VOLUME3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include diff --git a/src/graph/view3D/write3d.c b/src/graph/view3D/write3d.c index ee0711fb..caf3aab3 100644 --- a/src/graph/view3D/write3d.c +++ b/src/graph/view3D/write3d.c @@ -34,7 +34,7 @@ */ #define _WRITE3D_C -#include "axiom-c-macros.h" +#include "openaxiom-c-macros.h" #include #include -- cgit v1.2.3