[Pkg-ocaml-maint-commits] r2978 - /trunk/packages/ocaml-sha1/trunk/debian/Makefile

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Sat Jul 22 01:47:32 UTC 2006


Author: ecc-guest
Date: Sat Jul 22 01:47:31 2006
New Revision: 2978

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2978
Log:
compile C stubs with -O3

Modified:
    trunk/packages/ocaml-sha1/trunk/debian/Makefile

Modified: trunk/packages/ocaml-sha1/trunk/debian/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha1/trunk/debian/Makefile?rev=2978&op=diff
==============================================================================
--- trunk/packages/ocaml-sha1/trunk/debian/Makefile (original)
+++ trunk/packages/ocaml-sha1/trunk/debian/Makefile Sat Jul 22 01:47:31 2006
@@ -2,10 +2,11 @@
 DESTDIR = $(shell ocamlc -where | sed s:/usr/lib/:/usr/local/lib/:)
 OCAMLFIND_INSTFLAGS = -destdir $(DESTDIR) -ldconf ignore
 
-SOURCES=sha1.mli sha1.ml sha1_stubs.c
-RESULT=sha1
+CFLAGS = -O3
+SOURCES = sha1.mli sha1.ml sha1_stubs.c
+RESULT = sha1
 
-LIBINSTALL_FILES=$(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
 
 all: byte-code-library
 




More information about the Pkg-ocaml-maint-commits mailing list