From mboxrd@z Thu Jan 1 00:00:00 1970 From: jim@weathercom.com To: Source Navigator Subject: Make control Date: Mon, 07 May 2001 22:48:00 -0000 Message-id: <3AF78905.85824E97@weathercom.com> X-SW-Source: 2001-q2/msg00139.html Hi, I need to do some complicated stuff for an embedded app I'm working on. I need to: compile .java files (using jikes) execute a post-processor on the resulting class files bundle everything up and FTP it to the target machine send some commands over the serial port start everything going Now I can do all this in a make file, but how do I get SN to execute it correctly? And is this explained in the documentation somewhere? Thanks, JD