Index: xc/ChangeLog =================================================================== RCS file: /cvs/xorg/xc/ChangeLog,v retrieving revision 1.495 diff -u -2 -0 -r1.495 ChangeLog --- xc/ChangeLog 31 Oct 2004 02:14:05 -0000 1.495 +++ xc/ChangeLog 31 Oct 2004 03:04:26 -0000 @@ -1,21 +1,25 @@ 2004-10-30 Roland Mainz + * xc/programs/pclcomp/Imakefile + Bugzilla #631: Adding missing Imakefile. + +2004-10-30 Roland Mainz * xc/programs/Imakefile * xc/programs/pclcomp/README * xc/programs/pclcomp/pclcomp.c * xc/programs/pclcomp/pclcomp.man * xc/programs/pclcomp/printer.note * xc/programs/xpr/Imakefile * xc/programs/xpr/lncmd.h * xc/programs/xpr/pmp.h * xc/programs/xpr/x2jet.c * xc/programs/xpr/x2pmp.c * xc/programs/xpr/xdpr.man * xc/programs/xpr/xdpr.script * xc/programs/xpr/xpr.c * xc/programs/xpr/xpr.h * xc/programs/xpr/xpr.man Bugzilla #631: Uploading "xpr" and "pclcomp" as they are needed for the RASTER and PCL drivers on some platforms. 2004-10-30 Alan Coopersmith Index: xc/programs/pclcomp/Imakefile =================================================================== RCS file: xc/programs/pclcomp/Imakefile diff -N xc/programs/pclcomp/Imakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xc/programs/pclcomp/Imakefile 31 Oct 2004 03:04:47 -0000 @@ -0,0 +1,13 @@ +XCOMM $Xorg: Imakefile,v 1.1 2002/02/10 19:54:53 gisburn Exp $ + +LOCAL_LIBRARIES = +SYS_LIBRARIES = MathLibrary +DEPLIBS = + +DEFINES = + SRCS = pclcomp.c + OBJS = pclcomp.o + +ComplexProgramTarget(pclcomp) + +