# 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 setup
#CPU: 1
#VER: 1.3
#FPU: 0
#OLV: 2
#LNK: 0
#PRJ: setup.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 = setup.o 

ARCHIVE = 

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

all: clean setup

clean:
	rm -f setup.o setup


setup.o: setup.c opennap.h zlib.h   \
	zconf.h hash.h list.h 

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

#END OF FILE#
