blob: 3ff9b4cadea2960fff6a0aaa4321d335014f4a52 (
plain)
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
|
######################################################################
# File: make.exclude
#
# This is a list of files to exclude from
# building using the Makedep scheme.
# To use, run:
# perl mkfiles.pl
# then
# perl mkdep.pl
#
######################################################################
ast
bonobo
dialogs/filedialog-win32.cpp
display/testnr.cpp
display/bezier-utils-test.cpp
dom/testdom.cpp
dom/testsvg.cpp
dom/xpathtest.cpp
dom/xpathtests.cpp
extension/api.cpp
extension/dxf2svg
extension/internal/gnome.cpp
extension/script/bindtest.cpp
extension/script/cpptest.cpp
extension/plugin
extract-uri-test.cpp
helper/units-test.cpp
inkview.cpp
libnr/in-svg-plane-test.cpp
libnr/nr-matrix-test.cpp
libnr/nr-point-fns-test.cpp
libnr/nr-rotate-fns-test.cpp
libnr/nr-rotate-test.cpp
libnr/nr-scale-test.cpp
libnr/nr-translate-test.cpp
libnr/nr-types-test.cpp
livarot/Path-test.cpp
main.cpp
mod360-test.cpp
trace/potrace/potest.cpp
round-test.cpp
sp-gradient-test.cpp
svg/ftos.cpp
utest
widgets/test-widgets.cpp
winmain.cpp
xml/quote-test.cpp
xml/repr-action-test.cpp
io/streamtest.cpp
###############################################
# Bob:
# Uncomment these to build Inkboard
# For the moment, DO NOT remove these from cvs
# until those files compile everywhere
###############################################
dialogs/whiteboard-connect-dialog.cpp
dialogs/whiteboard-common-dialog.cpp
dialogs/whiteboard-sharewithchat-dialog.cpp
dialogs/whiteboard-sharewithuser-dialog.cpp
jabber_whiteboard
ui/dialog/session-player.cpp
ui/dialog/whiteboard-connect.cpp
ui/dialog/whiteboard-sharewithchat.cpp
ui/dialog/whiteboard-sharewithuser.cpp
###############################################
# Various test harnesses in removeoverlap
###############################################
removeoverlap/placement_SolveVPSC.cpp
removeoverlap/placement_SolveVPSC.h
removeoverlap/test.cpp
removeoverlap/remove_rectangle_overlap-test.cpp
removeoverlap/remove_rectangle_overlap-test.h
|