Sun WorkShop TeamWare 2.1 User's Guide

Default Makefile and Make Target

The Define New Target dialog box contains the value Default in the Makefile and Target text boxes. If you do not specify a particular makefile or make target, TeamWare looks for a file named makefile in the build directory and uses the first make target in that makefile. However, if make finds an SCCS history file (s.makefile) that is newer than the file named makefile, TeamWare uses the most recent version of s.makefile. If makefile does not exist, TeamWare searches for a file named Makefile. Again, if an SCCS history file (s.Makefile) exists that is newer than Makefile, TeamWare uses the most recent version of s.Makefile.