#!smake PFROOT = / include $(PFROOT)/usr/share/Performer/src/pfmakedefs #-- provide a list of alternate locations for file searches UNIQUE = .. #-- alternate locatins for included files LCXXINCS = \ -I${UNIQUE} \ -I${QTDIR}/include \ -I${PFROOT}/usr/include/CC \ -I${PFROOT}/usr/include #-- base name of program TARGET = simple.${PFABI} #-- files from which the target is built {some are in the common directory} CXXFILES = \ simple.C include $(PFROOT)/usr/share/Performer/src/pfmakerules #-- objects are built from either unique or common files VPATH = ${UNIQUE} .PATH: ${UNIQUE}