xref: /haiku/src/apps/expander/Jamfile (revision 981f1b1135291a4fca290fbdf69910dc2f24abdd)
1SubDir HAIKU_TOP src apps expander ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Application Expander :
6	ExpanderApp.cpp
7	ExpanderWindow.cpp
8	ExpanderThread.cpp
9	GenericThread.cpp
10	ExpanderSettings.cpp
11	ExpanderPreferences.cpp
12	DirectoryFilePanel.cpp
13	ExpanderRules.cpp
14	: be tracker $(TARGET_LIBSUPC++)
15	: Expander.rdef
16;
17
18