#!/usr/local/bin/rxx /* * ----------------------------------------------------------------- * Execution of this macro requires a license for uni-XEDIT Extended * for each concurrent user of the macro. * ----------------------------------------------------------------- * * * * XEMAKE * * XEMAKE is a secondary macro to mk.xedit. XEMAKE allows you to run * a 'make' in the background and displays the output in an X window. * * 'make' is a Unix command to maintain, update and regenerate related * programs and files. 'make' executes a list of shell commmands * associated with each target, typically to create or update a file * of the same name. * */ parse arg name "make" name ">mk.out 2>&1" "aixw2 xe" getcwd()"/mk.out"