%% "Paul Cameron" <[EMAIL PROTECTED]> writes:

  pc> ----------------------------------------------------------------------------
  pc> ------------------JC = /usr/local/java/bin/javacCLASSPATH =
  pc> /usr/local/java/src.jar:MrMappie/jsObjectStuff:MrMappie.jar:.SOURCEPATH =
  pc> MrMappie:UtilitiesVPATH =
  pc> MrMappie:Utilities:Utilities/ImagesMrMappie.jar(%):       jar uMf $@
  pc> $%%.class: %.java       $(JC) -classpath $(CLASSPATH) -sourcepath
  pc> $(SOURCEPATH) $<.SECONDARY: %.class#.PRECIOUS: %.classclean:       rm
  pc> */*.class-------------------------------------------------------------------
  pc> ---------------------------When make is run with

Can you please resend your message in a way that keeps your mail client
from "helpfully" reformatting it?  The above is not readable.

  pc> make -d 'MrMappie.jar(ServletCall.class)'

I don't think this will work.  Make treats targets of the form
"foo(bar)" in a special way... and that way doesn't support jar files.

See the "Using 'make' to Update Archive Files" chapter in the GNU make
manual. 

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to