kjb_add_makefiles(1) kjb_add_makefiles(1) IDENTIFICATION A script to add kjb style Makefiles the current directory ARGUMENTS No arguments are required. The argument '-p' forces adding program makefiles. The argument '-l' forces adding library makefiles. DESCRIPTION This script adds kjb library style Makefiles to the current directory. In the absence of a "-p" or "-l" flag, if there are no code files at all, or if a main routine can be found, then it is assumed that program oriented makefiles are wanted; otherwise, it is assumed that library oriented makefiles are wanted. If program oriented makefiles are wanted, and there exists a sub-directory "lib", then this script will build makefiles in any sub-directory of "lib" that has code. BUGS As we climb up the directory tree from the current directory we are looking for a ancestor that has the sub-directory "Make". If we happen to back up through a symbolic link, then this script will probably fail.