use combined srcs
This commit is contained in:
parent
c3f9950532
commit
91d451fb2c
|
|
@ -6,15 +6,20 @@
|
|||
#define LOCAL_LIBS \
|
||||
putil display graph sgraph gobj sgattrib pnmimage mathutil gsgbase \
|
||||
linmath
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
||||
|
||||
#define SOURCES \
|
||||
ambientLight.cxx ambientLight.h config_light.cxx config_light.h \
|
||||
directionalLight.I directionalLight.cxx directionalLight.h \
|
||||
light.cxx light.h lightAttribute.I lightAttribute.cxx \
|
||||
lightAttribute.h lightTransition.I lightTransition.cxx \
|
||||
lightTransition.h pointLight.I pointLight.cxx pointLight.h \
|
||||
pt_Light.cxx pt_Light.h spotlight.I spotlight.cxx spotlight.h \
|
||||
vector_PT_Light.cxx vector_PT_Light.h
|
||||
ambientLight.h config_light.h directionalLight.I \
|
||||
directionalLight.h light.h lightAttribute.I lightAttribute.h \
|
||||
lightTransition.I lightTransition.h pointLight.I \
|
||||
pointLight.h pt_Light.h spotlight.I spotlight.h \
|
||||
vector_PT_Light.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
ambientLight.cxx config_light.cxx directionalLight.cxx light.cxx \
|
||||
lightAttribute.cxx lightTransition.cxx pointLight.cxx \
|
||||
pt_Light.cxx spotlight.cxx vector_PT_Light.cxx
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
ambientLight.h directionalLight.I directionalLight.h light.h \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include "light.cxx"
|
||||
#include "lightAttribute.cxx"
|
||||
#include "lightTransition.cxx"
|
||||
#include "pt_Light.cxx"
|
||||
#include "vector_PT_Light.cxx"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
#include "config_light.cxx"
|
||||
#include "ambientLight.cxx"
|
||||
#include "spotlight.cxx"
|
||||
#include "directionalLight.cxx"
|
||||
#include "pointLight.cxx"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue