~ubuntu-branches/debian/sid/coin2/sid

« back to all changes in this revision

Viewing changes to src/fields/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-06-28 02:38:17 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628023817-lgrh0u677j1gcqgf
Tags: 2.5.0-2
* debian/control: Change suggests from libopenal0 to libopenal0a.
  Closes: #488001.  Change ${Source-Version} to ${binary:Version}.
  Update to standards version 3.8.0.

* debian/rules: Do not ignore errors in clean rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        SoMFBitMask.cpp \
9
9
        SoMFBool.cpp \
10
10
        SoMFColor.cpp \
 
11
        SoMFColorRGBA.cpp \
 
12
        SoMFDouble.cpp \
11
13
        SoMFEngine.cpp \
12
14
        SoMFEnum.cpp \
13
15
        SoMFFloat.cpp \
23
25
        SoMFTime.cpp \
24
26
        SoMFUInt32.cpp \
25
27
        SoMFUShort.cpp \
 
28
        SoMFVec2b.cpp \
 
29
        SoMFVec2s.cpp \
 
30
        SoMFVec2i32.cpp \
26
31
        SoMFVec2f.cpp \
 
32
        SoMFVec2d.cpp \
 
33
        SoMFVec3b.cpp \
 
34
        SoMFVec3s.cpp \
 
35
        SoMFVec3i32.cpp \
27
36
        SoMFVec3f.cpp \
28
37
        SoMFVec3d.cpp \
 
38
        SoMFVec4b.cpp \
 
39
        SoMFVec4s.cpp \
 
40
        SoMFVec4i32.cpp \
29
41
        SoMFVec4f.cpp \
 
42
        SoMFVec4d.cpp \
 
43
        SoMFVec4ub.cpp \
 
44
        SoMFVec4us.cpp \
 
45
        SoMFVec4ui32.cpp \
30
46
        SoMField.cpp \
31
47
        SoSFBitMask.cpp \
32
48
        SoSFBool.cpp \
 
49
        SoSFBox2s.cpp \
 
50
        SoSFBox2i32.cpp \
 
51
        SoSFBox2f.cpp \
 
52
        SoSFBox2d.cpp \
33
53
        SoSFBox3s.cpp \
 
54
        SoSFBox3i32.cpp \
34
55
        SoSFBox3f.cpp \
 
56
        SoSFBox3d.cpp \
35
57
        SoSFColor.cpp \
 
58
        SoSFColorRGBA.cpp \
 
59
        SoSFDouble.cpp \
36
60
        SoSFEngine.cpp \
37
61
        SoSFEnum.cpp \
38
62
        SoSFFloat.cpp \
51
75
        SoSFTrigger.cpp \
52
76
        SoSFUInt32.cpp \
53
77
        SoSFUShort.cpp \
 
78
        SoSFVec2b.cpp \
54
79
        SoSFVec2s.cpp \
 
80
        SoSFVec2i32.cpp \
55
81
        SoSFVec2f.cpp \
56
 
        SoSFVec3d.cpp \
 
82
        SoSFVec2d.cpp \
 
83
        SoSFVec3b.cpp \
57
84
        SoSFVec3s.cpp \
 
85
        SoSFVec3i32.cpp \
58
86
        SoSFVec3f.cpp \
 
87
        SoSFVec3d.cpp \
 
88
        SoSFVec4b.cpp \
 
89
        SoSFVec4s.cpp \
 
90
        SoSFVec4i32.cpp \
59
91
        SoSFVec4f.cpp \
 
92
        SoSFVec4d.cpp \
 
93
        SoSFVec4ub.cpp \
 
94
        SoSFVec4us.cpp \
 
95
        SoSFVec4ui32.cpp \
60
96
        SoSField.cpp \
61
97
        SoGlobalField.cpp \
62
98
        shared.cpp
85
121
# Everything below is autogenerated from a macro, so don't modify
86
122
# within the Makefile.am itself. 19991201 mortene.
87
123
 
 
124
CLEANFILES = \
 
125
        vc*.pdb
 
126
 
88
127
DISTCLEANFILES = \
89
128
        ii_files/*.ii
90
129