1SubDir OBOS_TOP src add-ons print drivers pcl5 ; 2 3SubDirHdrs [ FDirName $(OBOS_TOP) headers private print libprint ] ; 4 5AddResources PCL5\ Compatible : PCL5.rsrc ; 6 7Addon PCL5\ Compatible : print : 8 PCL5Entry.cpp 9 PCL5.cpp 10 PCL5Cap.cpp 11; 12 13LinkSharedOSLibs PCL5\ Compatible : be stdc++.r4 libprint.a ; 14 15