xref: /haiku/src/preferences/joysticks/Jamfile (revision b028e77473189065f2baefc6f5e10d451cf591e2)
1SubDir HAIKU_TOP src preferences joysticks ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6Preference Joysticks :
7	CalibWin.cpp
8	JoyWin.cpp
9	Joysticks.cpp
10	MessageWin.cpp
11	: be device
12	: Joysticks.rdef
13	;
14
15if $(TARGET_PLATFORM) = libbe_test {
16	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Joysticks
17		: tests!apps ;
18}
19