From bbb5874d1eab35f10729bb84a29d72fd7ec6cc9c Mon Sep 17 00:00:00 2001 From: Owen Thompson Date: Tue, 23 Jun 2020 15:23:12 -0400 Subject: [PATCH] Renamed old pyImath files Signed-off-by: Owen Thompson --- IlmBase.pc.in => Imath.pc.in | 0 python/{PyIlmBase.pc.in => PyImath.pc.in} | 0 python/config/{PyIlmBaseConfig.h.in => PyImathConfig.h.in} | 0 ...lmBaseConfigInternal.h.in_cmake => PyImathConfigInternal.h.in} | 0 python/config/{PyIlmBaseSetup.cmake => PyImathSetup.cmake} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename IlmBase.pc.in => Imath.pc.in (100%) rename python/{PyIlmBase.pc.in => PyImath.pc.in} (100%) rename python/config/{PyIlmBaseConfig.h.in => PyImathConfig.h.in} (100%) rename python/config/{PyIlmBaseConfigInternal.h.in_cmake => PyImathConfigInternal.h.in} (100%) rename python/config/{PyIlmBaseSetup.cmake => PyImathSetup.cmake} (100%) diff --git a/IlmBase.pc.in b/Imath.pc.in similarity index 100% rename from IlmBase.pc.in rename to Imath.pc.in diff --git a/python/PyIlmBase.pc.in b/python/PyImath.pc.in similarity index 100% rename from python/PyIlmBase.pc.in rename to python/PyImath.pc.in diff --git a/python/config/PyIlmBaseConfig.h.in b/python/config/PyImathConfig.h.in similarity index 100% rename from python/config/PyIlmBaseConfig.h.in rename to python/config/PyImathConfig.h.in diff --git a/python/config/PyIlmBaseConfigInternal.h.in_cmake b/python/config/PyImathConfigInternal.h.in similarity index 100% rename from python/config/PyIlmBaseConfigInternal.h.in_cmake rename to python/config/PyImathConfigInternal.h.in diff --git a/python/config/PyIlmBaseSetup.cmake b/python/config/PyImathSetup.cmake similarity index 100% rename from python/config/PyIlmBaseSetup.cmake rename to python/config/PyImathSetup.cmake