1#
2# Generated by the NeXT Project Builder.
3#
4# NOTE: Do NOT change this file -- Project Builder maintains it.
5#
6# Put all of your customizations in files called Makefile.preamble
7# and Makefile.postamble (both optional), and Makefile will include them.
8#
9
10NAME = pgview
11
12PROJECTVERSION = 2.6
13PROJECT_TYPE = Application
14LANGUAGE = English
15
16NEXTSTEP_APPICON = pgicon.tiff
17ICONSECTIONS =	-sectcreate __ICON app pgicon.tiff
18
19GLOBAL_RESOURCES = cross.tiff
20
21CLASSES = dispatchobj.m hostobj.m ipanelobj.m pgviewobj.m portobj.m
22
23HFILES = dispatchobj.h hostobj.h ipanelobj.h pgviewobj.h portobj.h
24
25MFILES = pgview_main.m
26
27OTHERSRCS = Makefile
28
29
30MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
31CODE_GEN_STYLE = DYNAMIC
32MAKEFILE = app.make
33NEXTSTEP_INSTALLDIR = $(HOME)/Apps
34WINDOWS_INSTALLDIR = /MyApps
35LIBS =
36DEBUG_LIBS = $(LIBS)
37PROF_LIBS = $(LIBS)
38
39
40FRAMEWORKS = -framework AppKit -framework Foundation
41
42
43include $(MAKEFILEDIR)/platform.make
44
45-include Makefile.preamble
46
47include $(MAKEFILEDIR)/$(MAKEFILE)
48
49-include Makefile.postamble
50
51-include Makefile.dependencies
52