Mercurial > geeqie.yaz
annotate src/Makefile.am @ 18:bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
Fri Mar 4 21:53:03 2005 John Ellis <johne@verizon.net>
* pan-view.c: Add calendar view. Make mouse wheel scroll.
* po/POTFILES.in: Add pan-view.c for translation.
author | gqview |
---|---|
date | Sat, 05 Mar 2005 03:00:57 +0000 |
parents | 147f4c4b9025 |
children | 17acca639a86 |
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 \ | |
63 cache_maint.c \ | |
64 cache_maint.h \ | |
65 cellrenderericon.c \ | |
66 cellrenderericon.h \ | |
67 collect.c \ | |
68 collect.h \ | |
69 collect-dlg.c \ | |
70 collect-dlg.h \ | |
71 collect-io.c \ | |
72 collect-io.h \ | |
73 collect-table.c \ | |
74 collect-table.h \ | |
1 | 75 dnd.c \ |
9 | 76 dnd.h \ |
77 dupe.c \ | |
78 dupe.h \ | |
79 editors.c \ | |
80 editors.h \ | |
81 exif.c \ | |
82 exif.h \ | |
1 | 83 filelist.c \ |
9 | 84 filelist.h \ |
85 fullscreen.c \ | |
86 fullscreen.h \ | |
1 | 87 globals.c \ |
88 gqview.h \ | |
89 image.c \ | |
90 image.h \ | |
9 | 91 image-load.c \ |
92 image-load.h \ | |
93 image-overlay.c \ | |
94 image-overlay.h \ | |
1 | 95 img-view.c \ |
9 | 96 img-view.h \ |
97 info.c \ | |
98 info.h \ | |
99 layout.c \ | |
100 layout.h \ | |
101 layout_config.c \ | |
102 layout_config.h \ | |
103 layout_image.c \ | |
104 layout_image.h \ | |
105 layout_util.c \ | |
106 layout_util.h \ | |
1 | 107 main.c \ |
9 | 108 md5-util.c \ |
109 md5-util.h \ | |
1 | 110 menu.c \ |
9 | 111 menu.h \ |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
112 pan-view.c \ |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
113 pan-view.h \ |
9 | 114 pixbuf_util.c \ |
115 pixbuf_util.h \ | |
116 preferences.c \ | |
117 preferences.h \ | |
118 print.c \ | |
119 print.h \ | |
120 remote.c \ | |
121 remote.h \ | |
1 | 122 rcfile.c \ |
9 | 123 rcfile.h \ |
124 search.c \ | |
125 search.h \ | |
126 similar.c \ | |
127 similar.h \ | |
1 | 128 slideshow.c \ |
9 | 129 slideshow.h \ |
130 typedefs.h \ | |
1 | 131 thumb.c \ |
9 | 132 thumb.h \ |
133 thumb_standard.c \ | |
134 thumb_standard.h \ | |
1 | 135 utilops.c \ |
9 | 136 utilops.h \ |
137 view_dir_list.c \ | |
138 view_dir_list.h \ | |
139 view_dir_tree.c \ | |
140 view_dir_tree.h \ | |
141 view_file_list.c \ | |
142 view_file_list.h \ | |
143 view_file_icon.c \ | |
144 view_file_icon.h | |
1 | 145 |
9 | 146 gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) |
1 | 147 |
9 | 148 EXTRA_DIST = \ |
149 $(extra_SLIK) | |
1 | 150 |