[cairo-commit] cairo-ocaml/src Makefile,1.1.1.1,1.2
Olivier Andrieu
commit at pdx.freedesktop.org
Wed Nov 26 11:45:26 PST 2003
Committed by: oandrieu
Update of /cvs/cairo/cairo-ocaml/src
In directory pdx:/tmp/cvs-serv25076/src
Modified Files:
Makefile
Log Message:
added dist Makefile target
Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile 18 Nov 2003 19:02:25 -0000 1.1.1.1
--- Makefile 26 Nov 2003 19:45:24 -0000 1.2
***************
*** 59,62 ****
--- 59,64 ----
$(call mlobjs,$(lablgtk_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
$(call mlobjs,$(gtkcairo_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
+ $(call mlintfs,$(lablgtk_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
+ $(call mlintfs,$(gtkcairo_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
$(call mloptobjs,$(lablgtk_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
$(call mloptobjs,$(gtkcairo_SRC)) : INCFLAGS=-I $(LABLGTKDIR)
***************
*** 94,98 ****
include .depend_c
! .PHONY : cairo lablgtk gtkcairo
include ../Makefile.rules
--- 96,100 ----
include .depend_c
! .PHONY : cairo lablgtk gtkcairo doc
include ../Makefile.rules
More information about the cairo-commit
mailing list