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