#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = 2DLab

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = icon.tiff
GLOBAL_RESOURCES = 2DLab.nib

CLASSES = TwoDTSP.m TwoDView.m

HFILES = prototypes.h tspheaders.h TwoDTSP.h TwoDView.h

MFILES = 2DLab_main.m add.m cheap.m dist.m farthest.m near.m touropt.m \
         functions.m

CFILES = edgelist.c geometry.c heap.c memory.c voronoi.c vregion.c



MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = /LocalApps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app icon.tiff

LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
