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