automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile dependency


From: Lulin Song
Subject: Makefile dependency
Date: Tue, 18 Nov 2003 16:16:11 -0600
User-agent: KMail/1.5

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]