xref: /haiku/src/add-ons/print/drivers/postscript/Jamfile (revision f8da8f3477d3c18142e59d17d05a545982faa5a8)
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