# Makefile for project Acronyms
# Generated on Sat,20 Apr 2002.12:06:03 by EasyGCC (0.1.3.1 [Beta 5] (31 Jan 2002))
# Contact: easygcc@melotech.co.uk

# Project objects:
objs =	o.file o.main o.wimp 

# Compile options:
linkopts	= -mlibscl Oslib:o.oslib  -o Acronyms
compileropts	= -O2 -mlibscl -include EGCCDefs.h -mthrowback  -IOSlib: 
warnopts	= -Wall -Wno-unknown-pragmas -Wshadow -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs

# Project target:
Acronyms:	$(objs)
		gcc $(linkopts) $(objs)

# Static dependancies:
o.file:	c.file
		gcc $(compileropts) $(warnopts) -c -o file.o c.file

o.main:	c.main
		gcc $(compileropts) $(warnopts) -c -o main.o c.main

o.wimp:	c.wimp
		gcc $(compileropts) $(warnopts) -c -o wimp.o c.wimp

# Dynamic dependancies:
