This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to turn off OBJC?


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]