Statistics
| Revision:

root / src / Makefile.am @ 7

History | View | Annotate | Download (5.2 kB)

1 1 hiro
bin_PROGRAMS = sylpheed
2 1 hiro
3 1 hiro
sylpheed_SOURCES = \
4 1 hiro
	intl.h \
5 1 hiro
	defs.h \
6 1 hiro
	version.h \
7 1 hiro
	main.c main.h \
8 1 hiro
	mainwindow.c mainwindow.h \
9 1 hiro
	folderview.c folderview.h \
10 1 hiro
	summaryview.c summaryview.h \
11 1 hiro
	messageview.c messageview.h \
12 1 hiro
	headerview.c headerview.h \
13 1 hiro
	textview.c textview.h \
14 1 hiro
	imageview.c imageview.h \
15 1 hiro
	mimeview.c mimeview.h \
16 1 hiro
	summary_search.c summary_search.h \
17 1 hiro
	message_search.c message_search.h \
18 1 hiro
	colorlabel.c colorlabel.h \
19 1 hiro
	folder.c folder.h \
20 1 hiro
	procmsg.c procmsg.h \
21 1 hiro
	procheader.c procheader.h \
22 1 hiro
	filter.c filter.h \
23 1 hiro
	action.c action.h \
24 1 hiro
	compose.c compose.h \
25 1 hiro
	gtkshruler.c gtkshruler.h \
26 1 hiro
	gtksctree.c gtksctree.h \
27 1 hiro
	menu.c menu.h \
28 1 hiro
	stock_pixmap.c stock_pixmap.h \
29 1 hiro
	prefs.c prefs.h \
30 1 hiro
	prefs_common.c prefs_common.h \
31 1 hiro
	prefs_filter.c prefs_filter.h \
32 1 hiro
	prefs_filter_edit.c prefs_filter_edit.h \
33 1 hiro
	prefs_account.c prefs_account.h \
34 1 hiro
	prefs_folder_item.c prefs_folder_item.h \
35 1 hiro
	prefs_display_header.c prefs_display_header.h \
36 1 hiro
	prefs_customheader.c prefs_customheader.h \
37 1 hiro
	prefs_summary_column.c prefs_summary_column.h \
38 1 hiro
	prefs_template.c prefs_template.h \
39 1 hiro
	prefs_actions.c prefs_actions.h \
40 1 hiro
	account.c account.h \
41 1 hiro
	displayheader.c displayheader.h \
42 1 hiro
	customheader.c customheader.h \
43 1 hiro
	template.c template.h \
44 1 hiro
	addressbook.c addressbook.h \
45 1 hiro
	addr_compl.c addr_compl.h \
46 1 hiro
	addressitem.h \
47 1 hiro
	addritem.c addritem.h \
48 1 hiro
	addrcache.c addrcache.h \
49 1 hiro
	addrbook.c addrbook.h \
50 1 hiro
	addrindex.c addrindex.h \
51 1 hiro
	mgutils.c mgutils.h \
52 1 hiro
	vcard.c vcard.h \
53 1 hiro
	ldif.c ldif.h \
54 1 hiro
	importldif.c importldif.h \
55 1 hiro
	jpilot.c jpilot.h \
56 1 hiro
	syldap.c syldap.h \
57 1 hiro
	editbook.c editbook.h \
58 1 hiro
	editgroup.c editgroup.h \
59 1 hiro
	editaddress.c editaddress.h \
60 1 hiro
	editvcard.c editvcard.h \
61 1 hiro
	editjpilot.c editjpilot.h \
62 1 hiro
	editldap.c editldap.h \
63 1 hiro
	editldap_basedn.c editldap_basedn.h \
64 1 hiro
	addressadd.c addressadd.h \
65 1 hiro
	filesel.c filesel.h \
66 1 hiro
	foldersel.c foldersel.h \
67 1 hiro
	statusbar.c statusbar.h \
68 1 hiro
	logwindow.c logwindow.h \
69 1 hiro
	sourcewindow.c sourcewindow.h \
70 1 hiro
	manage_window.c manage_window.h \
71 1 hiro
	undo.c undo.h \
72 1 hiro
	alertpanel.c alertpanel.h \
