Mercurial > geeqie.yaz
annotate src/Makefile.am @ 102:73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
* pan-view.c: For calendar view only show months that contain an image.
Allow choice of size when displaying an image with the info popup.
author | gqview |
---|---|
date | Wed, 08 Nov 2006 00:57:04 +0000 |
parents | a8c9992320f4 |
children | de64a683d5d0 |
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 | |
39 ui_icons.h: $(extra_ICONS) | |
40 gdk-pixbuf-csource --raw --extern --build-list $(ICON_PAIRS) > ui_icons.h | |
41 | |
42 ui_spinner.o: ui_icons.h | |
43 | |
44 | |
45 noinst_DATA = ui_icons.h | |
46 CLEANFILES = $(noinst_DATA) | |
47 | |
48 extra_SLIK = \ | |
49 $(extra_ICONS) | |
1 | 50 |
51 bin_PROGRAMS = gqview | |
52 | |
53 gqview_SOURCES = \ | |
9 | 54 $(module_SLIK) \ |
55 bar_info.c \ | |
56 bar_info.h \ | |
57 bar_exif.c \ | |
58 bar_exif.h \ | |
59 bar_sort.c \ | |
60 bar_sort.h \ | |
61 cache.c \ | |
62 cache.h \ | |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
63 cache-loader.c \ |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
64 cache-loader.h \ |
9 | 65 cache_maint.c \ |
66 cache_maint.h \ | |
67 cellrenderericon.c \ | |
68 cellrenderericon.h \ | |
69 collect.c \ | |
70 collect.h \ | |
71 collect-dlg.c \ | |
72 collect-dlg.h \ | |
73 collect-io.c \ | |
74 collect-io.h \ | |
75 collect-table.c \ | |
76 collect-table.h \ | |
1 | 77 dnd.c \ |
9 | 78 dnd.h \ |
79 dupe.c \ | |
80 dupe.h \ | |
81 editors.c \ | |
82 editors.h \ | |
83 exif.c \ | |
84 exif.h \ | |
1 | 85 filelist.c \ |
9 | 86 filelist.h \ |
45
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
87 format_canon.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
88 format_canon.h \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
89 format_fuji.c \ |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
90 format_fuji.h \ |
51
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
91 format_nikon.c \ |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
92 format_nikon.h \ |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
93 format_olympus.c \ |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
94 format_olympus.h \ |
43
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
95 format_raw.c \ |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
96 format_raw.h \ |
9 | 97 fullscreen.c \ |
98 fullscreen.h \ | |
1 | 99 globals.c \ |
100 gqview.h \ | |
101 image.c \ | |
102 image.h \ | |
9 | 103 image-load.c \ |
104 image-load.h \ | |
105 image-overlay.c \ | |
106 image-overlay.h \ | |
1 | 107 img-view.c \ |
9 | 108 img-view.h \ |
109 info.c \ | |
110 info.h \ | |
111 layout.c \ | |
112 layout.h \ | |
113 layout_config.c \ | |
114 layout_config.h \ | |
115 layout_image.c \ | |
116 layout_image.h \ | |
117 layout_util.c \ | |
118 layout_util.h \ | |
1 | 119 main.c \ |
9 | 120 md5-util.c \ |
121 md5-util.h \ | |
1 | 122 menu.c \ |
9 | 123 menu.h \ |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
124 pan-view.c \ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
125 pan-view.h \ |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
126 pixbuf-renderer.c \ |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
127 pixbuf-renderer.h \ |
9 | 128 pixbuf_util.c \ |
129 pixbuf_util.h \ | |
130 preferences.c \ | |
131 preferences.h \ | |
132 print.c \ | |
133 print.h \ | |
134 remote.c \ | |
135 remote.h \ | |
1 | 136 rcfile.c \ |
9 | 137 rcfile.h \ |
138 search.c \ | |
139 search.h \ | |
140 similar.c \ | |
141 similar.h \ | |
1 | 142 slideshow.c \ |
9 | 143 slideshow.h \ |
144 typedefs.h \ | |
1 | 145 thumb.c \ |
9 | 146 thumb.h \ |
147 thumb_standard.c \ | |
148 thumb_standard.h \ | |
1 | 149 utilops.c \ |
9 | 150 utilops.h \ |
151 view_dir_list.c \ | |
152 view_dir_list.h \ | |
153 view_dir_tree.c \ | |
154 view_dir_tree.h \ | |
155 view_file_list.c \ | |
156 view_file_list.h \ | |
157 view_file_icon.c \ | |
158 view_file_icon.h | |
1 | 159 |
9 | 160 gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) |
1 | 161 |
9 | 162 EXTRA_DIST = \ |
163 $(extra_SLIK) | |
1 | 164 |