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 ; 10UsePrivateHeaders print ; 11 12AddResources 13 print_server 14 : 15 print_server.rdef 16 ; 17 18Server 19 print_server 20 : 21 PrintServerApp.cpp 22 PrintServerApp.R5.cpp 23 PrintServerApp.Scripting.cpp 24 Printer.Scripting.cpp 25 Printer.cpp 26 Transport.Scripting.cpp 27 Transport.cpp 28 ResourceManager.cpp 29 Settings.cpp 30 ConfigWindow.cpp 31 ; 32 33LinkAgainst 34 print_server 35 : 36 be 37 root 38 translation 39 libprintutils.a 40 ; 41 42Package haiku-printingkit-cvs : 43 print_server : 44# boot beos system servers ; 45 boot home Desktop haiku-printingkit ; 46