# 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 ../mcdplay
#CPU: 2
#VER: 1.3
#FPU: 1
#OLV: 2
#LNK: 1
#PRJ: mcdplayer.c Proglist.c Titlelist.c 
#PRJ: Windows.c 
#LIB: libauto.a 
#OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000

.PHONY : all
.PHONY : clean

# System configuration
SHELL = gnu:bin/sh

# System environment
CC = gcc

CODEGEN = -m68030 -noixemul

OPTIMIZATION = -O2

OPTIONS = 

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



LIB = -lauto  

OBJ = mcdplayer.o Proglist.o Titlelist.o \
	Windows.o 

ARCHIVE = 

../mcdplay: $(OBJ)
	$(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)

all: clean ../mcdplay

clean:
	rm -f mcdplayer.o Proglist.o Titlelist.o Windows.o ../mcdplay


mcdplayer.o: mcdplayer.c mcdplayer.h scsistuff.h 

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

Proglist.o: Proglist.c mcdplayer.h 

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

Titlelist.o: Titlelist.c mcdplayer.h 

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

Windows.o: Windows.c mcdplayer.h mcdplayer_gui.h 

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

#END OF FILE#
