head 1.6; access; symbols cairo-ocaml-1-0-0:1.6 cairo-ocaml-0-9-0:1.5 cairo-ocaml-0-6-0:1.5 cairo-ocaml-0-5-2:1.4 cairo-ocaml-0-4:1.3 cairo-ocaml-0-3:1.3 cairo-ocaml-before_drop_oo_api:1.2 cairo-ocaml-0-2:1.2 cairo-ocaml-0-1:1.1.1.1 init:1.1.1; locks; strict; comment @# @; 1.6 date 2005.12.13.22.38.23; author oandrieu; state Exp; branches; next 1.5; commitid 13be439f4d5f4567; 1.5 date 2005.08.10.23.45.14; author oandrieu; state Exp; branches; next 1.4; commitid 7e1242fa90fe4567; 1.4 date 2005.05.22.20.03.15; author oandrieu; state Exp; branches; next 1.3; commitid a504290e57e4567; 1.3 date 2005.03.01.22.19.52; 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.6 log @* src/Makefile, src*gtkcairo*: drop gtkcairo support. @ text @ VERSION = @@PACKAGE_VERSION@@ OCAMLC = @@OCAMLC@@ OCAMLOPT = @@OCAMLOPT@@ OCAMLMKLIB = @@OCAMLMKLIB@@ OCAMLLIB = @@OCAMLLIB@@ OCAMLDOC = @@OCAMLDOC@@ OCAMLDEP = @@OCAMLDEP@@ INSTALLDIR = $(OCAMLLIB)/cairo LABLGTKDIR = @@LABLGTKDIR@@ C_LABLGTKDIR = $(subst +,$(OCAMLLIB)/,$(LABLGTKDIR)) # stop ocamlmklib moaning FILT = -Wl,--export-dynamic CAIRO_CFLAGS = @@CAIRO_CFLAGS@@ CAIRO_LIBS = $(filter-out $(FILT),@@CAIRO_LIBS@@) GDK_CFLAGS = @@GDK_CFLAGS@@ GDK_LIBS = $(filter-out $(FILT),@@GDK_LIBS@@) LIBSVG_CAIRO_CFLAGS = @@LIBSVG_CAIRO_CFLAGS@@ LIBSVG_CAIRO_LIBS = @@LIBSVG_CAIRO_LIBS@@ cobjs = $(patsubst %.c, %.o, $(filter %.c,$(1))) mlintfs = $(patsubst %.mli, %.cmi, $(filter %.mli,$(1))) mlobjs = $(patsubst %.ml, %.cmo, $(filter %.ml,$(1))) mloptobjs = $(patsubst %.ml, %.cmx, $(filter %.ml,$(1))) @ 1.5 log @* src/* : adapt to cairo-0.6.0 * Makefile, config.make.in, configure.ac: specify version number in the configure.ac file @ text @a24 3 # GTKCAIRO_CFLAGS = @@GTKCAIRO_CFLAGS@@ # GTKCAIRO_LIBS = $(filter-out $(FILT),@@GTKCAIRO_LIBS@@) @ 1.4 log @adapt to cairo big API shakeup @ text @d2 2 @ 1.3 log @add libsvg-cairo bindings @ text @d23 2 a24 2 GTKCAIRO_CFLAGS = @@GTKCAIRO_CFLAGS@@ GTKCAIRO_LIBS = $(filter-out $(FILT),@@GTKCAIRO_LIBS@@) @ 1.2 log @added dist Makefile target @ text @d26 3 @ 1.1 log @Initial revision @ text @d27 1 @ 1.1.1.1 log @Initial import @ text @@