Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!jpaulson@AIDS-UNIX.ARPA From: jpaulson@AIDS-UNIX.ARPA Newsgroups: net.unix-wizards Subject: Request for a tool to build makefiles Message-ID: <1673@sri-arpa.UUCP> Date: Fri, 6-Jul-84 16:29:56 EDT Article-I.D.: sri-arpa.1673 Posted: Fri Jul 6 16:29:56 1984 Date-Received: Mon, 9-Jul-84 00:40:28 EDT Lines: 18 From: john paulson Is there a program available which will create makefiles from a list of source files? Specifically, this "makemake" would take as input an argument list of the form makemake [-I]* source-files and create as output a makefile which would contain the dependencies for the objects by going through the list of includes in the source-files. (The -I flag has the same semantics as the -I flag to cc, which is to look for header files in the directories named). I have used a program such as this at a private company, but I could not take the source with me as it was company property. I could also rebuild it, but I'd rather not reinvent the wheel. Any help would be greatly appreciated. Tnx. jpaulson@aids-unix