un-revert composite fix, now that it builds correctly

This commit is contained in:
David Rose 2002-02-02 00:43:17 +00:00
parent e7006e1327
commit 6816c37fa6

View File

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