xref: /haiku/src/apps/pulse/Jamfile (revision fef6144999c2fa611f59ee6ffe6dd7999501385c)
1SubDir OBOS_TOP src apps pulse ;
2
3UsePrivateHeaders shared ;
4
5if $(TARGET_PLATFORM) = r5 {
6	SubDirC++Flags -DR5_COMPATIBLE ;
7}
8
9App Pulse :
10	BottomPrefsView.cpp
11	ConfigView.cpp
12	CPUButton.cpp
13	DeskbarPulseView.cpp
14	MiniPulseView.cpp
15	NormalPulseView.cpp
16	Prefs.cpp
17	PrefsWindow.cpp
18	ProgressBar.cpp
19	PulseApp.cpp
20	PulseView.cpp
21	PulseWindow.cpp
22
23	: libbe.so
24	: Pulse.rdef
25;
26
27if $(HAIKU_COMPATIBLE) {
28	LinkSharedOSLibs Pulse : libroot.so ;
29}
30