xref: /haiku/src/servers/mail/Jamfile (revision f045f44c7af112451975fd6b2c82f09e4b1cb2db)
1SubDir HAIKU_TOP src servers mail ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5if $(TARGET_PLATFORM) != haiku {
6	UsePublicHeaders mail ;
7}
8
9UsePublicHeaders [ FDirName add-ons mail_daemon ] ;
10UsePrivateHeaders mail shared tracker ;
11SubDirHdrs $(HAIKU_TOP) src kits tracker ;
12
13AddResources mail_daemon : mail_daemon.rdef DeskbarViewIcons.rdef ;
14
15Server mail_daemon :
16	DeskbarView.cpp
17	ErrorLogWindow.cpp
18	LEDAnimation.cpp
19	MailDaemon.cpp
20	main.cpp
21	Notifier.cpp
22	StatusWindow.cpp
23	: be libmail.so tracker $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
24		$(TARGET_NETWORK_LIBS)
25;
26
27Package haiku-maildaemon-cvs :
28	mail_daemon :
29	boot beos system servers ;
30
31Packages haiku-maildaemon-cvs :
32	README LICENSE HISTORY install.sh ;
33
34DoCatalogs mail_daemon :
35	x-vnd.Be-POST
36	:
37	DeskbarView.cpp
38	MailDaemon.cpp
39	Notifier.cpp
40	StatusWindow.cpp
41;
42