Mercurial > geeqie
annotate src/Makefile.am @ 618:b1a922a32d9c
Save full OSD state to rc file and restore it on startup.
It allows to restore OSD with or without histogram depending
on previous state.
author | zas_ |
---|---|
date | Sat, 10 May 2008 09:00:14 +0000 |
parents | 5da092a6a92a |
children | e34c1002e553 |
rev | line source |
---|---|
1 | 1 SUBDIRS = icons |
2 DIST_SUBDIRS = icons | |
3 | |
4 INCLUDES = -I$(srcdir) -I$(builddir) \ | |
5 -I$(top_srcdir) -I$(top_builddir) \ | |
9 | 6 -I$(includedir) $(GTK_CFLAGS) |
7 | |
8 module_SLIK = \ | |
9 intl.h \ | |
10 ui_bookmark.c \ | |
11 ui_bookmark.h \ | |
12 ui_fileops.c \ | |
13 ui_fileops.h \ | |
14 ui_help.c \ | |
15 ui_help.h \ | |
16 ui_menu.c \ | |
17 ui_menu.h \ | |
18 ui_misc.c \ | |
19 ui_misc.h \ | |
20 ui_pathsel.c \ | |
21 ui_pathsel.h \ | |
22 ui_spinner.c \ | |
23 ui_spinner.h \ | |
24 ui_tabcomp.c \ | |
25 ui_tabcomp.h \ | |
26 ui_tree_edit.c \ | |
27 ui_tree_edit.h \ | |
28 ui_utildlg.c \ | |
29 ui_utildlg.h | |
30 | |
31 extra_ICONS = \ | |
32 ui_spinner.png \ | |
33 ui_tabcomp.png | |
34 | |
35 ICON_PAIRS = \ | |
36 icon_spinner $(srcdir)/ui_spinner.png \ | |
37 icon_tabcomp $(srcdir)/ui_tabcomp.png | |
38 | |
308
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
39 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
|
40 @(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
|
41 echo '#ifndef UI_ICONS_H'; \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
42 echo '#define UI_ICONS_H'; echo; \ |
6cb3c072be3f
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents:
307
diff
changeset
|
43 $(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
|
44 echo '#endif /* UI_ICONS_H */') > $@ || echo "!!! Failed to generate $@ !!!" |
9 | 45 |
424 | 46 ClayRGB1998_icc.h: ClayRGB1998.icc |
47 echo "/*" > $@ | |
48 echo " * This file was generated from ClayRGB1998.icc, DO NOT EDIT " >> $@ | |
49 echo " * http://www.argyllcms.com/ClayRGB1998.zip " >> $@ | |
50 echo " */ " >> $@ | |
51 xxd -i $^ >> $@ | |
52 | |
9 | 53 ui_spinner.o: ui_icons.h |
54 | |
55 | |
56 noinst_DATA = ui_icons.h | |
57 CLEANFILES = $(noinst_DATA) | |
58 | |
59 extra_SLIK = \ | |
60 $(extra_ICONS) | |
1 | 61 |
195 | 62 bin_PROGRAMS = geeqie |
1 | 63 |
195 | 64 geeqie_SOURCES = \ |
9 | 65 $(module_SLIK) \ |
424 | 66 ClayRGB1998.icc \ |
67 ClayRGB1998_icc.h \ | |
9 | 68 bar_info.c \ |
69 bar_info.h \ | |
70 bar_exif.c \ | |
71 bar_exif.h \ | |
72 bar_sort.c \ | |
73 bar_sort.h \ | |
74 cache.c \ | |
75 cache.h \ | |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
76 cache-loader.c \ |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
77 cache-loader.h \ |
9 | 78 cache_maint.c \ |
79 cache_maint.h \ | |
80 cellrenderericon.c \ | |
81 cellrenderericon.h \ | |
82 collect.c \ | |
83 collect.h \ | |
84 collect-dlg.c \ | |
85 collect-dlg.h \ | |
86 collect-io.c \ | |
87 collect-io.h \ | |
88 collect-table.c \ | |
89 collect-table.h \ | |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
90 color-man.c \ |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
91 color-man.h \ |
457
5e9c24d3b3a8
Add a replacement for gtk_radio_action_set_current_value() which
zas_
parents:
424
diff
changeset
|
92 compat.c \ |
5e9c24d3b3a8
Add a replacement for gtk_radio_action_set_current_value() which
zas_
parents:
424
diff
changeset
|
93 compat.h \ |
507 | 94 debug.c \ |
95 debug.h \ | |
1 | 96 dnd.c \ |
9 | 97 dnd.h \ |
98 dupe.c \ | |
99 dupe.h \ | |
100 editors.c \ | |
101 editors.h \ | |
102 exif.c \ | |
103 exif.h \ | |
178
9dc8bc9b2bb9
first exiv2 support that does not crash immediately
nadvornik
parents:
177
diff
changeset
|
104 exif-int.h \ |
182 | 105 exif-common.c \ |
177 | 106 exiv2.cc \ |
586 | 107 filedata.c \ |
108 filedata.h \ | |
109 filefilter.c \ | |
110 filefilter.h \ | |
45
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
111 format_canon.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
112 format_canon.h \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
113 format_fuji.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
114 format_fuji.h \ |
51
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
115 format_nikon.c \ |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
116 format_nikon.h \ |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
117 format_olympus.c \ |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
118 format_olympus.h \ |
43
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
119 format_raw.c \ |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
120 format_raw.h \ |
9 | 121 fullscreen.c \ |
122 fullscreen.h \ | |
273
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
123 histogram.c \ |
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
124 histogram.h \ |
1 | 125 image.c \ |
126 image.h \ | |
9 | 127 image-load.c \ |
128 image-load.h \ | |
129 image-overlay.c \ | |
130 image-overlay.h \ | |
1 | 131 img-view.c \ |
9 | 132 img-view.h \ |
133 info.c \ | |
134 info.h \ | |
135 layout.c \ | |
136 layout.h \ | |
137 layout_config.c \ | |
138 layout_config.h \ | |
139 layout_image.c \ | |
140 layout_image.h \ | |
141 layout_util.c \ | |
142 layout_util.h \ | |
528 | 143 lirc.c \ |
144 lirc.h \ | |
1 | 145 main.c \ |
281 | 146 main.h \ |
9 | 147 md5-util.c \ |
148 md5-util.h \ | |
1 | 149 menu.c \ |
9 | 150 menu.h \ |
508
011a6be611c8
Move options stuff to options.{c,h} and remove globals.c
zas_
parents:
507
diff
changeset
|
151 options.c \ |
011a6be611c8
Move options stuff to options.{c,h} and remove globals.c
zas_
parents:
507
diff
changeset
|
152 options.h \ |
105
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
153 pan-calendar.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
154 pan-folder.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
155 pan-grid.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
156 pan-item.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
157 pan-timeline.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
158 pan-types.h \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
159 pan-util.c \ |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
160 pan-view.c \ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
161 pan-view.h \ |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
162 pixbuf-renderer.c \ |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
163 pixbuf-renderer.h \ |
9 | 164 pixbuf_util.c \ |
165 pixbuf_util.h \ | |
166 preferences.c \ | |
167 preferences.h \ | |
168 print.c \ | |
169 print.h \ | |
170 remote.c \ | |
171 remote.h \ | |
1 | 172 rcfile.c \ |
9 | 173 rcfile.h \ |
174 search.c \ | |
175 search.h \ | |
307
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
176 secure_save.c \ |
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
177 secure_save.h \ |
9 | 178 similar.c \ |
179 similar.h \ | |
1 | 180 slideshow.c \ |
9 | 181 slideshow.h \ |
182 typedefs.h \ | |
1 | 183 thumb.c \ |
9 | 184 thumb.h \ |
185 thumb_standard.c \ | |
186 thumb_standard.h \ | |
597 | 187 trash.c \ |
1 | 188 utilops.c \ |
9 | 189 utilops.h \ |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
190 view_dir.c \ |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
191 view_dir.h \ |
9 | 192 view_dir_list.c \ |
193 view_dir_list.h \ | |
194 view_dir_tree.c \ | |
195 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
|
196 view_file.c \ |
2da72a136070
Prepare merging of some parts of view_file_list and view_file_icon and
zas_
parents:
528
diff
changeset
|
197 view_file.h \ |
9 | 198 view_file_list.c \ |
199 view_file_list.h \ | |
200 view_file_icon.c \ | |
201 view_file_icon.h | |
1 | 202 |
195 | 203 geeqie_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS) |
1 | 204 |
9 | 205 EXTRA_DIST = \ |
206 $(extra_SLIK) | |
1 | 207 |