xref: /haiku/src/apps/powerstatus/Jamfile (revision 73ad2473e7874b3702cf5b0fdf4c81b747812ed9)
1SubDir HAIKU_TOP src apps powerstatus ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6UsePrivateSystemHeaders ;
7
8Application PowerStatus :
9	ACPIDriverInterface.cpp
10	APMDriverInterface.cpp
11	DriverInterface.cpp
12	ExtendedInfoWindow.cpp
13	PowerStatusWindow.cpp
14	PowerStatusView.cpp
15	PowerStatus.cpp
16	: be libshared.a $(TARGET_LIBSUPC++) localestub
17	: PowerStatus.rdef
18;
19DoCatalogs PowerStatus :
20	x-vnd.Haiku-PowerStatus
21	:
22	ACPIDriverInterface.cpp
23	ExtendedInfoWindow.cpp
24	PowerStatus.cpp
25	PowerStatusView.cpp
26	PowerStatusWindow.cpp
27;
28