[cairo-commit] cairo-demo/gtkcairo_slide Makefile,1.1,1.2
Carl Worth
commit at pdx.freedesktop.org
Mon Feb 21 12:32:19 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo-demo/gtkcairo_slide
In directory gabe:/tmp/cvs-serv25375/gtkcairo_slide
Modified Files:
Makefile
Log Message:
* PS/Makefile:
* X11/Makefile:
* gtkcairo_slide/Makefile:
* png/Makefile: Try to be kinder for portability by not including
gcc-specific wanring options in the Makefile. The options really
are handy, so we provide an example in the Makefile for how users
who want them can get at them.
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/gtkcairo_slide/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 14 Feb 2004 19:19:50 -0000 1.1
+++ Makefile 21 Feb 2005 20:32:17 -0000 1.2
@@ -1,4 +1,3 @@
-CFLAGS = -Wall
SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
More information about the cairo-commit
mailing list