Code

fix inheriting paintservers
[inkscape.git] / build.xml
1 <!--
2  * Inkscape build file.
3  *
4  * See buildtool.cpp for use.
5  *
6  * Authors:
7  *   Bob Jamison
8  *   Others 
9  *
10  * Copyright (C) 2006-2007 Inkscape.org
11  *
12  *  This library is free software; you can redistribute it and/or
13  *  modify it under the terms of the GNU Lesser General Public
14  *  License as published by the Free Software Foundation; either
15  *  version 2.1 of the License, or (at your option) any later version.
16  *
17  *  This library is distributed in the hope that it will be useful,
18  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20  *  Lesser General Public License for more details.
21  *
22  *  You should have received a copy of the GNU Lesser General Public
23  *  License along with this library; if not, write to the Free Software
24  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
25 -->
31 <!--
32 ########################################################################
33 ## P R O J E C T   :   I N K S C A P E
34 ########################################################################
35 -->
36 <project name="Inkscape" default="dist" basedir=".">
37     <description>
38         Build file for the Inkscape SVG editor.  This file
39         was written for GTK-2.10 on Win32, but it should work
40         well for other types of builds with only minor adjustments.
41     </description>
43   <!-- set global properties for this build -->
44   <property name="version"     value="0.46dev"/>
45   <property name="arch"        value="i686-pc-mingw32-"/>
46   <!--<property name="archutil"    value="${arch}"/>-->
47   <property name="archutil"    value=""/>
48   <property name="src"         location="src"/>
49   <property name="gtk"         location="c:/gtk210"/>
50   <property name="lib"         location="lib"/>
51   <property name="build"       location="build"/>
52   <property name="dist"        location="inkscape"/>
58   <!--
59   ########################################################################
60   ## T A R G E T    :    I N I T
61   ########################################################################
62   -->
63   <target name="init"
64       description=
65       "Do all prepatory tasks, like make directories and copy files">
68     <!-- example of the <pkg-config> task
69       query can be cflags, libs, or both
70       prefix overrides the value of prefix="" in the file
71       the result of this entry can be later used as ${gtkmm}
72     -->
73     <!--
74     <pkg-config name="gtkmm-2.4" path="${gtk}/lib/pkgconfig"
75                 query="both" property="gtkmm" prefix="${gtk}"/>
76     -->
78     <mkdir dir="${build}"/>
79     <mkdir dir="${dist}"/>
80     <copy file="${src}/helper/sp-marshal.h.mingw"
81           tofile="${src}/helper/sp-marshal.h"/>
82     <copy file="${src}/helper/sp-marshal.cpp.mingw"
83           tofile="${src}/helper/sp-marshal.cpp"/>
84     <makefile file="inkscape_version.h">
85         #define INKSCAPE_VERSION "${version}+devel"
86     </makefile>
87     <makefile file="config.h">
88         #ifndef _CONFIG_H_
89         #define _CONFIG_H_
91         #ifndef WIN32
92         #define WIN32
93         #endif
95         /*######################################
96         ## This is for require-config.h, whose
97         ## purpose I cannot fathom.
98         ######################################*/
99         
100         #define PACKAGE_TARNAME
102         /*######################################
103         #### RESOURCE DIRECTORIES
104         ######################################*/
106         #define INKSCAPE_DATADIR       "."
107         #define PACKAGE_LOCALE_DIR     "locale"
110         /*######################################
111         #### OTHER DEFINITIONS
112         ######################################*/
114         #define GETTEXT_PACKAGE "inkscape"
116         #define PACKAGE_STRING                VERSION
118         #define HAVE_GETOPT_H                 1
119         #define HAVE_STRING_H                 1
120         #define HAVE_LIBINTL_H                1
121         #define HAVE_MALLOC_H                 1
122         #define HAVE_STDLIB_H                 1
123         #define HAVE_SYS_STAT_H               1
125         #define ENABLE_LCMS                   1
127         #define ENABLE_NLS                    1
128         #define HAVE_BIND_TEXTDOMAIN_CODESET  1
130         /* keep binreloc off */
131         #define BR_PTHREADS 0
132         #undef ENABLE_BINRELOC
134         /* CairoPDF options */
135         #define HAVE_CAIRO_PDF                1
136         #define PANGO_ENABLE_ENGINE           1
137         #define RENDER_WITH_PANGO_CAIRO       1
139         #define HAVE_GTK_WINDOW_FULLSCREEN    1
140         
141         /* internal interpreter */
142         #define WITH_PYTHON                   1
144         /* shared whiteboard */
145         #define WITH_INKBOARD                 1
146         #define HAVE_SSL                      1
148         #endif /* _CONFIG_H_ */
149     </makefile>
150   </target>
154   <!--
155   ########################################################################
156   ## T A R G E T    :    T O U C H A B O U T
157   ########################################################################
158   -->
159   <target name="touchabout"
160       description="update the modification time of aboutdialog.cpp">
161     <!-- not good <touch file="${src}/ui/dialog/aboutdialog.cpp"/> -->
162     <!-- better -->
163     <delete file="${build}/obj/ui/dialog/aboutdialog.o"/>
164   </target>
167   <!--
168   ########################################################################
169   ## T A R G E T    :    C O M P I L E
170   ########################################################################
171   -->
172   <target name="compile" depends="init"
173         description="compile the source to .o" >
175     <!-- Compile from source to build -->
176     <cc cc="${arch}gcc" cxx="${arch}g++"
177              destdir="${build}/obj">
178         <fileset dir="${src}">
179             <!-- THINGS TO EXCLUDE -->
180             <exclude name="ast/.*"/>
181             <exclude name="bonobo/.*"/>
182             <exclude name="deptool.cpp"/>
183             <exclude name="test-all.cpp"/>
184             <exclude name="dialogs/filedialog-win32.cpp"/>
185             <exclude name="display/testnr.cpp"/>
186             <exclude name="display/bezier-utils-test.cpp"/>
187             <exclude name="dom/jsdombind.cpp"/>
188             <exclude name="dom/work/.*"/>
189             <exclude name="dom/odf/SvgOdg.cpp"/>
190             <exclude name="extension/api.cpp"/>
191             <exclude name="extension/dxf2svg/.*"/>
192             <exclude name="extension/implementation/plugin.cpp"/>
193             <exclude name="extension/internal/gnome.cpp"/>
194             <exclude name="extension/script/bindtest.cpp"/>
195             <exclude name="extension/script/cpptest.cpp"/>
196             <exclude name="extension/plugin/.*"/>
197             <exclude name="extract-uri-test.cpp"/>
198             <exclude name="helper/units-test.cpp"/>
199             <!-- exclude name="inkview.cpp"/-->
200             <exclude name="libnr/test-nr.cpp"/>
201             <exclude name="libnr/test-nr-main.cpp"/>
202             <exclude name="libnr/testnr.cpp"/>
203             <exclude name="libnr/in-svg-plane-test.cpp"/>
204             <exclude name="libnr/nr-compose-reference.cpp"/>
205             <exclude name="libnr/nr-compose-test.cpp"/>
206             <exclude name="libnr/nr-matrix-test.cpp"/>
207             <exclude name="libnr/nr-point-fns-test.cpp"/>
208             <exclude name="libnr/nr-rotate-fns-test.cpp"/>
209             <exclude name="libnr/nr-rotate-test.cpp"/>
210             <exclude name="libnr/nr-scale-test.cpp"/>
211             <exclude name="libnr/nr-translate-test.cpp"/>
212             <exclude name="libnr/nr-types-test.cpp"/>
213             <exclude name="livarot/Path-test.cpp"/>
214             <exclude name="mod360-test.cpp"/>
215             <exclude name="trace/potrace/potest.cpp"/>
216             <exclude name="round-test.cpp"/>
217             <exclude name="sp-gradient-test.cpp"/>
218             <exclude name="svg/ftos.cpp"/>
219             <exclude name="svg/test-svg.cpp"/>
220             <exclude name="svg/test-svg-main.cpp"/>
221             <exclude name="utest/.*"/>
222             <exclude name="widgets/test-widgets.cpp"/>
223             <exclude name="xml/quote-test.cpp"/>
224             <exclude name="xml/repr-action-test.cpp"/>
225             <exclude name="xml/test-xml.cpp"/>
226             <exclude name="xml/test-xml-main.cpp"/>
227             <exclude name="io/streamtest.cpp"/>
228             <!--JABBER-->
229             <exclude name="pedro/pedrogui.cpp"/>
230             <exclude name="pedro/pedrogui.h"/>
231             <exclude name="pedro/work/.*"/>
232             <!--WHITEBOARD-->
233             <exclude name="ui/dialog/session-player.cpp"/>
234             <exclude name="ui/dialog/whiteboard-connect.cpp"/>
235             <exclude name="ui/dialog/whiteboard-sharewithchat.cpp"/>
236             <exclude name="ui/dialog/whiteboard-sharewithuser.cpp"/>
237             <exclude name="dialogs/whiteboard-connect-dialog.cpp"/>
238             <exclude name="dialogs/whiteboard-common-dialog.cpp"/>
239             <exclude name="dialogs/whiteboard-sharewithchat-dialog.cpp"/>
240             <exclude name="dialogs/whiteboard-sharewithuser-dialog.cpp"/>
241             <exclude name="jabber_whiteboard/node-tracker.cpp"/>
242             <exclude name="jabber_whiteboard/node-utilities.cpp"/>
243             <!--WHITEBOARD-->
244             <exclude name="removeoverlap/placement_SolveVPSC.cpp"/>
245             <exclude name="removeoverlap/placement_SolveVPSC.h"/>
246             <exclude name="removeoverlap/test.cpp"/>
247             <exclude name="removeoverlap/remove_rectangle_overlap-test.cpp"/>
248             <exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
249         </fileset>
250         <flags>
251             -Wall -O3
252             -mms-bitfields
253         </flags>
254         <defines>
255             -DVERSION=\"${version}\"
256             -DHAVE_CONFIG_H
257             -DXP_WIN <!-- for JS -->
258             -D_INTL_REDIRECT_INLINE
259             -DHAVE_SSL
260             -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
261         </defines>
262         <includes>
263             -I${gtk}/include
264             <!-- GTK / GTKMM -->
265             -I${gtk}/include/glibmm-2.4
266             -I${gtk}/lib/glibmm-2.4/include
267             -I${gtk}/include/gtkmm-2.4
268             -I${gtk}/lib/gtkmm-2.4/include
269             -I${gtk}/include/gdkmm-2.4
270             -I${gtk}/lib/gdkmm-2.4/include
271             -I${gtk}/include/pangomm-1.4
272             -I${gtk}/include/atkmm-1.6
273             -I${gtk}/include/cairomm-1.0
274             -I${gtk}/include/sigc++-2.0
275             -I${gtk}/lib/sigc++-2.0/include
276             -I${gtk}/include/gtk-2.0
277             -I${gtk}/lib/gtk-2.0/include
278             -I${gtk}/include/atk-1.0
279             -I${gtk}/include/pango-1.0
280             -I${gtk}/include/glib-2.0
281             -I${gtk}/lib/glib-2.0/include
282             <!-- OTHER -->
283             -I${gtk}/include/libxml2 
284             -I${gtk}/include/freetype2
285             -I${gtk}/include/cairo
286             <!-- PERL -->
287             -Wno-comment -I${gtk}/perl/lib/CORE
288             <!-- PYTHON -->
289             -I${gtk}/python/include
290         </includes>
291     </cc>
292   </target>
293   
295   <!--
296   ########################################################################
297   ## T A R G E T    :    L I B
298   ########################################################################
299   -->
300   <target name="lib" depends="compile"
301       description="create a static library">
302     <staticlib command="${archutil}ar crsv"
303            file="${build}/libinkscape.a">
304        <fileset dir="${build}/obj">
305            <exclude name="main.o"/>
306            <exclude name="winmain.o"/>
307            <exclude name="inkview.o"/>
308        </fileset>
309     </staticlib>
310   </target>
314   <!--
315   ########################################################################
316   ## T A R G E T    :    I 1 8 N
317   ########################################################################
318   -->
319   <target name="i18n" depends="compile"
320       description="compile gettext .po files to .mo">
322     <msgfmt todir="${build}/locale" owndir="true"
323          out="LC_MESSAGES/inkscape.mo">
324        <fileset dir="po">
325        </fileset>
326     </msgfmt>
327   </target>
333   <!--
334   ########################################################################
335   ## T A R G E T    :    L I N K
336   ########################################################################
337   -->
338   <target name="link" depends="lib"
339       description="link objects and library to create executable">
341     <rc command="${archutil}windres" 
342         file="${src}/inkscape.rc"
343         out="${build}/inkres.o">
344         <flags>
345         --include-dir=${src}
346         </flags>
347     </rc>
348     <link command="${arch}g++" out="${build}/inkscape.exe"
349               strip="true" symfile="${build}/inkscape.dbg"
350               stripcommand="${archutil}strip"
351               objcopycommand="${archutil}objcopy"
352               >
353        <flags>
354        </flags>
355        <fileset dir="${build}">
356            <include name="inkres.o"/>
357            <include name="obj/main.o"/>
358            <include name="obj/winmain.o"/>
359            <include name="libinkscape.a"/>
360        </fileset>
361        <libs>
362            -L${gtk}/lib
363            -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4
364            -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0
365            -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0
366            -lgdk_pixbuf-2.0
367            -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0
368            -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo
369            <!-- PERL -->
370            -L${gtk}/perl/lib/CORE -lperl58
371            <!-- PYTHON -->
372            -L${gtk}/python/libs -lpython25
373            ${gtk}/bin/libxml2.dll
374            ${gtk}/lib/iconv.lib
375            -lfreetype.dll -lfontconfig.dll
376            -llcms.dll
377            -lssl -lcrypto
378            -lpng -lpopt ${gtk}/lib/zdll.lib
379            -lgc -mwindows -lws2_32 -lintl -lm
380        </libs>
381     </link>
382   </target>
383   
388   <!--
389   ########################################################################
390   ## T A R G E T    :    L I N K I N K V I E W
391   ########################################################################
392   -->
393   <target name="linkinkview" depends="lib"
394         description="link objects and library to create Inkview executable">
396     <rc command="${archutil}windres" 
397         file="${src}/inkview.rc"
398         out="${build}/inkviewres.o">
399         <flags>
400         --include-dir=${src}
401         </flags>
402     </rc>
403     <link command="${arch}g++" out="${build}/inkview.exe"
404               strip="true" symfile="${build}/inkview.dbg"
405               stripcommand="${archutil}strip"
406               objcopycommand="${archutil}objcopy"
407               >
408        <flags>
409        </flags>
410        <fileset dir="${build}">
411            <include name="inkviewres.o"/>
412            <include name="obj/inkview.o"/>
413            <include name="libinkscape.a"/>
414        </fileset>
415        <libs>
416            -L${gtk}/lib
417            -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4
418            -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0
419            -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0
420            -lgdk_pixbuf-2.0
421            -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0
422            -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo
423            <!-- PERL -->
424            -L${gtk}/perl/lib/CORE -lperl58
425            <!-- PYTHON -->
426            -L${gtk}/python/libs -lpython24
427            ${gtk}/bin/libxml2.dll
428            ${gtk}/lib/iconv.lib
429            -lfreetype.dll -lfontconfig.dll
430            -llcms.dll
431            -lssl -lcrypto
432            -lpng -lpopt ${gtk}/lib/zdll.lib
433            -lgc -mwindows -lws2_32 -lintl -lm
434        </libs>
435     </link>
436   </target>
440   <!--
441   ########################################################################
442   ## T A R G E T    :    D I S T
443   ########################################################################
444   -->
445   <target name="dist" depends="link,i18n"
446       description="generate the distribution directory with all needed files">
448     <!-- Create the distribution directory -->
449     <copy file="${build}/inkscape.exe" todir="${dist}"/>
450     <copy file="${build}/inkscape.dbg" todir="${dist}"/>
451     <copy file="AUTHORS" todir="${dist}"/>
452     <copy file="COPYING" todir="${dist}"/>
453     <copy file="COPYING.LIB" todir="${dist}"/>
454     <copy file="NEWS" todir="${dist}"/>
455     <copy file="README" todir="${dist}"/>
456     <copy file="TRANSLATORS" todir="${dist}"/>
457     <copy file="${gtk}/bin/libatkmm-1.6-1.dll" todir="${dist}"/>
458     <copy file="${gtk}/bin/libglibmm-2.4-1.dll" todir="${dist}"/>
459     <copy file="${gtk}/bin/libgtkmm-2.4-1.dll" todir="${dist}"/>
460     <copy file="${gtk}/bin/libgdkmm-2.4-1.dll" todir="${dist}"/>
461     <copy file="${gtk}/bin/libpangomm-1.4-1.dll" todir="${dist}"/>
462     <copy file="${gtk}/bin/libcairomm-1.0-1.dll" todir="${dist}"/>
463     <copy file="${gtk}/bin/libsigc-2.0-0.dll" todir="${dist}"/>
464     <copy file="${gtk}/bin/freetype6.dll" todir="${dist}"/>
465     <copy file="${gtk}/bin/libatk-1.0-0.dll" todir="${dist}"/>
466     <copy file="${gtk}/bin/libgdk-win32-2.0-0.dll" todir="${dist}"/>
467     <copy file="${gtk}/bin/libgdk_pixbuf-2.0-0.dll" todir="${dist}"/>
468     <copy file="${gtk}/bin/libglib-2.0-0.dll" todir="${dist}"/>
469     <copy file="${gtk}/bin/libgmodule-2.0-0.dll" todir="${dist}"/>
470     <copy file="${gtk}/bin/libgobject-2.0-0.dll" todir="${dist}"/>
471     <copy file="${gtk}/bin/libgtk-win32-2.0-0.dll" todir="${dist}"/>
472     <copy file="${gtk}/bin/libgthread-2.0-0.dll" todir="${dist}"/>
473     <copy file="${gtk}/bin/libcairo-2.dll" todir="${dist}"/>
474     <copy file="${gtk}/bin/libpangocairo-1.0-0.dll" todir="${dist}"/>
475     <copy file="${gtk}/bin/libpango-1.0-0.dll" todir="${dist}"/>
476     <copy file="${gtk}/bin/libpangoft2-1.0-0.dll" todir="${dist}"/>
477     <copy file="${gtk}/bin/libpangowin32-1.0-0.dll" todir="${dist}"/>
478     <copy file="${gtk}/bin/freetype6.dll" todir="${dist}"/>
479     <copy file="${gtk}/bin/libfontconfig-1.dll" todir="${dist}"/>
480     <copy file="${gtk}/bin/libxml2.dll" todir="${dist}"/>
481     <copy file="${gtk}/bin/xmlparse.dll" todir="${dist}"/>
482     <copy file="${gtk}/bin/xmlparse.dll" tofile="${dist}/libexpat.dll"/>
483     <copy file="${gtk}/bin/jpeg62.dll" todir="${dist}"/>
484     <copy file="${gtk}/bin/libpng13.dll" todir="${dist}"/>
485     <copy file="${gtk}/bin/libtiff3.dll" todir="${dist}"/>
486     <copy file="${gtk}/bin/msvcr70.dll" todir="${dist}"/>
487     <copy file="${gtk}/bin/msvcr71.dll" todir="${dist}"/>
488     <copy file="${gtk}/bin/zlib1.dll" todir="${dist}"/>
489     <copy file="${gtk}/bin/iconv.dll" todir="${dist}"/>
490     <copy file="${gtk}/bin/popt1.dll" todir="${dist}"/>
491     <copy file="${gtk}/bin/liblcms-1.dll" todir="${dist}"/>
492     <copy file="${gtk}/bin/intl.dll" todir="${dist}"/>
493     <copy file="${gtk}/bin/intl.dll" tofile="${dist}/libintl-2.dll"/>
495     <!-- MSGFMT files -->
496     <copy todir="${dist}">
497         <fileset dir="${build}/locale">
498           <exclude name=".*\.am"/>
499         </fileset>
500     </copy>
502     <!-- GTK -->
503     <copy todir="${dist}"> <fileset dir="${gtk}/etc"/> </copy>
504     <copy todir="${dist}/lib"> <fileset dir="${gtk}/lib/gtk-2.0"/> </copy>
505     <copy todir="${dist}/lib"> <fileset dir="${gtk}/lib/glib-2.0"/> </copy>
506     <copy todir="${dist}/lib"> <fileset dir="${gtk}/lib/locale"/> </copy>
507     <copy todir="${dist}">
508         <fileset dir="share">
509           <exclude name=".*\.am"/>
510         </fileset>
511     </copy>
512     <copy todir="${dist}/share"> <fileset dir="${gtk}/share/themes"/> </copy>
513     <mkdir dir="${dist}/data"/>
514     <mkdir dir="${dist}/locale"/>
515     <mkdir dir="${dist}/modules"/>
516     <mkdir dir="${dist}/plugins"/>
517     <copy file="${gtk}/bin/gdb.exe" todir="${dist}"/>
519     <!-- PERL -->
520     <copy file="${gtk}/perl/bin/perl58.dll" todir="${dist}"/>
522     <!-- PYTHON -->
523     <copy file="${gtk}/python/python25.dll" todir="${dist}"/>
524     <copy file="${gtk}/python/python.exe" todir="${dist}/python"/>
525     <copy todir="${dist}/python"> <fileset dir="${gtk}/python/Lib"/> </copy>
526     <copy todir="${dist}/python"> <fileset dir="${gtk}/python/DLLs"/> </copy>
527     <copy todir="${dist}/python"> <fileset dir="${gtk}/python/Scripts"/> </copy>
529     <!--<copy file="${gtk}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>-->
530     <makefile file="${dist}/etc/gtk-2.0/gtkrc">
531     gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32:inkscape-decoration=16,16"
532     gtk-toolbar-icon-size = small-toolbar
534     # disable images in buttons. i've only seen ugly delphi apps use this feature.
535     gtk-button-images = 0
537     # enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
538     # the office apps use them heavily, though.
539     gtk-menu-images = 1
541     # use the win32 button ordering instead of the GNOME HIG one, where applicable
542     gtk-alternative-button-order = 1
544     style "msw-default"
545     {
546       GtkWidget::interior-focus = 1
547       GtkOptionMenu::indicator-size = { 9, 5 }
548       GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
549       GtkSpinButton::shadow-type = in
551       # Owen and I disagree that these should be themable
552       #GtkUIManager::add-tearoffs = 0
553       #GtkComboBox::add-tearoffs = 0
555       GtkComboBox::appears-as-list = 1
556       GtkComboBox::focus-on-click = 0
558       GOComboBox::add_tearoffs = 0
560       GtkTreeView::allow-rules = 0
561       GtkTreeView::expander-size = 12
563       GtkExpander::expander-size = 12
565       GtkScrolledWindow::scrollbar_spacing = 1
567       GtkSeparatorMenuItem::horizontal-padding = 2
569       engine "wimp"
570       {
571       }
572     }
573     class "*" style "msw-default"
574     </makefile>
576   </target>
581   <!--
582   ########################################################################
583   ## T A R G E T    :    D I S T - A L L
584   ########################################################################
585   -->
586   <target name="dist-all" depends="dist,linkinkview"
587         description="generate the distribution, along with inkview" >
589     <copy file="${build}/inkview.exe" todir="${dist}"/>
590     <copy file="${build}/inkview.dbg" todir="${dist}"/>
591   </target>
596   <!--
597   ########################################################################
598   ## T A R G E T    :    C L E A N
599   ########################################################################
600   -->
601   <target name="clean"
602         description="clean up.  deleting build and distro dirs" >
604     <delete dir="${build}"/>
605     <delete dir="${dist}"/>
606     <delete file="build.dep"/>
607     <delete file="config.h"/>
609   </target>
613 </project>
614 <!--
615 ########################################################################
616 ## E N D
617 ########################################################################
618 -->