Code

* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
[inkscape.git] / src / make.exclude
index 179863c6e2077f9ebd4fb58f7e273cd0d7cabdd0..d56a6bdff2201c9ab3d137f0e87bd39018b09f9f 100644 (file)
@@ -2,11 +2,8 @@
 # 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
+# building using the DepTool.
+# To use, edit this file, then run deptool
 #
 ######################################################################
 
@@ -17,14 +14,11 @@ 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
+dom/work
+dom/odf/SvgOdg.cpp
 extension/api.cpp
 extension/dxf2svg
 extension/internal/gnome.cpp
-extension/script/js
 extension/script/bindtest.cpp
 extension/script/cpptest.cpp
 extension/plugin
@@ -54,21 +48,35 @@ xml/repr-action-test.cpp
 io/streamtest.cpp
 
 
+pedro/pedrogui.cpp
+pedro/pedrogui.h
+pedro/work
+
 ###############################################
 # 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
+dialogs/whiteboard-connect-dialog.cpp
+dialogs/whiteboard-common-dialog.cpp
+dialogs/whiteboard-sharewithchat-dialog.cpp
+dialogs/whiteboard-sharewithuser-dialog.cpp
+
+###############################################
+# Uncomment the following to prevent building with Loudmouth
+###############################################
+jabber_whiteboard/node-tracker.cpp
+jabber_whiteboard/inkboard-session.cpp
+jabber_whiteboard/inkboard-session.h
+jabber_whiteboard/message-verifier.h
+jabber_whiteboard/node-tracker.h
+jabber_whiteboard/node-utilities.h
+jabber_whiteboard/inkboard-session.cpp
+jabber_whiteboard/node-utilities.cpp
 
 ###############################################
 # Various test harnesses in removeoverlap