# This Makefile has been generated automatically
# by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
# to be used with GCC
#
# GccOpts is free software for Amiga.
#
# To compile, just type 'make' in your shell environment.
#


##
## Please do NOT edit this file
##

#OUTP DicHandle
#CPU: 1
#VER: 1.3
#FPU: 0
#OLV: 3
#LNK: 1
#PRJ: hooks.c muibase.c lsdconv.c 
#PRJ: much2one.c makeindex.c makespell.c 
#PRJ: colwords.c edit.c 
#OPT: /0000/0001/00/000000000000000000/0000000/00000000000000001000000000000000000

.PHONY : all
.PHONY : clean

# System configuration
SHELL = gnu:bin/sh

# System environment
CC = gcc

CODEGEN = -m68020  -noixemul

OPTIMIZATION = -O3

OPTIONS = -s -Wall 

CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)



LIB = 

OBJ = hooks.o muibase.o lsdconv.o \
	much2one.o makeindex.o makespell.o \
	colwords.o edit.o 

ARCHIVE = 

DicHandle: $(OBJ)
	$(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)

all: clean DicHandle

clean:
	rm -f hooks.o muibase.o lsdconv.o much2one.o \
	makeindex.o makespell.o colwords.o edit.o DicHandle


hooks.o: hooks.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c hooks.c

muibase.o: muibase.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c muibase.c

lsdconv.o: lsdconv.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c lsdconv.c

much2one.o: much2one.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c much2one.c

makeindex.o: makeindex.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c makeindex.c

makespell.o: makespell.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c makespell.c

colwords.o: colwords.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c colwords.c

edit.o: edit.c dichandle.h 

	$(CC) $(CFLAGS) $(INCL) -c edit.c

#END OF FILE#
