[cairo-commit] cairo-demo/X11 Makefile,1.2,1.3

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


Committed by: cworth

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

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

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	7 Nov 2003 20:09:14 -0000	1.2
--- Makefile	31 Aug 2004 19:39:32 -0000	1.3
***************
*** 1,6 ****
! CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
! LDFLAGS=`pkg-config --libs cairo`
  
! PROGS=cairo-demo cairo-spline cairo-knockout
  
  all: $(PROGS)
--- 1,6 ----
! CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
! LDFLAGS+=`pkg-config --libs cairo`
  
! PROGS=cairo-demo cairo-spline cairo-knockout cairo-spline-broken cairo-line rkumar-bug
  
  all: $(PROGS)




More information about the cairo-commit mailing list