73 1 hiro
	inputdialog.c inputdialog.h \
74 1 hiro
	progressdialog.c progressdialog.h \
75 1 hiro
	grouplistdialog.c grouplistdialog.h \
76 1 hiro
	about.c about.h \
77 1 hiro
	setup.c setup.h \
78 1 hiro
	utils.c utils.h \
79 1 hiro
	gtkutils.c gtkutils.h \
80 1 hiro
	codeconv.c codeconv.h \
81 1 hiro
	unmime.c unmime.h \
82 1 hiro
	base64.c base64.h \
83 1 hiro
	quoted-printable.c quoted-printable.h \
84 1 hiro
	uuencode.c uuencode.h \
85 1 hiro
	md5.c md5.h \
86 1 hiro
	socket.c socket.h \
87 1 hiro
	ssl.c ssl.h \
88 1 hiro
	session.c session.h \
89 1 hiro
	smtp.c smtp.h \
90 1 hiro
	pop.c pop.h \
91 1 hiro
	mh.c mh.h \
92 1 hiro
	mbox.c mbox.h \
93 1 hiro
	send_message.c send_message.h \
94 1 hiro
	recv.c recv.h \
95 1 hiro
	inc.c inc.h \
96 1 hiro
	import.c import.h \
97 1 hiro
	export.c export.h \
98 1 hiro
	nntp.c nntp.h \
99 1 hiro
	news.c news.h \
100 1 hiro
	imap.c imap.h \
101 1 hiro
	xml.c xml.h \
102 1 hiro
	html.c html.h \
103 1 hiro
	procmime.c procmime.h \
104 1 hiro
	rfc2015.c rfc2015.h \
105 1 hiro
	passphrase.c passphrase.h \
106 1 hiro
	select-keys.c select-keys.h \
107 1 hiro
	sigstatus.c sigstatus.h \
108 1 hiro
	simple-gettext.c \
109 1 hiro
	manual.c manual.h \
110 1 hiro
	stringtable.c stringtable.h \
111 1 hiro
	quote_fmt_lex.l quote_fmt_lex.h \
112 1 hiro
	quote_fmt_parse.y quote_fmt.h \
113 1 hiro
	sylpheed-marshal.c sylpheed-marshal.h
114 1 hiro
115 1 hiro
BUILT_SOURCES = \
116 1 hiro
	quote_fmt_lex.c \
117 1 hiro
	quote_fmt_parse.c \
118 1 hiro
	quote_fmt_parse.h \
119 1 hiro
	sylpheed-marshal.c \
120 1 hiro
	sylpheed-marshal.h
121 1 hiro
122 1 hiro
EXTRA_DIST = \
123 1 hiro
	quote_fmt_parse.h \
124 1 hiro
	sylpheed-marshal.list \
125 1 hiro
	version.h.in \
126 1 hiro
	pixmaps/clip.xpm \
127 1 hiro
	pixmaps/deleted.xpm \
128 1 hiro
	pixmaps/dir-close.xpm \
129 1 hiro
	pixmaps/dir-open.xpm \
130 1 hiro
	pixmaps/dir-noselect.xpm \
131 1 hiro
	pixmaps/forwarded.xpm \
132 1 hiro
	pixmaps/group.xpm \
133 1 hiro
	pixmaps/inbox.xpm \
134 1 hiro
	pixmaps/mark.xpm \
135 1 hiro
	pixmaps/checkbox_on.xpm \
136 1 hiro
	pixmaps/checkbox_off.xpm \
137 1 hiro
	pixmaps/new.xpm \
138 1 hiro
	pixmaps/offline.xpm \
139 1 hiro
	pixmaps/online.xpm \
140 1 hiro
	pixmaps/outbox.xpm \
141 1 hiro
	pixmaps/replied.xpm \
142 1 hiro
	pixmaps/trash.xpm \
143 1 hiro
	pixmaps/unread.xpm \
144 1 hiro
	pixmaps/linewrap.xpm \
145 1 hiro
	pixmaps/continue.xpm \
146 1 hiro
	pixmaps/complete.xpm \
147 1 hiro
	pixmaps/error.xpm \
148 1 hiro
	pixmaps/stock_dialog_error_48.xpm \
