[Commit] cairo-demo/png .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 caps_joins.c, NONE, 1.1 hering.c, NONE, 1.1 outline.c, NONE, 1.1 spiral.c, NONE, 1.1 splines_tolerance.c, NONE, 1.1 stars.c, NONE, 1.1 write_png.c, NONE, 1.1 write_png.h, NONE, 1.1

Carl Worth commit at keithp.com
Mon Aug 18 12:11:40 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo-demo/png
In directory home.keithp.com:/tmp/cvs-serv20528/png

Added Files:
	.cvsignore Makefile caps_joins.c hering.c outline.c spiral.c 
	splines_tolerance.c stars.c write_png.c write_png.h 
Log Message:
Added demos from OLS paper.

--- NEW FILE: .cvsignore ---
caps_joins
hering
outline
spiral
splines_tolerance
stars
*.png

--- NEW FILE: Makefile ---
EXAMPLES=outline spiral hering caps_joins stars splines_tolerance

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

all: write_png.o ${EXAMPLES}

write_png.o: write_png.c write_png.h

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

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

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

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

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

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

--- NEW FILE: stars.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 Commit mailing list