head 1.8; access; symbols cairo-ocaml-1-0-0:1.8 cairo-ocaml-0-9-0:1.8 cairo-ocaml-0-6-0:1.8 cairo-ocaml-0-5-2:1.7 cairo-ocaml-0-4:1.5 cairo-ocaml-0-3:1.5 cairo-ocaml-before_drop_oo_api:1.3 cairo-ocaml-0-2:1.2 cairo-ocaml-0-1:1.1.1.1 init:1.1.1; locks; strict; comment @# @; 1.8 date 2005.08.10.23.45.14; author oandrieu; state Exp; branches; next 1.7; commitid 7e1242fa90fe4567; 1.7 date 2005.08.09.15.42.02; author oandrieu; state Exp; branches; next 1.6; commitid 2e8542f8ceab4567; 1.6 date 2005.05.22.20.05.09; author oandrieu; state Exp; branches; next 1.5; commitid b2a4290e5f44567; 1.5 date 2005.03.01.22.19.52; author oandrieu; state Exp; branches; next 1.4; 1.4 date 2005.01.30.16.25.32; author oandrieu; state Exp; branches; next 1.3; 1.3 date 2004.02.22.19.21.08; author oandrieu; state Exp; branches; next 1.2; 1.2 date 2003.11.26.19.45.24; author oandrieu; state Exp; branches; next 1.1; 1.1 date 2003.11.18.19.02.24; author oandrieu; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.11.18.19.02.24; author oandrieu; state Exp; branches; next ; desc @@ 1.8 log @* src/* : adapt to cairo-0.6.0 * Makefile, config.make.in, configure.ac: specify version number in the configure.ac file @ text @ all opt doc install clean : $(MAKE) -C src $@@ DISTSRC = aclocal.m4 config.make.in configure configure.ac Makefile Makefile.rules \ doc support/install-sh support/ocaml.m4 \ src/*.ml src/*.mli src/*.c src/*.h src/Makefile src/.depend_c \ test/Makefile test/*.ml dist : doc export DIRNAME=$${PWD##*/} && \ cd .. && mv $$DIRNAME cairo-ocaml-$(VERSION) && \ tar zcvf cairo-ocaml-$(VERSION).tar.gz $(addprefix cairo-ocaml-$(VERSION)/,$(DISTSRC)) && \ mv cairo-ocaml-$(VERSION) $$DIRNAME configure : configure.ac aclocal -I support autoconf config.make : config.make.in configure $(error run ./configure) include config.make .PHONY : all opt doc install clean @ 1.7 log @make this version 0.5.2 of cairo-ocaml @ text @a5 1 VERSION = 0.5.2 @ 1.6 log @bump version number @ text @d6 1 a6 1 VERSION = 0.5.0 @ 1.5 log @add libsvg-cairo bindings @ text @d6 1 a6 1 VERSION = 0.3.0 @ 1.4 log @fix linking of Cairo_channel @ text @d6 1 a6 1 VERSION = 0.3 @ 1.3 log @various small fixes @ text @d6 1 a6 1 VERSION = 0.2 @ 1.2 log @added dist Makefile target @ text @d8 1 a8 1 doc support/install-sh support/install-sh support/ocaml.m4 \ @ 1.1 log @Initial revision @ text @d2 2 d6 10 a16 2 all opt doc install clean : $(MAKE) -C src $@@ d25 1 a25 1 .PHONY : doc @ 1.1.1.1 log @Initial import @ text @@