# $Id: Makefile,v 1.27 2001/06/17 01:11:48 mjambon Exp $

-include ../config/Makefile

SOURCES = dodo_thread.ml dodo.ml dodo_misc.ml default.ml tk_color.ml tk_default.ml dodo_settings.ml dodo_option.ml stringlist.mli stringlist.mll intlist.mli intlist.mll dictionary.ml color.ml tk_dino_init.ml dodo_window.ml tk_info.ml help.ml login.ml editor.ml com.ml double_queue.ml connect.ml dino_commands.ml lexer_dinostack.mll user_info.ml theme_info.ml theme.ml tab_completion.ml dinorc.ml tag.mll post.ml header.ml new_msg.ml dino_message_type.ml zap.ml dino_message.ml history.ml display_dino_message.ml utf8.ml being_edited.ml reply.ml dino_stack.ml dodo_settings_window.ml kill.ml bidou_bidou.ml current_msg.ml tk_dino_config.ml main.ml
RESULT = ../bin/dodo

#OCAMLBCFLAGS = -g
OCAMLFLAGS = -labels
THREADS = yes
LIBS = unix str labltk libjpf
INCDIRS = $(OCAMLLIBPATH)/labltk
LIBDIRS = $(OCAMLLIBPATH)/labltk
OCAMLMAKEFILE = OcamlMakefile

all: byte-code
include $(OCAMLMAKEFILE)
