#### This file contains the project specific settings for the
#### generic ocaml library makefile.

# Required
NAME     = extra
MODULES = option pcre2 array2 stream2 lazy2 charqueue file \
	  control list2 alist string2 dir linestream \
	  textfile channel argv sh block c

# Optional

C_OBJS	 = limits.o cffi.o

EXPORT_INTERFACES = $(MODULES)

STUBS	 =
PACKAGES = unix pcre unixutils
PREDICATES = 

CCLIBS   = 
CCOPTS   =
OCAMLC_OPTS = 
OCAMLOPT_OPTS = 

CLEAN_EXTRAS = 

include Makefile.lib
