#
# Makefile generated by Easy C version 1.32/2.09 (17 Jun 1994)
# on Sun Sep 15 15:46:23 1996
#
# This makefile builds the following files:
#   c.pico
#   c.display
#   c.edit
#   c.filing
#   c.main
#   c.memory
#   c.screen

# The executable image produced is pico
OBJS = o.pico o.display o.edit o.filing o.main o.memory o.screen

pico : $(OBJS)
        $(LINK) $(OBJS) $(LDFLAGS) -desk


# Header file dependencies:

o.pico : h.pico
o.pico : h.screen
o.display : h.pico
o.display : h.screen
o.edit : h.pico
o.edit : h.screen
o.filing : h.pico
o.filing : h.screen
o.main : h.pico
o.main : h.screen
o.memory : h.pico
o.memory : h.screen
o.screen : h.screen


#
# End of generated makefile, add other dependencies here
#
