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