File: GNUmakefile

package info (click to toggle)
inventor 2.1.5-10-14
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 32,892 kB
  • ctags: 21,729
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 76; csh: 35; sed: 11
file content (105 lines) | stat: -rw-r--r-- 2,126 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
IVDEPTH = ../../../../..
include $(IVDEPTH)/make/ivcommondefs

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

all: all_man3iv

install: install_man3iv

include $(IVCOMMONRULES)