# Project:   Ispell (Languages.English)

#  Makefile for Ispell on RISC OS machines.


# ---------------- Edit this part of the file. -----------------

# Where the installed binaries go.
BINDIR = Ispell:Library

# Where the installed binaries go.
RESDIR = Ispell:Resources

# Define this to be whatever you use for installation.  If you don't have
# an install binary, use an Obey file that invokes Copy and Accesses the
# files appropriately.
INSTALL = <Prefix$Dir>.^.^.install

# The Merge binary
MERGE = Run Ispell:Source.Languages.Merge

# The BuildHash binary
BUILDHASH = Run $(BINDIR).BuildHash

# ---------------------- Edits end here. ------------------------


# Toolflags:
CCflags = -o $@ -c -throwback $(DEFS)
Yaccflags =
Linkflags = -o $@
Squeezeflags = -o $@


DICTS = American.0 American.1 British.0 British.1 English.0 English.1


# Final targets:
all: Eng_hash

Eng_hash: $(DICTS)
        $(MERGE) Eng $(DICTS)
        $(BUILDHASH) Eng English.aff Eng_hash

install: Eng_hash
        $(INSTALL) LR ffd Eng_hash $(RESDIR) English        

clean:
        -Wipe Eng      ~CF~R~V
        -Wipe Eng_cnt  ~CF~R~V
        -Wipe Eng_stat ~CF~R~V
        -Wipe Eng_hash ~CF~R~V

veryclean: clean


# User-editable dependencies:


# Static dependencies:


# Dynamic dependencies:
