IVDEPTH = ../../../../..
include $(IVDEPTH)/make/ivcommondefs

HDRSUBDIR = fields

HEADERS = \
	SoField.h \
	SoFieldContainer.h \
	SoFieldData.h \
	SoFields.h \
	SoMFBitMask.h \
	SoMFBool.h \
	SoMFColor.h \
	SoMFEngine.h \
	SoMFEnum.h \
	SoMFFloat.h \
	SoMFLong.h \
	SoMFInt32.h \
	SoMFMatrix.h \
	SoMFName.h \
	SoMFNode.h \
	SoMFPath.h \
	SoMFPlane.h \
	SoMFRotation.h \
	SoMFShort.h \
	SoMFString.h \
	SoMFTime.h \
	SoMFULong.h \
	SoMFUInt32.h \
	SoMFUShort.h \
	SoMFVec2f.h \
	SoMFVec3f.h \
	SoMFVec4f.h \
	SoSFBitMask.h \
	SoSFBool.h \
	SoSFColor.h \
	SoSFEngine.h \
	SoSFEnum.h \
	SoSFFloat.h \
	SoSFImage.h \
	SoSFLong.h \
	SoSFInt32.h \
	SoSFMatrix.h \
	SoSFName.h \
	SoSFNode.h \
	SoSFPath.h \
	SoSFPlane.h \
	SoSFRotation.h \
	SoSFShort.h \
	SoSFString.h \
	SoSFTime.h \
	SoSFTrigger.h \
	SoSFULong.h \
	SoSFUInt32.h \
	SoSFUShort.h \
	SoSFVec2f.h \
	SoSFVec3f.h \
	SoSFVec4f.h \
	SoSubField.h

all:

install: install_ivheaders

include $(IVCOMMONRULES)
