1SubDir HAIKU_TOP src add-ons print drivers postscript ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirHdrs [ FDirName $(HAIKU_TOP) headers libs print libprint ] ; 6 7AddResources PS\ Compatible : PS.rdef ; 8 9Addon PS\ Compatible : 10 PSEntry.cpp 11 PS.cpp 12 PSCap.cpp 13 PSData.cpp 14 SelectPPDDlg.cpp 15 PPDParser.cpp 16 FilterIO.cpp 17 : be libprint.a $(TARGET_LIBSTDC++) 18; 19