File: GNUmakefile

package info (click to toggle)
inventor 2.1.5-10-12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 32,900 kB
  • ctags: 21,729
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 75; csh: 35; sed: 11
file content (65 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (13)
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
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)