File: GNUmakefile

package info (click to toggle)
inventor 2.1.5-10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,712 kB
  • sloc: ansic: 33,864; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 360; perl: 234; awk: 141; makefile: 80; csh: 35; sed: 11
file content (108 lines) | stat: -rw-r--r-- 1,955 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
IVDEPTH = ../../../../..
include $(IVDEPTH)/make/ivcommondefs

HDRSUBDIR = nodes

HEADERS = \
	SoAnnotation.h \
	SoArray.h \
	SoAsciiText.h \
	SoBaseColor.h \
	SoBlinker.h \
	SoCallback.h \
	SoCamera.h \
	SoClipPlane.h \
	SoColorIndex.h \
	SoComplexity.h \
	SoCone.h \
	SoCoordinate3.h \
	SoCoordinate4.h \
	SoCube.h \
	SoCylinder.h \
	SoDirectionalLight.h \
	SoDrawStyle.h \
	SoEnvironment.h \
	SoEventCallback.h \
	SoFaceSet.h \
	SoFile.h \
	SoFont.h \
	SoFontStyle.h \
	SoGroup.h \
	SoIndexedFaceSet.h \
	SoIndexedLineSet.h \
	SoIndexedNurbsCurve.h \
	SoIndexedNurbsSurface.h \
	SoIndexedShape.h \
	SoIndexedTriangleStripSet.h \
	SoInfo.h \
	SoLabel.h \
	SoLevelOfDetail.h \
	SoLOD.h \
	SoLocateHighlight.h \
	SoLight.h \
	SoLightModel.h \
	SoLineSet.h \
	SoLinearProfile.h \
	SoMaterial.h \
	SoMaterialBinding.h \
	SoMatrixTransform.h \
	SoMultipleCopy.h \
	SoNode.h \
	SoNodes.h \
	SoNonIndexedShape.h \
	SoNormal.h \
	SoNormalBinding.h \
	SoNurbsCurve.h \
	SoNurbsProfile.h \
	SoNurbsSurface.h \
	SoOrthographicCamera.h \
	SoPackedColor.h \
	SoPathSwitch.h \
	SoPendulum.h \
	SoPerspectiveCamera.h \
	SoPickStyle.h \
	SoPointLight.h \
	SoPointSet.h \
	SoProfile.h \
	SoProfileCoordinate2.h \
	SoProfileCoordinate3.h \
	SoQuadMesh.h \
	SoResetTransform.h \
	SoRotation.h \
	SoRotationXYZ.h \
	SoRotor.h \
	SoScale.h \
	SoSeparator.h \
	SoShape.h \
	SoShapeHints.h \
	SoShuttle.h \
	SoSphere.h \
	SoSpotLight.h \
	SoSubNode.h \
	SoSwitch.h \
	SoText2.h \
	SoText3.h \
	SoTexture2.h \
	SoTexture2Transform.h \
	SoTextureCoordinate2.h \
	SoTextureCoordinateBinding.h \
	SoTextureCoordinateDefault.h \
	SoTextureCoordinateEnvironment.h \
	SoTextureCoordinateFunction.h \
	SoTextureCoordinatePlane.h \
	SoTransform.h \
	SoTransformSeparator.h \
	SoTransformation.h \
	SoTranslation.h \
	SoTriangleStripSet.h \
	SoUnits.h \
	SoVertexProperty.h\
	SoVertexShape.h \
	SoWWWAnchor.h \
	SoWWWInline.h

all:

install: install_ivheaders

include $(IVCOMMONRULES)