This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Makefile dependency


Hi,

Does anyone have the following problem?

After Makefile.am is changed, type 'make' won't create a new Makefile. In my 
Makefile which is generated by 'automake', there are lines like 

$(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --gnu  car2netcdf/apps/Makefile
Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)

'#' sign is the problem. I don't how I can get rid of it since it is generated 
by 'automake'.

My machine is running RedHad 9.
automake is (GNU automake) 1.6.3
make is GNU Make version 3.79.1

I have "AM_MAINTAINER_MODE' in configure.in file.

Thanks,

-- 
Lulin Song
NSSL/CIMMS/OU



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]