From cefa2eab89a7f7a6fe8c7b553ca481c77d7048bb Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 5 Jun 2001 20:38:12 +0000 Subject: [PATCH] rename srcs --- panda/src/graph/Sources.pp | 4 ++-- panda/src/graph/{composite1.cxx => graph_composite1.cxx} | 0 panda/src/graph/{composite2.cxx => graph_composite2.cxx} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename panda/src/graph/{composite1.cxx => graph_composite1.cxx} (100%) rename panda/src/graph/{composite2.cxx => graph_composite2.cxx} (100%) diff --git a/panda/src/graph/Sources.pp b/panda/src/graph/Sources.pp index 3f8bb936f2..8bc596c1d8 100644 --- a/panda/src/graph/Sources.pp +++ b/panda/src/graph/Sources.pp @@ -6,7 +6,7 @@ #define LOCAL_LIBS \ pstatclient putil mathutil - #define COMBINED_SOURCES composite1.cxx composite2.cxx + #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx #define SOURCES \ allAttributesWrapper.I allAttributesWrapper.T \ @@ -44,7 +44,7 @@ setTransitionHelpers.h transitionDirection.h \ traverserVisitor.T traverserVisitor.h vector_PT_Node.h \ vector_PT_NodeRelation.h vector_NodeRelation_star.h wrt.I \ - wrt.h $[COMBINED_SOURCES] + wrt.h #define INCLUDED_SOURCES \ allAttributesWrapper.cxx allTransitionsWrapper.cxx \ diff --git a/panda/src/graph/composite1.cxx b/panda/src/graph/graph_composite1.cxx similarity index 100% rename from panda/src/graph/composite1.cxx rename to panda/src/graph/graph_composite1.cxx diff --git a/panda/src/graph/composite2.cxx b/panda/src/graph/graph_composite2.cxx similarity index 100% rename from panda/src/graph/composite2.cxx rename to panda/src/graph/graph_composite2.cxx