1SubDir HAIKU_TOP src servers print ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubInclude HAIKU_TOP src servers print shared ; 6 7SubDir HAIKU_TOP src servers print ; 8 9UsePrivateHeaders shared interface print ; 10 11AddResources 12 print_server 13 : 14 PrintServer.FileTypes.rdef 15 ; 16 17Server 18 print_server 19 : 20 PrintServerApp.cpp 21 PrintServerApp.R5.cpp 22 PrintServerApp.Scripting.cpp 23 Printer.Scripting.cpp 24 Printer.cpp 25 ResourceManager.cpp 26 Settings.cpp 27 ConfigWindow.cpp 28 ; 29 30LinkAgainst 31 print_server 32 : 33 be 34 root 35 translation 36 libprint.a 37 ; 38 39Package haiku-printingkit-cvs : 40 print_server : 41# boot beos system servers ; 42 boot home Desktop haiku-printingkit ; 43