149 1 hiro
	pixmaps/stock_dialog_info_48.xpm \
150 1 hiro
	pixmaps/stock_dialog_question_48.xpm \
151 1 hiro
	pixmaps/stock_dialog_warning_48.xpm \
152 1 hiro
	pixmaps/stock_mail.xpm \
153 1 hiro
	pixmaps/stock_mail_attach.xpm \
154 1 hiro
	pixmaps/stock_mail_receive.xpm \
155 1 hiro
	pixmaps/stock_mail_receive_all.xpm \
156 1 hiro
	pixmaps/stock_mail_send.xpm \
157 1 hiro
	pixmaps/stock_mail_send_queue.xpm \
158 1 hiro
	pixmaps/stock_mail_compose.xpm \
159 1 hiro
	pixmaps/stock_mail_reply.xpm \
160 1 hiro
	pixmaps/stock_mail_reply_to_all.xpm \
161 1 hiro
	pixmaps/stock_mail_forward.xpm \
162 1 hiro
	pixmaps/stock_preferences.xpm \
163 1 hiro
	pixmaps/stock_properties.xpm \
164 1 hiro
	pixmaps/stock_search.xpm \
165 1 hiro
	pixmaps/stock_close.xpm \
166 1 hiro
	pixmaps/stock_exec.xpm \
167 1 hiro
	pixmaps/stock_trash.xpm \
168 1 hiro
	pixmaps/stock_up_arrow.xpm \
169 1 hiro
	pixmaps/stock_down_arrow.xpm \
170 1 hiro
	pixmaps/stock_paste.xpm \
171 1 hiro
	pixmaps/stock_add_16.xpm \
172 1 hiro
	pixmaps/stock_remove_16.xpm \
173 1 hiro
	pixmaps/tb_address_book.xpm \
174 1 hiro
	pixmaps/sylpheed-logo.xpm \
175 1 hiro
	pixmaps/address.xpm \
176 1 hiro
	pixmaps/book.xpm \
177 1 hiro
	pixmaps/category.xpm \
178 1 hiro
	pixmaps/interface.xpm \
179 1 hiro
	pixmaps/jpilot.xpm \
180 1 hiro
	pixmaps/ldap.xpm \
181 1 hiro
	pixmaps/vcard.xpm \
182 1 hiro
	pixmaps/mail.xpm
183 1 hiro
184 1 hiro
INCLUDES = \
185 1 hiro
	-DG_LOG_DOMAIN=\"Sylpheed\" \
186 1 hiro
	-I$(top_srcdir)/intl \
187 1 hiro
	$(GTK_CFLAGS) \
188 1 hiro
	$(GDK_PIXBUF_CFLAGS) \
189 1 hiro
	$(GPGME_CFLAGS) \
190 1 hiro
	-I$(includedir)
191 1 hiro
192 1 hiro
sylpheed_LDADD = \
193 1 hiro
	$(INTLLIBS) \
194 1 hiro
	$(GTK_LIBS) \
195 1 hiro
	$(GPGME_LIBS) \
196 1 hiro
	$(LDAP_LIBS) \
197 1 hiro
	$(LIBICONV)
198 1 hiro
199 1 hiro
AM_CPPFLAGS = \
200 1 hiro
	-DLOCALEDIR=\""$(localedir)"\" \
201 1 hiro
	-DMANUALDIR=\""$(manualdir)"\" \
202 1 hiro
	-DFAQDIR=\""$(faqdir)"\" \
203 1 hiro
	-DTARGET_ALIAS=\""$(target_triplet)"\" \
204 1 hiro
	-DSYSCONFDIR=\""$(sysconfdir)"\"
205 1 hiro
206 1 hiro
AM_YFLAGS = -d
207 1 hiro
208 1 hiro
sylpheed-marshal.h: sylpheed-marshal.list
209 1 hiro
	$(GLIB_GENMARSHAL) $< --header --prefix=sylpheed_marshal > $@
210 1 hiro
211 1 hiro
sylpheed-marshal.c: sylpheed-marshal.list
212 1 hiro
	$(GLIB_GENMARSHAL) $< --body --prefix=sylpheed_marshal > $@