Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 05a9339f7241e45c4110dc9fa3057605 > files > 7

ocaml-fetch-devel-0.1.0-2.mga4.x86_64.rpm

# $Id: Makefile.ufetch.in,v 1.4 2004/02/26 20:46:36 smimram Exp $

SOURCES = ufetch.ml
RESULT = ufetch
LIBS = unix str smbclient ftp fetch
INCDIRS = /usr/lib/ocaml/site-lib/smbclient /usr/lib/ocaml/site-lib/ftp /usr/lib/ocaml/site-lib/fetch

prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
DESTDIR = $(bindir)

all: byte-code

opt: native-code

install:
	install ufetch $(DESTDIR)

-include OCamlMakefile