[cairo-commit] cairo-demo/PS 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/PS
In directory gabe:/tmp/cvs-serv24542/PS
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/PS/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 11 Dec 2003 15:09:12 -0000 1.2
--- Makefile 31 Aug 2004 19:39:31 -0000 1.3
***************
*** 1,6 ****
EXAMPLES=basket
! 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=basket
! 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