Line | |
---|
1 | AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\" |
---|
2 | |
---|
3 | SUBDIRS = po m4 |
---|
4 | |
---|
5 | bin_PROGRAMS = glemon |
---|
6 | BUILT_SOURCES = guipixbufs.h |
---|
7 | CLEANFILES = guipixbufs.h |
---|
8 | |
---|
9 | glemon_SOURCES = \ |
---|
10 | all_include.h \ |
---|
11 | algobox.cc \ |
---|
12 | algobox.h \ |
---|
13 | algowin.cc \ |
---|
14 | algowin.h \ |
---|
15 | gdc-broken_edge.cc \ |
---|
16 | graph_displayer_canvas.cc \ |
---|
17 | graph_displayer_canvas.h \ |
---|
18 | graph_displayer_canvas-edge.cc \ |
---|
19 | graph_displayer_canvas-event.cc \ |
---|
20 | graph_displayer_canvas-node.cc \ |
---|
21 | graph_displayer_canvas-zoom.cc \ |
---|
22 | graph-displayer.cc \ |
---|
23 | kruskalbox.cc \ |
---|
24 | kruskalbox.h \ |
---|
25 | main_win.cc \ |
---|
26 | main_win.h \ |
---|
27 | mapstorage.cc \ |
---|
28 | mapstorage.h \ |
---|
29 | map_win.cc \ |
---|
30 | map_win.h \ |
---|
31 | mapselector.cc \ |
---|
32 | mapselector.h \ |
---|
33 | nbtab.h \ |
---|
34 | nbtab.cc \ |
---|
35 | new_map_win.cc \ |
---|
36 | new_map_win.h \ |
---|
37 | xymap.h \ |
---|
38 | gui_reader.h \ |
---|
39 | gui_reader.cc \ |
---|
40 | gui_writer.h \ |
---|
41 | gui_writer.cc \ |
---|
42 | xml.h \ |
---|
43 | guipixbufs.h \ |
---|
44 | i18n.h \ |
---|
45 | gettext.h |
---|
46 | |
---|
47 | glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS) |
---|
48 | glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS) |
---|
49 | glemon_LDADD = $(LIBINTL) |
---|
50 | |
---|
51 | IMAGES = \ |
---|
52 | icons/addlink.png \ |
---|
53 | icons/addnode.png \ |
---|
54 | icons/delete.png \ |
---|
55 | icons/editlink.png \ |
---|
56 | icons/editnode.png \ |
---|
57 | icons/move.png \ |
---|
58 | icons/newmap.png |
---|
59 | |
---|
60 | VARIABLES = \ |
---|
61 | gui_icons_addlink $(srcdir)/icons/addlink.png \ |
---|
62 | gui_icons_addnode $(srcdir)/icons/addnode.png \ |
---|
63 | gui_icons_delete $(srcdir)/icons/delete.png \ |
---|
64 | gui_icons_editlink $(srcdir)/icons/editlink.png \ |
---|
65 | gui_icons_editnode $(srcdir)/icons/editnode.png \ |
---|
66 | gui_icons_move $(srcdir)/icons/move.png \ |
---|
67 | gui_icons_newmap $(srcdir)/icons/newmap.png |
---|
68 | |
---|
69 | guipixbufs.h: $(IMAGES) |
---|
70 | gdk-pixbuf-csource \ |
---|
71 | --raw --build-list $(VARIABLES) > guipixbufs.h || \ |
---|
72 | ( rm -f guipixbufs.h && false ) |
---|
73 | |
---|
74 | EXTRA_DIST = \ |
---|
75 | $(IMAGES) \ |
---|
76 | guipixbufs.h \ |
---|
77 | ABOUT-NLS |
---|
78 | |
---|
79 | MRPROPERFILES = \ |
---|
80 | Makefile.in \ |
---|
81 | configure \ |
---|
82 | config.h.in \ |
---|
83 | aclocal.m4 \ |
---|
84 | ABOUT-NLS \ |
---|
85 | m4/Makefile.in \ |
---|
86 | m4/lib-link.m4 \ |
---|
87 | m4/printf-posix.m4 \ |
---|
88 | m4/uintmax_t.m4 \ |
---|
89 | m4/signed.m4 \ |
---|
90 | m4/iconv.m4 \ |
---|
91 | m4/inttypes.m4 \ |
---|
92 | m4/longlong.m4 \ |
---|
93 | m4/glibc21.m4 \ |
---|
94 | m4/inttypes_h.m4 \ |
---|
95 | m4/codeset.m4 \ |
---|
96 | m4/longdouble.m4 \ |
---|
97 | m4/nls.m4 \ |
---|
98 | m4/intmax.m4 \ |
---|
99 | m4/lib-prefix.m4 \ |
---|
100 | m4/glibc2.m4 \ |
---|
101 | m4/xsize.m4 \ |
---|
102 | m4/lcmessage.m4 \ |
---|
103 | m4/lib-ld.m4 \ |
---|
104 | m4/ulonglong.m4 \ |
---|
105 | m4/wint_t.m4 \ |
---|
106 | m4/progtest.m4 \ |
---|
107 | m4/inttypes-pri.m4 \ |
---|
108 | m4/stdint_h.m4 \ |
---|
109 | m4/intdiv0.m4 \ |
---|
110 | m4/isc-posix.m4 \ |
---|
111 | m4/po.m4 \ |
---|
112 | m4/size_max.m4 \ |
---|
113 | m4/gettext.m4 \ |
---|
114 | m4/wchar_t.m4 \ |
---|
115 | po/Rules-quot \ |
---|
116 | po/en@quot.header \ |
---|
117 | po/insert-header.sin \ |
---|
118 | po/quot.sed \ |
---|
119 | po/en@boldquot.header \ |
---|
120 | po/boldquot.sed \ |
---|
121 | po/Makevars.template \ |
---|
122 | po/remove-potcdate.sin \ |
---|
123 | po/Makefile.in.in \ |
---|
124 | build-aux/mkinstalldirs \ |
---|
125 | build-aux/config.rpath \ |
---|
126 | build-aux/depcomp \ |
---|
127 | build-aux/missing \ |
---|
128 | build-aux/config.guess \ |
---|
129 | build-aux/config.sub \ |
---|
130 | build-aux/install-sh |
---|
131 | |
---|
132 | mrproper: |
---|
133 | $(MAKE) $(AM_MAKEFLAGS) maintainer-clean |
---|
134 | -rm -f $(MRPROPERFILES) |
---|
135 | |
---|
136 | .PHONY: mrproper |
---|
Note: See
TracBrowser
for help on using the repository browser.