home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
Palettes
/
Clocks
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-09
|
997b
|
44 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 = Clocks
PROJECTVERSION = 1.1
LANGUAGE = English
LOCAL_RESOURCES = ClocksPalette.nib AnalogFaceMarble.tiff \
CalendarFace.tiff ClocksPalette.tiff
GLOBAL_RESOURCES = palette.table
CLASSES = AnalogClock.m CalendarClock.m Clock.m ClocksPalette.m \
DigitalClock.m
HFILES = AnalogClock.h CalendarClock.h Clock.h ClockConstantsAndTypes.h \
ClocksPalette.h DigitalClock.h
SUBPROJECTS = Inspectors.subproj
OTHERSRCS = Makefile Makefile.postamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = /NextDeveloper/Palettes
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
-include Makefile.preamble
include $(MAKEFILEDIR)/palette.make
-include Makefile.postamble
-include Makefile.dependencies