bug-automake
[Top][All Lists]
Advanced

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

makedepend and automake


From: sdangelo
Subject: makedepend and automake
Date: Sun, 22 Jul 2001 20:46:16 -0400

Hi,

I know that probably this is not the correct mail address to ask
question about automake problems, but I don't know any other addresses.

I have the following problem.

 I am creating a build process on OS/390 and the compiler in this
platform does not support the option Wp to calculate the dependencies.

I would like to use makedepend but I do know how to integrate it in my
Makefile.am.


These are the files Makefile.am and configure.in

Makefile.am:

bin_PROGRAMS = prova
prova_SOURCES = A.cpp B.cpp
AUTOMAKE_OPTIONS = no-dependencies

configure.in

AC_INIT(A.cpp)
AM_INIT_AUTOMAKE(A,1.0)
AC_PROG_CXX
AC_PROG_INSTALL
AC_OUTPUT(Makefile)

the option no-dependencies has been introduced to avoid the flag Wp.

Thanks in advance for your help.

Bye




reply via email to

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