# Wish we could simply say
# DISTFILES = ${SRCFILES} ${SUPPORTFILES}
# But no -- SUPPORTFILES mentions things like 'makefile' and 'SGS_ENV',
# and SRCFILES includes ${OTHER_SOURCEFILES}, which mentions all the
# ../common files.
# So we copy here all but ${OTHER_SOURCEFILES} from the SRCFILES macro
# and all the relevant pieces from SUPPORTFILES.


SOURCES = ${CLASSES} ${MFILES} ${CFILES} ${HFILES} ${PSWFILES} \
		${PSWMFILES} ${GLOBAL_RESOURCES} ${OTHERSRCS} ${OTHERLINKED}
LPROJ = English.lproj
NIBS =  \
	${LPROJ}/next.nib \
	${LPROJ}/next.iconheader \
	${LPROJ}/appicon.tiff 

DISTFILES = ${SOURCES} ${NIBS} \
		Makefile.preamble Makefile.postamble Makefile.dependencies \
		PB.project \
		crayola.iconheader \
		O.next Mkdep .geomview-crayola
