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
#define TARGET egg-mkfont
// #define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#defer SOURCES \
eggMakeFont.h \
rangeDescription.h rangeDescription.I \
rangeIterator.h rangeIterator.I \
$[INCLUDED_SOURCES]
rangeIterator.h rangeIterator.I
#define INCLUDED_SOURCES \
eggMakeFont.cxx \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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