better #includes

This commit is contained in:
David Rose 2006-04-06 14:08:50 +00:00
parent 87e992a9fc
commit 92452a393d
14 changed files with 18 additions and 7 deletions

View File

@ -12,13 +12,12 @@
#begin bin_target #begin bin_target
#define TARGET egg-mkfont #define TARGET egg-mkfont
// #define COMBINED_SOURCES $[TARGET]_composite1.cxx #define COMBINED_SOURCES $[TARGET]_composite1.cxx
#defer SOURCES \ #defer SOURCES \
eggMakeFont.h \ eggMakeFont.h \
rangeDescription.h rangeDescription.I \ rangeDescription.h rangeDescription.I \
rangeIterator.h rangeIterator.I \ rangeIterator.h rangeIterator.I
$[INCLUDED_SOURCES]
#define INCLUDED_SOURCES \ #define INCLUDED_SOURCES \
eggMakeFont.cxx \ eggMakeFont.cxx \

View File

@ -1,2 +1,5 @@
#include "eggMakeFont.cxx" #include "eggMakeFont.cxx"
#include "rangeDescription.cxx"
#include "rangeIterator.cxx"

View File

@ -28,6 +28,7 @@
eggJointPointer.cxx eggJointNodePointer.cxx \ eggJointPointer.cxx eggJointNodePointer.cxx \
eggMatrixTablePointer.cxx eggScalarTablePointer.cxx \ eggMatrixTablePointer.cxx eggScalarTablePointer.cxx \
eggSliderData.cxx \ eggSliderData.cxx \
eggSliderPointer.cxx \
eggVertexPointer.cxx eggVertexPointer.cxx
#define INSTALL_HEADERS \ #define INSTALL_HEADERS \

View File

@ -18,6 +18,7 @@
#include "eggComponentData.h" #include "eggComponentData.h"
#include "eggBackPointer.h" #include "eggBackPointer.h"
#include "nameUniquifier.h"
#include "indent.h" #include "indent.h"

View File

@ -17,8 +17,8 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include "eggMatrixTablePointer.h" #include "eggMatrixTablePointer.h"
#include "dcast.h" #include "dcast.h"
#include "eggSAnimData.h"
#include "eggXfmAnimData.h" #include "eggXfmAnimData.h"
#include "eggXfmSAnim.h" #include "eggXfmSAnim.h"

View File

@ -20,7 +20,7 @@
#include "eggVertexPointer.h" #include "eggVertexPointer.h"
#include "eggScalarTablePointer.h" #include "eggScalarTablePointer.h"
#include "eggSliderPointer.h" #include "eggSliderPointer.h"
#include "dcast.h"
#include "eggPrimitive.h" #include "eggPrimitive.h"
#include "eggVertex.h" #include "eggVertex.h"
#include "eggSAnimData.h" #include "eggSAnimData.h"

View File

@ -26,7 +26,7 @@
fltTransformRotateAboutEdge.h fltTransformRotateAboutPoint.h \ fltTransformRotateAboutEdge.h fltTransformRotateAboutPoint.h \
fltTransformRotateScale.h fltTransformScale.h \ fltTransformRotateScale.h fltTransformScale.h \
fltTransformTranslate.h fltUnsupportedRecord.h \ fltTransformTranslate.h fltUnsupportedRecord.h \
fltVectorRecord.cxx fltVectorRecord.h \ fltVectorRecord.h \
fltVertex.I fltVertex.h fltVertexList.h fltVertex.I fltVertex.h fltVertexList.h
#define INCLUDED_SOURCES \ #define INCLUDED_SOURCES \

View File

@ -19,6 +19,7 @@
#include "fltGroup.h" #include "fltGroup.h"
#include "fltRecordReader.h" #include "fltRecordReader.h"
#include "fltRecordWriter.h" #include "fltRecordWriter.h"
#include "fltHeader.h"
TypeHandle FltGroup::_type_handle; TypeHandle FltGroup::_type_handle;

View File

@ -33,6 +33,7 @@
#include "fltInstanceRef.h" #include "fltInstanceRef.h"
#include "fltUnsupportedRecord.h" #include "fltUnsupportedRecord.h"
#include "fltExternalReference.h" #include "fltExternalReference.h"
#include "fltVectorRecord.h"
#include "config_flt.h" #include "config_flt.h"
#include "dcast.h" #include "dcast.h"

View File

@ -35,6 +35,7 @@
#include "fltTransformScale.cxx" #include "fltTransformScale.cxx"
#include "fltTransformTranslate.cxx" #include "fltTransformTranslate.cxx"
#include "fltUnsupportedRecord.cxx" #include "fltUnsupportedRecord.cxx"
#include "fltVectorRecord.cxx"
#include "fltVertex.cxx" #include "fltVertex.cxx"
#include "fltVertexList.cxx" #include "fltVertexList.cxx"

View File

@ -30,6 +30,7 @@
#include "datagramIterator.h" #include "datagramIterator.h"
#include "bamReader.h" #include "bamReader.h"
#include "bamWriter.h" #include "bamWriter.h"
#include "string_utils.h"
#include <algorithm> #include <algorithm>

View File

@ -24,7 +24,7 @@
#include "paletteImage.h" #include "paletteImage.h"
#include "texturePlacement.h" #include "texturePlacement.h"
#include "filenameUnifier.h" #include "filenameUnifier.h"
#include "string_utils.h"
#include "indent.h" #include "indent.h"
#include "datagram.h" #include "datagram.h"
#include "datagramIterator.h" #include "datagramIterator.h"

View File

@ -25,6 +25,8 @@
#include "luse.h" #include "luse.h"
#include "eggTexture.h" #include "eggTexture.h"
class FactoryParams;
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Class : TexturePosition // Class : TexturePosition
// Description : This represents a particular position of a texture // Description : This represents a particular position of a texture

View File

@ -23,6 +23,7 @@
#include "datagramIterator.h" #include "datagramIterator.h"
#include "bamReader.h" #include "bamReader.h"
#include "bamWriter.h" #include "bamWriter.h"
#include "string_utils.h"
TypeHandle TextureProperties::_type_handle; TypeHandle TextureProperties::_type_handle;