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