|
|
@@ -3,13 +3,18 @@
|
|
|
|
|
|
#begin lib_target
|
|
|
#define TARGET effects
|
|
|
+
|
|
|
#define LOCAL_LIBS \
|
|
|
display sgraph graph sgraphutil sgattrib gobj putil gsgbase linmath \
|
|
|
mathutil switchnode
|
|
|
+
|
|
|
+ #define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
|
|
#define SOURCES \
|
|
|
- config_effects.cxx config_effects.h lensFlareNode.I \
|
|
|
- lensFlareNode.cxx lensFlareNode.h
|
|
|
+ config_effects.h lensFlareNode.I lensFlareNode.h
|
|
|
+
|
|
|
+ #define INCLUDED_SOURCES \
|
|
|
+ config_effects.cxx lensFlareNode.cxx
|
|
|
|
|
|
#define INSTALL_HEADERS \
|
|
|
config_effects.h lensFlareNode.I lensFlareNode.h
|