repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / pulse / Jamfile
blobc5c67414c18c94ce6e7b3a94539a9ff54d6b0f8f
1 SubDir HAIKU_TOP src apps pulse ;
3 UsePrivateSystemHeaders ;
4 UsePrivateHeaders shared interface app ;
5 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
6         UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
9 if $(TARGET_PLATFORM) = r5 {
10         SubDirC++Flags -DR5_COMPATIBLE ;
13 Application Pulse :
14         ConfigView.cpp
15         CPUButton.cpp
16         DeskbarPulseView.cpp
17         MiniPulseView.cpp
18         NormalPulseView.cpp
19         Prefs.cpp
20         PrefsWindow.cpp
21         ProgressBar.cpp
22         PulseApp.cpp
23         PulseView.cpp
24         PulseWindow.cpp
26         : be localestub [ TargetLibsupc++ ]
27         : Pulse.rdef
30 DoCatalogs Pulse :
31         x-vnd.Haiku-Pulse
32         :
33         PulseApp.cpp
34         PulseView.cpp
35         ConfigView.cpp
36         CPUButton.cpp
37         DeskbarPulseView.cpp
38         MiniPulseView.cpp
39         NormalPulseView.cpp
40         PrefsWindow.cpp
41         PulseWindow.cpp