>>>>> "Paul" == Paul F Kunz <[EMAIL PROTECTED]> writes:

Paul> bundle:
Paul>   rm -rf */*.o
Paul>   c++ -bundle -I/System/Library/Frameworks/JavaVM.framework/Headers \
Paul>   -I.  -o libhippoplot.jnilib -framework JavaVM \
Paul>   jni/*.cxx pattern/*.cxx reps/*.cxx src/*.cxx transforms/*.cxx \
Paul>   functions/*.cxx

This looks like an ordinary compilation, with unusual flags, to me.
My question is really why we can't just have the ordinary build pass
in these flags.  I'd prefer we not have to add MacOS-specific hacks to
every Makefile if we can possibly avoid it.

Tom

Reply via email to