[cairo-commit] cairo-demo/quartz Makefile, NONE, 1.1 fdhand.h, NONE, 1.1 fdface.h, NONE, 1.1 fdlogo.h, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Thu Jan 20 19:07:58 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-demo/quartz
In directory gabe:/tmp/cvs-serv31705

Added Files:
	Makefile fdhand.h fdface.h fdlogo.h 
Log Message:
Added missing header files. Add Makefile.

--- NEW FILE: Makefile ---
CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
LDFLAGS+=`pkg-config --libs cairo`

all: fdclock

fdclock: main.o

main.o: main.c fdface.h fdhand.h fdlogo.h

clean:
	rm -f fdclock


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

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

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




More information about the cairo-commit mailing list