revert to fix build break

This commit is contained in:
cxgeorge 2002-02-01 23:23:01 +00:00
parent 2018276a05
commit 684caae7f2

View File

@ -5,19 +5,14 @@
#define TARGET distort #define TARGET distort
#define LOCAL_LIBS \ #define LOCAL_LIBS \
sgraphutil sgraph sgattrib gobj linmath sgraphutil sgraph sgattrib gobj linmath
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES config_distort.h \ #define SOURCES \
projectionScreen.h projectionScreen.I \ config_distort.cxx config_distort.h \
cylindricalLens.h cylindricalLens.I \ cylindricalLens.cxx cylindricalLens.h cylindricalLens.I \
fisheyeLens.h fisheyeLens.I \ fisheyeLens.cxx fisheyeLens.h fisheyeLens.I \
nonlinearImager.h nonlinearImager.I \ nonlinearImager.cxx nonlinearImager.h nonlinearImager.I \
pSphereLens.h pSphereLens.I pSphereLens.cxx pSphereLens.h pSphereLens.I \
projectionScreen.cxx projectionScreen.h projectionScreen.I
#define INCLUDED_SOURCES \
config_distort.cxx cylindricalLens.cxx fisheyeLens.cxx nonlinearImager.cxx \
projectionScreen.cxx pSphereLens.cxx
#define INSTALL_HEADERS #define INSTALL_HEADERS