SubDir HAIKU_TOP src libs print libgutenprint src main ;

# for config.h:
SubDirSysHdrs [ FDirName $(HAIKU_TOP) src libs print libgutenprint ] ; 
SubDirSysHdrs [ FDirName $(HAIKU_TOP) src libs print libgutenprint include ] ; 

DEFINES += HAVE_CONFIG_H=1 ;

# Some targets in this subdir fail to build with DEBUG=1
DEBUG = 0 ;

StaticLibrary libgutenprint.a :
	array.c
	bit-ops.c
	channel.c
	color.c
	curve.c
	curve-cache.c
	dither-ed.c
	dither-eventone.c
	dither-inks.c
	dither-main.c
	dither-ordered.c
	dither-very-fast.c
	dither-predithered.c
	generic-options.c
	image.c buffer-image.c
	module.c path.c
	print-dither-matrices.c
	print-list.c
	print-papers.c
	print-util.c
	print-vars.c
	print-version.c
	print-weave.c
	printers.c
	sequence.c
	string-list.c
	xml.c
	mxml-attr.c
	mxml-file.c
	mxml-node.c
	mxml-search.c
	print-color.c
	color-conversions.c
	print-canon.c
	print-escp2.c
	escp2-driver.c
	print-escp2-data.c
	escp2-channels.c
	escp2-papers.c
	escp2-resolutions.c
	print-lexmark.c
	print-pcl.c
	print-ps.c
	xmlppd.c
	print-olympus.c
	print-raw.c
;
