On Tue, Apr 26, 2005 at 10:13:19AM +0200, Ralf Wildenhues wrote: > * Nicolas Haller wrote on Tue, Apr 26, 2005 at 10:00:50AM CEST: > What? automake looks for .am files, not .in files. configure (to be > more precise: config.status) looks for .in files. This is the output when I run automake nicolas@hermes:~/RSA/trunk%automake configure.ac:35: required file `src/crack/Makefile.in' not found configure.ac:35: required file `src/crypt/Makefile.in' not found configure.ac:35: required file `src/gestcles/Makefile.in' not found configure.ac:35: required file `src/interface/Makefile.in' not found configure.ac:35: required file `src/sign/Makefile.in' not found > > If I understand, Makefile.in are generated with informations enclosed in > > Makefile.am. But I have no Makefile.am in subdirs of src/. I have only > > sources files (.hh and .cc), and nothing to do with these (but object > > file to build the program define in src/Makefile.am). > Well, if you don't need any more Makefile.am files in subdirectories of > src/, then don't specify SUBDIRS. Please read > info Automake Subdirectories > > So, what can I do, can I create empty Makefile.am in all subdirs of src/ > > or must I do anything else? > Either that, or just don't mention the directories in SUBDIRS. > I don't know why you wanted them there in the first place(?). You said before: > > > Well, put > > > SUBDIRS = whatever_dirs_live_under_src > > > into src/Makefile.am. Don't forget to mention all to-be-generated > > > Makefiles in the AC_CONFIG_FILES macro in configure.ac. So when I do what you said, automake said he can't find Makefile.in I try to make empty Makefile.am and it's work, autotools generates Makefile.in and Makefile. But I donc really know if it's good to make empty Automake.am, what is your opinion? thanks, -- Nicolas Haller _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf