# 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 Ti92-Link
#CPU: 0
#VER: 1.3
#FPU: 0
#OLV: 0
#LNK: 1
#PRJ: Ti92-Link.c 
#OPT: /0000/0001/10/000000000000000000/0000000/00000000000000000000000000000000000

.PHONY : all
.PHONY : clean

# System configuration
SHELL = gnu:bin/sh

# System environment
CC = gcc

CODEGEN = -m68000  -noixemul

OPTIMIZATION = -O0

OPTIONS = -s -mstackcheck 

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



LIB = 

OBJ = Ti92-Link.o 

ARCHIVE = 

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

all: clean Ti92-Link

clean:
	rm -f Ti92-Link.o Ti92-Link


Ti92-Link.o: Ti92-Link.c 

	$(CC) $(CFLAGS) $(INCL) -c Ti92-Link.c

#END OF FILE#
