Cdiff Makefile.sfw
*** /export/home/steve/work/usr/webrev/src/lib/aalib/Makefile.sfw-      Thu Jul 10 04:03:28 2008
--- Makefile.sfw        Mon Jul  7 03:58:35 2008

*** 20,34 **** # # # ! # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! VER=aalib-1.2 all: $(VER)/config.status (cd $(VER); env "LD_OPTIONS=-L${ROOT}/opt/sfw/lib -R/opt/sfw/lib" \ CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \ MAKE=/usr/sfw/bin/gmake \ --- 20,35 ---- # # # ! # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! VER=aalib-1.4.0 ! VERSRC=aalib-1.4rc5 all: $(VER)/config.status (cd $(VER); env "LD_OPTIONS=-L${ROOT}/opt/sfw/lib -R/opt/sfw/lib" \ CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \ MAKE=/usr/sfw/bin/gmake \
*** 46,62 **** CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \ MAKE=/usr/sfw/bin/gmake \ ./configure --with-vcurses --disable-static --enable-shared \ --prefix=/opt/sfw) ! $(VER)/configure: $(VER).tar.gz ! gzip -dc $(VER).tar.gz | tar xpf - touch $(VER)/configure clean: -rm -rf $(VER) install_h: include ../Makefile.targ - - .SUFFIXES: --- 47,62 ---- CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \ MAKE=/usr/sfw/bin/gmake \ ./configure --with-vcurses --disable-static --enable-shared \ --prefix=/opt/sfw) ! $(VER)/configure: $(VERSRC).tar.gz ! gzip -dc $(VERSRC).tar.gz | tar xpf - touch $(VER)/configure + gpatch -p0 < aaputpixel.c.patch clean: -rm -rf $(VER) install_h: include ../Makefile.targ