# This makefile made by Makatic2



ObjectFiles	=		\
			o.err	\
			o.import	\
			o.main	\
			o.msgtrans	\
			o.settings	\
			o.textfile	\


ProjectName		=	!FormText



Librarys	=					\
			C:o.StubsG			\
			C:o.flexlib-32		\
			C:o.toolboxlib-32			\
			C:o.eventlib-32			\
			C:o.wimplib-32

Target		=	!RunImage

ASMFlags	=	$(ASMExtra) -Stamp -NoCache -CloseExec -Quit -throwback
CCFlags		=	$(CCExtra) -depend !Depend -throwback -I,C:,C:flexlib
LinkFlags	=	$(LinkExtra)

ASM		=	objasm $(ASMFlags)
# Yet another program that Castle cc 5.53 breaks; be sure to use a later
# version with code generation bug(s) fixed, if ever released, or a
# pre-Castle version if you can.
CC		=	cc -apcs 3/32/fpe2/swst/fp/nofpr -c $(CCFlags)
LINK		=	Link -aif $(LinkFlags)



# Don't alter anything below this...


.SUFFIXES:	.o .s .c

$(Target):	$(ObjectFiles) $(Librarys)
	$(LINK) -o $@ $(ObjectFiles) $(Librarys)

.s.o:
	$(ASM) -from $< -to $@

.c.o:
	$(CC) -o $@ $<


# Dynamic dependencies:
o.err:	c.err
o.err:	C:h.wimplib
o.err:	C:h.kernel
o.err:	C:h.wimp
o.err:	h.err
o.err:	C:h.kernel
o.import:	c.import
o.import:	C:h.event
o.import:	C:h.wimp
o.import:	C:h.toolbox
o.import:	C:h.kernel
o.import:	C:h.wimplib
o.import:	h.err
o.import:	C:h.kernel
o.import:	h.import
o.main:	c.main
o.main:	C:h.event
o.main:	C:h.wimp
o.main:	C:h.toolbox
o.main:	C:h.kernel
o.main:	h.err
o.main:	C:h.kernel
o.main:	h.msgtrans
o.main:	C:h.toolbox
o.main:	h.settings
o.main:	h.tbchunks
o.main:	h.textfile
o.msgtrans:	c.msgtrans
o.msgtrans:	C:h.swis
o.msgtrans:	C:h.kernel
o.msgtrans:	h.err
o.msgtrans:	C:h.kernel
o.msgtrans:	h.msgtrans
o.msgtrans:	C:h.toolbox
o.msgtrans:	C:h.wimp
o.settings:	c.settings
o.settings:	C:h.event
o.settings:	C:h.wimp
o.settings:	C:h.toolbox
o.settings:	C:h.kernel
o.settings:	C:h.gadgets
o.settings:	C:h.saveas
o.settings:	C:h.window
o.settings:	C:h.window
o.settings:	h.err
o.settings:	C:h.kernel
o.settings:	h.msgtrans
o.settings:	C:h.toolbox
o.settings:	h.settings
o.settings:	h.tbchunks
o.settings:	h.textfile
o.textfile:	c.textfile
o.textfile:	C:h.event
o.textfile:	C:h.wimp
o.textfile:	C:h.toolbox
o.textfile:	C:h.kernel
o.textfile:	C:h.flex
o.textfile:	C:h.saveas
o.textfile:	C:h.window
o.textfile:	C:h.gadgets
o.textfile:	h.err
o.textfile:	C:h.kernel
o.textfile:	h.hourglass
o.textfile:	C:h.swis
o.textfile:	h.import
o.textfile:	h.msgtrans
o.textfile:	C:h.toolbox
o.textfile:	h.settings
o.textfile:	h.textfile
