Code

* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
[inkscape.git] / src / helper / Makefile_insert
1 ## Makefile.am fragment sourced by src/Makefile.am.
3 #
4 # Miscellaneous unsystematized and temporary helper utilities
5 #
6 # libspchelp - canvas utilities, specific canvas items
7 #
9 helper/all: helper/libspchelp.a
11 helper/clean:
12         rm -f helper/libspchelp.a $(helper_libspchelp_a_OBJECTS)
14 helper/unit-menu.$(OBJEXT): helper/sp-marshal.h
16 helper_libspchelp_a_SOURCES =   \
17         helper/action.cpp       \
18         helper/action.h \
19         helper/gnome-utils.cpp  \
20         helper/gnome-utils.h    \
21         helper/helper-forward.h \
22         helper/png-write.cpp    \
23         helper/png-write.h      \
24         helper/sp-marshal.cpp   \
25         helper/sp-marshal.h     \
26         helper/stlport.h        \
27         helper/unit-menu.cpp    \
28         helper/unit-menu.h      \
29         helper/unit-tracker.cpp \
30         helper/unit-tracker.h   \
31         helper/units.cpp        \
32         helper/units.h  \
33         helper/window.cpp       \
34         helper/window.h         \
35         helper/stock-items.cpp  \
36         helper/stock-items.h    
39 # TODO: Check that the generated sp-marshal.h is the same as before.
40 helper/sp-marshal.h: helper/sp-marshal.list
41         glib-genmarshal --prefix=sp_marshal --header $(srcdir)/helper/sp-marshal.list > helper/tmp.$$$$ \
42          && mv helper/tmp.$$$$ helper/sp-marshal.h
44 helper/sp-marshal.cpp: helper/sp-marshal.list helper/sp-marshal.h
45         ( echo '#include "helper/sp-marshal.h"' &&      \
46           glib-genmarshal --prefix=sp_marshal --body $(srcdir)/helper/sp-marshal.list ) \
47          > helper/tmp.$$$$      \
48          && mv helper/tmp.$$$$ helper/sp-marshal.cpp
50 helper/sp-marshal.cpp helper/sp-marshal.h: Makefile
52 helper_units_test_SOURCES = helper/units-test.cpp
53 helper_units_test_LDADD = helper/libspchelp.a -lglib-2.0