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

NAME = Test

PROJECTVERSION = 1.1
LANGUAGE = English

GLOBAL_RESOURCES = Test.nib

CLASSES = Controller.o

HFILES = Controller.h

MFILES = Test_main.o

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble

include ../example.make

