[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
automake fails to generate Makefile.in when project contains Objective-C
From: |
Alexey I. Froloff |
Subject: |
automake fails to generate Makefile.in when project contains Objective-C sources |
Date: |
Fri, 30 Apr 2004 10:43:48 +0400 |
User-agent: |
Mutt/1.5.6+cvs20040413i |
Objective-C support in automake >= 1.6 is broken.
When project contains *.m sources (Objective-C), automake wants
OBJCDEPMOD variable to be defined. This variable can only be
defined with _AM_DEPENDENCIES(OBJC) macro. This macro documented
as "private macros you should not call directly"
There is no any documented way to define OBJCDEPMOD.
On the other side, where is gcj.m4 file, that defines AM_PROG_GCJ
macro. This macro defines GCJ, GCJFLAGS and GCJDEPMOD variables.
--
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
Inform-Mobil, Ltd. System Administrator
http://www.inform-mobil.ru/
Tel: +7(095)504-4709, Fax: +7(095)513-1006
pgpuIOYxyVJQ3.pgp
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- automake fails to generate Makefile.in when project contains Objective-C sources,
Alexey I. Froloff <=