[cairo-commit] cairo-demo/PS .cvsignore,NONE,1.1 Makefile,NONE,1.1 basket.c,NONE,1.1 write_png.c,NONE,1.1 write_png.h,NONE,1.1

Carl Worth commit at pdx.freedesktop.org
Fri Oct 31 21:59:15 PST 2003


Committed by: cworth

Update of /cvs/cairo/cairo-demo/PS
In directory pdx:/tmp/cvs-serv4559

Added Files:
	.cvsignore Makefile basket.c write_png.c write_png.h 
Log Message:
Initial import of basket example.

--- NEW FILE: .cvsignore ---
basket

--- NEW FILE: Makefile ---
EXAMPLES=basket

CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
LDFLAGS=`pkg-config --libs cairo` -lpng

all: ${EXAMPLES}

${EXAMPLES}: write_png.o

write_png.o: write_png.c write_png.h

clean:
	rm -f ${EXAMPLES} *.o

--- NEW FILE: basket.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: write_png.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: write_png.h ---
(This appears to be a binary file; contents omitted.)





More information about the cairo-commit mailing list