# 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 mkpass
#CPU: 1
#VER: 1.3
#FPU: 0
#OLV: 2
#LNK: 0
#PRJ: mkpass.c md5.c debug.c 
#PRJ: util.c 
#OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000

.PHONY : all
.PHONY : clean

# System configuration
SHELL = gnu:bin/sh

# System environment
CC = gcc

CODEGEN = -m68020 

OPTIMIZATION = -O2

OPTIONS = 

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



LIB = 

OBJ = mkpass.o md5.o debug.o \
	util.o 

ARCHIVE = 

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

all: clean mkpass

clean:
	rm -f mkpass.o md5.o debug.o util.o mkpass


mkpass.o: mkpass.c opennap.h zlib.h   \
	hash.h list.h debug.h 

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

md5.o: md5.c md5.h 

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

debug.o: debug.c debug.h 

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

util.o: util.c md5.h opennap.h   \
	zlib.h hash.h list.h   \
	debug.h 

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

#END OF FILE#
