1SubDir HAIKU_TOP src tests kits interface bprintjob ; 2 3UsePrivateHeaders interface ; 4 5SimpleTest print_test 6 : PrintTestApp.cpp 7 PrintTestWindow.cpp 8 PrintTestView.cpp 9 PrintJob.cpp # Link against the library later. 10 : root be 11; 12 13# Tell Jam where to find these sources 14SEARCH on [ FGristFiles PrintJob.cpp ] 15 = [ FDirName $(HAIKU_TOP) src kits interface ] ; 16 17