head 1.5; access; symbols; locks mouse:1.5; strict; comment @# @; 1.5 date 2010.02.27.03.07.19; author mouse; state Exp; branches; next 1.4; 1.4 date 2010.02.23.23.15.47; author mouse; state Exp; branches; next 1.3; 1.3 date 2010.02.18.03.11.54; author mouse; state Exp; branches; next 1.2; 1.2 date 2010.02.16.16.11.33; author mouse; state Exp; branches; next 1.1; 1.1 date 2010.02.16.06.29.36; author mouse; state Exp; branches; next ; desc @Makefile @ 1.5 log @Build ../xscope - the idea is to have an xscope binary even if this dir has had make clean run. @ text @CC_ADD = -g BUILDBINS = xscope OBJ_xscope = atoms.o ext-BIG-REQUESTS.o ext-SHAPE.o exts.o fmt-core.o\ fmt-ext.o fmt-util.o htable.o sets.o xscope.o # OBJ_xscope = atoms.o ext-SHAPE.o extensions.o fmt-err-core.o\ # fmt-err-ext.o fmt-ev-core.o fmt-ev-ext.o fmt-reqrep-core.o\ # fmt-reqrep-ext.o fmt.o fmtc.o fmtcfirst.o fmtx.o fmtxfirst.o htable.o\ # keysym.o util.o xscope.o # LIBS_xxscope = -lX11 .MAIN: ../xscope ../xscope: xscope install -c xscope .. .include @ 1.4 log @Add support for SHAPE. @ text @d11 4 a14 1 .MAIN: $(BUILDBINS) @ 1.3 log @Add BIG-REQUESTS support. Builds, but, until I find a way to deliberately do huge requests, untested. @ text @d3 2 a4 2 OBJ_xscope = atoms.o ext-BIG-REQUESTS.o exts.o fmt-core.o fmt-ext.o\ fmt-util.o htable.o sets.o xscope.o @ 1.2 log @New extension framework. No extensions actually implemented yet. @ text @d3 2 a4 2 OBJ_xscope = atoms.o exts.o fmt-core.o fmt-ext.o fmt-util.o htable.o\ sets.o xscope.o @ 1.1 log @Initial revision @ text @d3 2 a4 2 OBJ_xscope = atoms.o fmt-core.o fmt-ext.o fmt-util.o htable.o sets.o\ xscope.o @