[cairo-commit] cairo-demo/png .cvsignore,1.2,1.3 Makefile,1.5,1.6

Carl Worth commit at pdx.freedesktop.org
Tue Aug 31 12:39:34 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv24542/png

Modified Files:
	.cvsignore Makefile 
Log Message:
Fix Makefiles so user can pass CFLAGS.
Thanks to Mathieu Lacage <Mathieu.Lacage at sophia.inria.fr>

Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore	11 Dec 2003 15:24:13 -0000	1.2
--- .cvsignore	31 Aug 2004 19:39:32 -0000	1.3
***************
*** 7,8 ****
--- 7,9 ----
  *.png
  text
+ text-rotate

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	18 Dec 2003 03:17:26 -0000	1.5
--- Makefile	31 Aug 2004 19:39:32 -0000	1.6
***************
*** 1,6 ****
  EXAMPLES=outline spiral hering caps_joins stars splines_tolerance text text-rotate
  
! CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
! LDFLAGS=`pkg-config --libs cairo libpng`
  
  all: ${EXAMPLES}
--- 1,6 ----
  EXAMPLES=outline spiral hering caps_joins stars splines_tolerance text text-rotate
  
! CFLAGS=+-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
! LDFLAGS+=`pkg-config --libs cairo libpng`
  
  all: ${EXAMPLES}




More information about the cairo-commit mailing list