# 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 opennap
#CPU: 1
#VER: 1.3
#FPU: 0
#OLV: 2
#LNK: 0
#PRJ: regex.c socket.o main.c 
#PRJ: add_file.c search.c motd.c 
#PRJ: hash.c privmsg.c browse.c 
#PRJ: debug.c login.c whois.c 
#PRJ: free_user.c join.c part.c 
#PRJ: public.c part_channel.c announce.c 
#PRJ: kill_user.c remove_connection.c config.c 
#PRJ: download.c upload_complete.c topic.c 
#PRJ: muzzle.c level.c client_quit.c 
#PRJ: server_login.c server_connect.c synch.c 
#PRJ: util.c md5.c hotlist.c 
#PRJ: remove_file.c list_channels.c list_users.c 
#PRJ: ping.c resume.c change.c 
#PRJ: ban.c network.c buffer.c 
#PRJ: server_usage.c server_links.c init.c 
#PRJ: handler.c timer.c list.c 
#PRJ: userdb.c serverlib.c kick.c 
#PRJ: usermode.c channel.c glob.c 
#PRJ: redirect.c filter.c hashlist.c 
#PRJ: class.c napigator.c 
#LIB: libz.a 
#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 = -lz  

OBJ = regex.o main.o add_file.o \
	search.o motd.o hash.o \
	privmsg.o browse.o debug.o \
	login.o whois.o free_user.o \
	join.o part.o public.o \
	part_channel.o announce.o kill_user.o \
	remove_connection.o config.o download.o \
	upload_complete.o topic.o muzzle.o \
	level.o client_quit.o server_login.o \
	server_connect.o synch.o util.o \
	md5.o hotlist.o remove_file.o \
	list_channels.o list_users.o ping.o \
	resume.o change.o ban.o \
	network.o buffer.o server_usage.o \
	server_links.o init.o handler.o \
	timer.o list.o userdb.o \
	serverlib.o kick.o usermode.o \
	channel.o glob.o redirect.o \
	filter.o hashlist.o class.o \
	napigator.o 

ARCHIVE = socket.o 

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

all: clean opennap

clean:
	rm -f regex.o main.o add_file.o search.o \
	motd.o hash.o privmsg.o browse.o \
	debug.o login.o whois.o free_user.o \
	join.o part.o public.o part_channel.o \
	announce.o kill_user.o remove_connection.o config.o \
	download.o upload_complete.o topic.o muzzle.o \
	level.o client_quit.o server_login.o server_connect.o \
	synch.o util.o md5.o hotlist.o \
	remove_file.o list_channels.o list_users.o ping.o \
	resume.o change.o ban.o network.o \
	buffer.o server_usage.o server_links.o init.o \
	handler.o timer.o list.o userdb.o \
	serverlib.o kick.o usermode.o channel.o \
	glob.o redirect.o filter.o hashlist.o \
	class.o napigator.o opennap


regex.o: regex.c regex.h 

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

main.o: main.c confdefs.h opennap.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h extrasocket.h 

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

add_file.o: add_file.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

search.o: search.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

motd.o: motd.c confdefs.h opennap.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

hash.o: hash.c hash.h debug.h   \
	opennap.h confdefs.h zlib.h   \
	zconf.h list.h 

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

privmsg.o: privmsg.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

browse.o: browse.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

debug.o: debug.c debug.h 

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

login.o: login.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h 

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

whois.o: whois.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

free_user.o: free_user.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h 

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

join.o: join.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

part.o: part.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

public.o: public.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

part_channel.o: part_channel.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

announce.o: announce.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

kill_user.o: kill_user.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h extrasocket.h 

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

remove_connection.o: remove_connection.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h 

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

config.o: config.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

download.o: download.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

upload_complete.o: upload_complete.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

topic.o: topic.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

muzzle.o: muzzle.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

level.o: level.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

client_quit.o: client_quit.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

server_login.o: server_login.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h md5.h 

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

server_connect.o: server_connect.c confdefs.h opennap.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

synch.o: synch.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

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

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

md5.o: md5.c confdefs.h md5.h 

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

hotlist.o: hotlist.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h 

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

remove_file.o: remove_file.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

list_channels.o: list_channels.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

list_users.o: list_users.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

ping.o: ping.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

resume.o: resume.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

change.o: change.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

ban.o: ban.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

network.o: network.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h extrasocket.h 

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

buffer.o: buffer.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

server_usage.o: server_usage.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h 

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

server_links.o: server_links.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

init.o: init.c confdefs.h opennap.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h   \
	extrasocket.h 

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

handler.o: handler.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

timer.o: timer.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

list.o: list.c list.h debug.h 

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

userdb.o: userdb.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

serverlib.o: serverlib.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

kick.o: kick.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

usermode.o: usermode.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

channel.o: channel.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h 

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

glob.o: glob.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h 

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

redirect.o: redirect.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h 

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

filter.o: filter.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h regex.h 

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

hashlist.o: hashlist.c list.h hash.h   \
	hashlist.h opennap.h confdefs.h   \
	zlib.h zconf.h debug.h 

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

class.o: class.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h hashlist.h debug.h   \
	extrasocket.h 

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

napigator.o: napigator.c opennap.h confdefs.h   \
	zlib.h zconf.h hash.h   \
	list.h debug.h md5.h 

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

#END OF FILE#
