home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
CalculatorLab++
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-06-17
|
1KB
|
48 lines
#
# 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 = SimpleCalc
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = Calc.tiff
LOCAL_RESOURCES = Info.nib SimpleCalc.nib
HFILES = CalcEngine.h InfoManager.h MinusPanel.h SimpleCalc.h
OTHERLINKED = CalcEngine.C InfoManager.C MinusPanel.C SimpleCalc.C\
SimpleCalc_main.C
OTHERSRCS = README
OTHERLINKEDOFILES = CalcEngine.o InfoManager.o MinusPanel.o\
SimpleCalc.o SimpleCalc_main.o
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app Calc.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies