# This is the Makefile for objcX/examples.
#
# Written by Adam Fedor, Paul Kunz
#
#makefile,v 1.1 1995/12/13 22:35:27 fedor Exp

NAME = Test

PROJECTVERSION = 1.1
LANGUAGE = English

GLOBAL_RESOURCES = Test.nib

CLASSES = MyView.o

HFILES = MyView.h

MFILES = Test_main.o

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble

include ../example.make

