This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: how to turn off OBJC?
- From: Tom Tromey <tromey at redhat dot com>
- To: mcmahill at mtl dot mit dot edu
- Cc: automake at gnu dot org
- Date: 31 Dec 2001 19:51:48 -0700
- Subject: Re: how to turn off OBJC?
- References: <Pine.SOL.3.96.1011022231035.3063A-100000@bitter.mit.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Dan" == mcmahill <mcmahill@mtl.mit.edu> 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