LIBTOOL =../libtool
SOURCES = tools.c tools.h misc.c hinsi.c undef_info.c ktype.c kform.c darts.c mrph.c mrph-data.c chasen.mli chasen.ml dict.mli dict.ml conv.mli conv.ml parse.mli parse.ml mana.ml
RESULT = mana
#all : native-code
LIBDIRS = ../schoca/lib ../lib 
INCDIRS = ../schoca/lib ../lib ..
LIBS = schoca
CLIBS = chasen
LINK = $(LIBTOOL) --mode=link \
$(CXX) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
OCAMLLDFLAGS = -verbose -cc "$(LINK)"
OCAMLBLDFLAGS = -g -verbose -cc "$(LINK)"
OCAMLBCFLAGS = -g

install : mana
	$(INSTALL_PROGRAM) mana $(bindir)

-include OCamlMakefile