Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
[geeqie.git] / src / Makefile.am
1 SUBDIRS = icons
2 DIST_SUBDIRS = icons
3
4 INCLUDES = -I$(srcdir) -I$(builddir)    \
5         -I$(top_srcdir) -I$(top_builddir)       \
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)
50
51 bin_PROGRAMS = gqview
52
53 gqview_SOURCES = \
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-loader.c  \
64         cache-loader.h  \
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 \
77         color-man.c     \
78         color-man.h     \
79         dnd.c           \
80         dnd.h           \
81         dupe.c          \
82         dupe.h          \
83         editors.c       \
84         editors.h       \
85         exif.c          \
86         exif.h          \
87         filelist.c      \
88         filelist.h      \
89         format_canon.c  \
90         format_canon.h  \
91         format_fuji.c   \
92         format_fuji.h   \
93         format_nikon.c  \
94         format_nikon.h  \
95         format_olympus.c        \
96         format_olympus.h        \
97         format_raw.c    \
98         format_raw.h    \
99         fullscreen.c    \
100         fullscreen.h    \
101         globals.c       \
102         gqview.h        \
103         image.c         \
104         image.h         \
105         image-load.c    \
106         image-load.h    \
107         image-overlay.c \
108         image-overlay.h \
109         img-view.c      \
110         img-view.h      \
111         info.c          \
112         info.h          \
113         layout.c        \
114         layout.h        \
115         layout_config.c \
116         layout_config.h \
117         layout_image.c  \
118         layout_image.h  \
119         layout_util.c   \
120         layout_util.h   \
121         main.c          \
122         md5-util.c      \
123         md5-util.h      \
124         menu.c          \
125         menu.h          \
126         pan-calendar.c  \
127         pan-folder.c    \
128         pan-grid.c      \
129         pan-item.c      \
130         pan-timeline.c  \
131         pan-types.h     \
132         pan-util.c      \
133         pan-view.c      \
134         pan-view.h      \
135         pixbuf-renderer.c       \
136         pixbuf-renderer.h       \
137         pixbuf_util.c   \
138         pixbuf_util.h   \
139         preferences.c   \
140         preferences.h   \
141         print.c         \
142         print.h         \
143         remote.c        \
144         remote.h        \
145         rcfile.c        \
146         rcfile.h        \
147         search.c        \
148         search.h        \
149         similar.c       \
150         similar.h       \
151         slideshow.c     \
152         slideshow.h     \
153         typedefs.h      \
154         thumb.c         \
155         thumb.h         \
156         thumb_standard.c        \
157         thumb_standard.h        \
158         utilops.c       \
159         utilops.h       \
160         view_dir_list.c \
161         view_dir_list.h \
162         view_dir_tree.c \
163         view_dir_tree.h \
164         view_file_list.c        \
165         view_file_list.h        \
166         view_file_icon.c        \
167         view_file_icon.h
168
169 gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS)
170
171 EXTRA_DIST = \
172         $(extra_SLIK)
173