automake
[Top][All Lists]
Advanced

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

Re: how to turn off OBJC?


From: Tom Tromey
Subject: Re: how to turn off OBJC?
Date: 31 Dec 2001 19:51:48 -0700

>>>>> "Dan" == mcmahill  <address@hidden> writes:

Sorry for the delay in my reply.

Dan> I'm doing some stuff where i really need to use the '.m' suffix,
Dan> but its not for objective-C.  automake says:

Dan> automake: mex-wcalc/Makefile.am: Objective C source seen but `OBJC' not
Dan> defined in `configure.in'

Dan> is there a way to turn off objective-c in automake?


There ought to be.
I think setting `SUFFIXES = .m' and then having your own .m.o rule
ought to be sufficient.  Unfortunately I don't remember actually
implementing this ...

What does your Makefile.am look like?

Tom



reply via email to

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