xref: /haiku/src/apps/musiccollection/Jamfile (revision 720423579387710769ce1018cd78417098e305c6)
1SubDir HAIKU_TOP src apps musiccollection ;
2
3UsePrivateHeaders storage shared ;
4UseLibraryHeaders lp_solve linprog alm ;
5
6
7Application MusicCollection :
8	FileMonitor.cpp
9	main.cpp
10	MusicCollectionWindow.cpp
11	QueryMonitor.cpp
12
13	NodeMonitorHandler.cpp
14	:
15	be libalm.so localestub $(TARGET_LIBSUPC++)
16	$(TARGET_LIBSTDC++) libshared.a
17	:
18	MusicCollection.rdef
19	;
20
21DoCatalogs MusicCollection :
22	x-vnd.MusicCollection
23	:
24	main.cpp
25;
26
27
28SEARCH on [ FGristFiles NodeMonitorHandler.cpp ]
29	+= [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) kits storage ] ;
30