Mercurial > geeqie.yaz
annotate src/Makefile.am @ 431:d7272434b8c2
Sort options.
author | zas_ |
---|---|
date | Sat, 19 Apr 2008 21:18:24 +0000 |
parents | 26c6e768bd47 |
children | 5e9c24d3b3a8 |
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 \ |
1 | 92 dnd.c \ |
9 | 93 dnd.h \ |
94 dupe.c \ | |
95 dupe.h \ | |
96 editors.c \ | |
97 editors.h \ | |
98 exif.c \ | |
99 exif.h \ | |
178
9dc8bc9b2bb9
first exiv2 support that does not crash immediately
nadvornik
parents:
177
diff
changeset
|
100 exif-int.h \ |
182 | 101 exif-common.c \ |
177 | 102 exiv2.cc \ |
1 | 103 filelist.c \ |
9 | 104 filelist.h \ |
45
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
105 format_canon.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
106 format_canon.h \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
107 format_fuji.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
108 format_fuji.h \ |
51
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
109 format_nikon.c \ |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
110 format_nikon.h \ |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
111 format_olympus.c \ |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
112 format_olympus.h \ |
43
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
113 format_raw.c \ |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
114 format_raw.h \ |
9 | 115 fullscreen.c \ |
116 fullscreen.h \ | |
1 | 117 globals.c \ |
273
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
118 histogram.c \ |
e0e2c2b72c5a
reworked the histogram patch by Uwe Ohse, most of the code is in
nadvornik
parents:
195
diff
changeset
|
119 histogram.h \ |
1 | 120 image.c \ |
121 image.h \ | |
9 | 122 image-load.c \ |
123 image-load.h \ | |
124 image-overlay.c \ | |
125 image-overlay.h \ | |
1 | 126 img-view.c \ |
9 | 127 img-view.h \ |
128 info.c \ | |
129 info.h \ | |
130 layout.c \ | |
131 layout.h \ | |
132 layout_config.c \ | |
133 layout_config.h \ | |
134 layout_image.c \ | |
135 layout_image.h \ | |
136 layout_util.c \ | |
137 layout_util.h \ | |
1 | 138 main.c \ |
281 | 139 main.h \ |
9 | 140 md5-util.c \ |
141 md5-util.h \ | |
1 | 142 menu.c \ |
9 | 143 menu.h \ |
105
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
144 pan-calendar.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
145 pan-folder.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
146 pan-grid.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
147 pan-item.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
148 pan-timeline.c \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
149 pan-types.h \ |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
150 pan-util.c \ |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
151 pan-view.c \ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
152 pan-view.h \ |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
153 pixbuf-renderer.c \ |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
154 pixbuf-renderer.h \ |
9 | 155 pixbuf_util.c \ |
156 pixbuf_util.h \ | |
157 preferences.c \ | |
158 preferences.h \ | |
159 print.c \ | |
160 print.h \ | |
161 remote.c \ | |
162 remote.h \ | |
1 | 163 rcfile.c \ |
9 | 164 rcfile.h \ |
165 search.c \ | |
166 search.h \ | |
307
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
167 secure_save.c \ |
667e49f52168
Move secure save code to its own files: secure_save.{c,h}.
zas_
parents:
281
diff
changeset
|
168 secure_save.h \ |
9 | 169 similar.c \ |
170 similar.h \ | |
1 | 171 slideshow.c \ |
9 | 172 slideshow.h \ |
173 typedefs.h \ | |
1 | 174 thumb.c \ |
9 | 175 thumb.h \ |
176 thumb_standard.c \ | |
177 thumb_standard.h \ | |
1 | 178 utilops.c \ |
9 | 179 utilops.h \ |
380
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
180 view_dir.c \ |
5afe77bb563a
Introduce a new struct ViewDir to handle directory views common
zas_
parents:
308
diff
changeset
|
181 view_dir.h \ |
9 | 182 view_dir_list.c \ |
183 view_dir_list.h \ | |
184 view_dir_tree.c \ | |
185 view_dir_tree.h \ | |
186 view_file_list.c \ | |
187 view_file_list.h \ | |
188 view_file_icon.c \ | |
189 view_file_icon.h | |
1 | 190 |
195 | 191 geeqie_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS) |
1 | 192 |
9 | 193 EXTRA_DIST = \ |
194 $(extra_SLIK) | |
1 | 195 |