Mercurial > geeqie.yaz
annotate src/Makefile.am @ 1593:2b2aa3326763
enabled XDG directory layout
author | nadvornik |
---|---|
date | Thu, 07 May 2009 19:34:33 +0000 |
parents | 282ebf388bb1 |
children | 6bfe8fc7a403 |
rev | line source |
---|---|
1 | 1 SUBDIRS = icons |
2 DIST_SUBDIRS = icons | |
3 | |
686 | 4 AM_CFLAGS = \ |
5 $(GLIB_CFLAGS) $(GTK_CFLAGS) \ | |
6 $(LCMS_CFLAGS) \ | |
7 $(EXIV2_CFLAGS) \ | |
8 -I$(top_srcdir) \ | |
9 -I$(top_builddir) | |
10 | |
11 | |
12 AM_CXXFLAGS = \ | |
13 $(GLIB_CFLAGS) $(GTK_CFLAGS) \ | |
14 $(LCMS_CFLAGS) \ | |
15 $(EXIV2_CFLAGS) \ | |
16 -I$(top_srcdir) \ | |
17 -I$(top_builddir) | |
9 | 18 |
19 module_SLIK = \ | |
20 intl.h \ | |
1571 | 21 gettext.h \ |
9 | 22 ui_bookmark.c \ |
23 ui_bookmark.h \ | |
24 ui_fileops.c \ | |
25 ui_fileops.h \ | |
26 ui_help.c \ | |
27 ui_help.h \ | |
28 ui_menu.c \ | |
29 ui_menu.h \ | |
30 ui_misc.c \ | |
31 ui_misc.h \ | |
32 ui_pathsel.c \ | |
33 ui_pathsel.h \ | |
34 ui_spinner.c \ | |
35 ui_spinner.h \ | |
36 ui_tabcomp.c \ | |
37 ui_tabcomp.h \ | |
38 ui_tree_edit.c \ | |
39 ui_tree_edit.h \ | |
40 ui_utildlg.c \ | |
41 ui_utildlg.h | |
42 | |
43 extra_ICONS = \ | |
44 ui_spinner.png \ | |
45 ui_tabcomp.png | |
46 | |
47 ICON_PAIRS = \ | |
48 icon_spinner $(srcdir)/ui_spinner.png \ | |
49 icon_tabcomp $(srcdir)/ui_tabcomp.png | |
50 | |
308
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
51 ui_icons.h: $(extra_ICONS) Makefile.in |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
52 @(echo '/* Auto generated file, do not edit */'; echo; \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
53 echo '#ifndef UI_ICONS_H'; \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
54 echo '#define UI_ICONS_H'; echo; \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
55 $(GDK_PIXBUF_CSOURCE) --raw --extern --build-list $(ICON_PAIRS); \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
56 echo '#endif /* UI_ICONS_H */') > $@ || echo "!!! Failed to generate $@ !!!" |
9 | 57 |
424 | 58 ClayRGB1998_icc.h: ClayRGB1998.icc |
59 echo "/*" > $@ | |
60 echo " * This file was generated from ClayRGB1998.icc, DO NOT EDIT " >> $@ | |
61 echo " * http://www.argyllcms.com/ClayRGB1998.zip " >> $@ | |
62 echo " */ " >> $@ | |
63 xxd -i $^ >> $@ | |
64 | |
9 | 65 ui_spinner.o: ui_icons.h |
66 | |
67 | |
68 noinst_DATA = ui_icons.h | |
69 CLEANFILES = $(noinst_DATA) | |
70 | |
71 extra_SLIK = \ | |
72 $(extra_ICONS) | |
1 | 73 |
195 | 74 bin_PROGRAMS = geeqie |
1 | 75 |
195 | 76 geeqie_SOURCES = \ |
9 | 77 $(module_SLIK) \ |
424 | 78 ClayRGB1998.icc \ |
79 ClayRGB1998_icc.h \ | |
1293
48e064b37ba6
separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
1292
diff
changeset
|
80 advanced_exif.c \ |
48e064b37ba6
separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
1292
diff
changeset
|
81 advanced_exif.h \ |
1291
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
82 bar.c \ |
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
83 bar.h \ |
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
84 bar_comment.c \ |
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
85 bar_comment.h \ |
1298 | 86 bar_histogram.c \ |
87 bar_histogram.h \ | |
1291
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
88 bar_keywords.c \ |
50ae02a4a675
replaced bar_info with an universal bar, restored the original
nadvornik
parents:
1178
diff
changeset
|
89 bar_keywords.h \ |
9 | 90 bar_exif.c \ |
91 bar_exif.h \ | |
92 bar_sort.c \ | |
93 bar_sort.h \ | |
94 cache.c \ | |
95 cache.h \ | |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
96 cache-loader.c \ |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
97 cache-loader.h \ |
9 | 98 cache_maint.c \ |
99 cache_maint.h \ | |
100 cellrenderericon.c \ | |
101 cellrenderericon.h \ | |
102 collect.c \ | |
103 collect.h \ | |
104 collect-dlg.c \ | |
105 collect-dlg.h \ | |
106 collect-io.c \ | |
107 collect-io.h \ | |
108 collect-table.c \ | |
109 collect-table.h \ | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
110 color-man.c \ |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
111 color-man.h \ |
457
5e9c24d3b3a8
Add a replacement for gtk_radio_action_set_current_value() which
zas_
parents:
424
diff
changeset
|
112 compat.c \ |
5e9c24d3b3a8
Add a replacement for gtk_radio_action_set_current_value() which
zas_
parents:
424
diff
changeset
|
113 compat.h \ |
507 | 114 debug.c \ |
115 debug.h \ | |
1479 | 116 desktop_file.c \ |
117 desktop_file.h \ | |
1 | 118 dnd.c \ |
9 | 119 dnd.h \ |
120 dupe.c \ | |
121 dupe.h \ | |
122 editors.c \ | |
123 editors.h \ | |
124 exif.c \ | |
125 exif.h \ | |
178
9dc8bc9b2bb9
first exiv2 support that does not crash immediately
nadvornik
parents:
177
diff
changeset
|
126 exif-int.h \ |
182 | 127 exif-common.c \ |
177 | 128 exiv2.cc \ |
844 | 129 filecache.c \ |
130 filecache.h \ | |
586 | 131 filedata.c \ |
132 filedata.h \ | |
133 filefilter.c \ | |
134 filefilter.h \ | |
1012
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
135 gq-marshal.c \ |
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
136 gq-marshal.h \ |
1015 | 137 gq-marshal.list \ |
45
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
138 format_canon.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
139 format_canon.h \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
140 format_fuji.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
141 format_fuji.h \ |
51
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
142 format_nikon.c \ |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
143 format_nikon.h \ |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
144 format_olympus.c \ |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
145 format_olympus.h \ |
43
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
146 format_raw.c \ |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
147 format_raw.h \ |
9 | 148 fullscreen.c \ |
149 fullscreen.h \ | |
273
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
150 histogram.c \ |
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
151 histogram.h \ |
902 | 152 history_list.c \ |
153 history_list.h \ | |
1 | 154 image.c \ |
155 image.h \ | |
9 | 156 image-load.c \ |
157 image-load.h \ | |
158 image-overlay.c \ | |
159 image-overlay.h \ | |
1 | 160 img-view.c \ |
9 | 161 img-view.h \ |
162 layout.c \ | |
163 layout.h \ | |
164 layout_config.c \ | |
165 layout_config.h \ | |
166 layout_image.c \ | |
167 layout_image.h \ | |
168 layout_util.c \ | |
169 layout_util.h \ | |
528 | 170 lirc.c \ |
171 lirc.h \ | |
678
6d6f042b8ca5
Add a log window that shows normal and debug messages. For now, it was added to Help menu.
zas_
parents:
648
diff
changeset
|
172 logwindow.c \ |
6d6f042b8ca5
Add a log window that shows normal and debug messages. For now, it was added to Help menu.
zas_
parents:
648
diff
changeset
|
173 logwindow.h \ |
1 | 174 main.c \ |
281 | 175 main.h \ |
9 | 176 md5-util.c \ |
177 md5-util.h \ | |
1 | 178 menu.c \ |
9 | 179 menu.h \ |
1178
f6449c17306b
Move comments/keywords read and write stuff to new metadata.{c,h}.
zas_
parents:
1022
diff
changeset
|
180 metadata.c \ |
f6449c17306b
Move comments/keywords read and write stuff to new metadata.{c,h}.
zas_
parents:
1022
diff
changeset
|
181 metadata.h \ |
1022
9962b24b6b43
Move miscellaneous functions to their own files (new misc.[ch]).
zas_
parents:
1015
diff
changeset
|
182 misc.c \ |
9962b24b6b43
Move miscellaneous functions to their own files (new misc.[ch]).
zas_
parents:
1015
diff
changeset
|
183 misc.h \ |
508
011a6be611c8
Move options stuff to options.{c,h} and remove globals.c
zas_
parents:
507
diff
changeset
|
184 options.c \ |
011a6be611c8
Move options stuff to options.{c,h} and remove globals.c
zas_
parents:
507
diff
changeset
|
185 options.h \ |
105
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
186 pan-calendar.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
187 pan-folder.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
188 pan-grid.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
189 pan-item.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
190 pan-timeline.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
191 pan-types.h \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
192 pan-util.c \ |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
193 pan-view.c \ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
194 pan-view.h \ |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
195 pixbuf-renderer.c \ |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
196 pixbuf-renderer.h \ |
9 | 197 pixbuf_util.c \ |
198 pixbuf_util.h \ | |
199 preferences.c \ | |
200 preferences.h \ | |
201 print.c \ | |
202 print.h \ | |
203 remote.c \ | |
204 remote.h \ | |
1 | 205 rcfile.c \ |
9 | 206 rcfile.h \ |
207 search.c \ | |
208 search.h \ | |
307
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
209 secure_save.c \ |
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
210 secure_save.h \ |
9 | 211 similar.c \ |
212 similar.h \ | |
1 | 213 slideshow.c \ |
9 | 214 slideshow.h \ |
215 typedefs.h \ | |
1 | 216 thumb.c \ |
9 | 217 thumb.h \ |
218 thumb_standard.c \ | |
219 thumb_standard.h \ | |
597 | 220 trash.c \ |
686 | 221 trash.h \ |
904
1698baa37871
Move uri_*() functions to separate files: uri_utils.[ch]
zas_
parents:
902
diff
changeset
|
222 uri_utils.c \ |
1698baa37871
Move uri_*() functions to separate files: uri_utils.[ch]
zas_
parents:
902
diff
changeset
|
223 uri_utils.h \ |
1 | 224 utilops.c \ |
9 | 225 utilops.h \ |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
226 view_dir.c \ |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
227 view_dir.h \ |
9 | 228 view_dir_list.c \ |
229 view_dir_list.h \ | |
230 view_dir_tree.c \ | |
231 view_dir_tree.h \ | |
554
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
528
diff
changeset
|
232 view_file.c \ |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
528
diff
changeset
|
233 view_file.h \ |
9 | 234 view_file_list.c \ |
235 view_file_list.h \ | |
236 view_file_icon.c \ | |
648
e34c1002e553
Move some functions from main.[ch] to new window.[ch].
zas_
parents:
597
diff
changeset
|
237 view_file_icon.h \ |
e34c1002e553
Move some functions from main.[ch] to new window.[ch].
zas_
parents:
597
diff
changeset
|
238 window.c \ |
e34c1002e553
Move some functions from main.[ch] to new window.[ch].
zas_
parents:
597
diff
changeset
|
239 window.h |
1 | 240 |
686 | 241 geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS) |
1 | 242 |
9 | 243 EXTRA_DIST = \ |
244 $(extra_SLIK) | |
1 | 245 |
1012
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
246 gq-marshal.h: gq-marshal.list |
1505 | 247 $(GLIB_GENMARSHAL) --prefix=gq_marshal $(srcdir)/gq-marshal.list --header >$@ |
1012
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
248 |
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
249 gq-marshal.c: gq-marshal.list |
1505 | 250 (echo "#include \"gq-marshal.h\"" ; $(GLIB_GENMARSHAL) --prefix=gq_marshal $(srcdir)/gq-marshal.list --body ) >$@ |
1012
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
251 |
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
252 |
fe82830ab8fd
converted image loader to a GObject and use signals for notification
nadvornik
parents:
904
diff
changeset
|
253 |