mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
108 lines
3.0 KiB
ObjectPascal
108 lines
3.0 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m
|
|
#define LOCAL_LIBS event gsgbase gobj putil graph linmath express pandabase
|
|
|
|
#begin lib_target
|
|
#define TARGET pgraph
|
|
|
|
#define SOURCES \
|
|
billboardAttrib.h billboardAttrib.I \
|
|
binCullHandler.h binCullHandler.I \
|
|
qpcamera.h qpcamera.I \
|
|
colorAttrib.h colorAttrib.I \
|
|
config_pgraph.h \
|
|
cullBin.h cullBin.I \
|
|
cullBinAttrib.h cullBinAttrib.I \
|
|
cullBinBackToFront.h cullBinBackToFront.I \
|
|
cullBinManager.h cullBinManager.I \
|
|
cullBinUnsorted.h cullBinUnsorted.I \
|
|
cullFaceAttrib.h cullFaceAttrib.I \
|
|
cullHandler.h \
|
|
cullResult.h \
|
|
qpcullTraverser.h qpcullTraverser.I \
|
|
qpgeomNode.h qpgeomNode.I \
|
|
qplensNode.h qplensNode.I \
|
|
nodeChain.h nodeChain.I \
|
|
nodeChainComponent.h nodeChainComponent.I \
|
|
pandaNode.h pandaNode.I \
|
|
renderAttrib.h renderAttrib.I \
|
|
renderState.h renderState.I \
|
|
textureAttrib.h textureAttrib.I \
|
|
transformState.h transformState.I \
|
|
transparencyAttrib.h transparencyAttrib.I
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
#define INCLUDED_SOURCES \
|
|
billboardAttrib.cxx \
|
|
binCullHandler.cxx \
|
|
qpcamera.cxx \
|
|
colorAttrib.cxx \
|
|
config_pgraph.cxx \
|
|
cullBin.cxx \
|
|
cullBinAttrib.cxx \
|
|
cullBinBackToFront.cxx \
|
|
cullBinManager.cxx \
|
|
cullBinUnsorted.cxx \
|
|
cullFaceAttrib.cxx \
|
|
cullHandler.cxx \
|
|
cullResult.cxx \
|
|
qpcullTraverser.cxx \
|
|
qpgeomNode.cxx \
|
|
qplensNode.cxx \
|
|
nodeChain.cxx \
|
|
nodeChainComponent.cxx \
|
|
pandaNode.cxx \
|
|
renderAttrib.cxx \
|
|
renderState.cxx \
|
|
textureAttrib.cxx \
|
|
transformState.cxx \
|
|
transparencyAttrib.cxx
|
|
|
|
#if $[DONT_COMBINE_PGRAPH]
|
|
#define SOURCES $[SOURCES] $[INCLUDED_SOURCES]
|
|
#define INCLUDED_SOURCES
|
|
#define COMBINED_SOURCES
|
|
#endif
|
|
|
|
#define INSTALL_HEADERS \
|
|
billboardAttrib.h billboardAttrib.I \
|
|
binCullHandler.h binCullHandler.I \
|
|
qpcamera.h qpcamera.I \
|
|
colorAttrib.h colorAttrib.I \
|
|
config_pgraph.h \
|
|
cullBin.h cullBin.I \
|
|
cullBinAttrib.h cullBinAttrib.I \
|
|
cullBinBackToFront.h cullBinBackToFront.I \
|
|
cullBinManager.h cullBinManager.I \
|
|
cullBinUnsorted.h cullBinUnsorted.I \
|
|
cullFaceAttrib.h cullFaceAttrib.I \
|
|
cullHandler.h \
|
|
cullResult.h \
|
|
qpcullTraverser.h qpcullTraverser.I \
|
|
qpgeomNode.h qpgeomNode.I \
|
|
qplensNode.h qplensNode.I \
|
|
nodeChain.h nodeChain.I \
|
|
nodeChainComponent.h nodeChainComponent.I \
|
|
pandaNode.h pandaNode.I \
|
|
renderAttrib.h renderAttrib.I \
|
|
renderState.h renderState.I \
|
|
textureAttrib.h textureAttrib.I \
|
|
transformState.h transformState.I \
|
|
transparencyAttrib.h transparencyAttrib.I
|
|
|
|
#define IGATESCAN all
|
|
|
|
#end lib_target
|
|
|
|
|
|
#begin test_bin_target
|
|
#define TARGET test_pgraph
|
|
|
|
#define SOURCES \
|
|
test_pgraph.cxx
|
|
|
|
#define LOCAL_LIBS $[LOCAL_LIBS] pgraph
|
|
#define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
#end test_bin_target
|