annotate src/Makefile.am @ 1667:ece97f3f2305

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