IBM
Contents Index Previous Next



Actions Performed by SCCD


  1. Execute an optional first-user defined command (sccdUSER_CMD1).
  2. Create a sub-directory for temporary files and the pre-processed .c files.
  3. Execute an optional second user-defined command (sccdUSER_CMD2).
  4. Run a C pre-processor pass to expand all macros.
  5. Execute an optional third user-defined command (sccdUSER_CMD3).
  6. Pretty print the file.
  7. Optional clean-up of the sub-directory.
  8. Optionally copy .hs files to the sub-directory.
  9. Execute an optional fourth user-defined command (sccdUSER_CMD4). You should use this command if you wish to invoke the "indent" utility from SCCD (see C Beautifier for more information).
  10. Optionally compile, i.e. run the original command line.
  11. Optional clean-up of the sub-directory, but leave the pre-processed .c file(s) for debugging purposes.

http://www.ibm.com/rational
Contents Index Previous Next