1SubDir HAIKU_TOP src add-ons print drivers canon_lips lips4 ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(HAIKU_TOP) headers private print libprint ] ; 6 7AddResources Canon\ LIPS4\ Compatible : Lips4.rdef ; 8 9Addon Canon\ LIPS4\ Compatible : Print : 10 Lips4Entry.cpp 11 Lips4.cpp 12 Lips4Cap.cpp 13; 14 15LinkAgainst Canon\ LIPS4\ Compatible : be stdc++.r4 libprint.a ; 16 17Package haiku-printingkit-cvs : 18 Canon\ LIPS4\ Compatible : 19 boot home config add-ons Print ; 20 21