home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / configure.tcl < prev    next >
Text File  |  1997-06-17  |  1KB  |  33 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1993-1997 by Cayenne Software, Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cayenne Software, Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #    File        : @(#)configure.tcl    /main/titanic/1 17 Jun 1997
  17. #    Author        : revr
  18. #    Description    : script for C++ configuration
  19. #
  20. #---------------------------------------------------------------------------
  21. #
  22.  
  23. source [m4_path_name tcl cginit.tcl]
  24.  
  25. require caynutil.tcl
  26. require machdep.tcl
  27. require_all_module_files subconfig.tcl
  28.  
  29. require mkmktmpl.tcl
  30.  
  31. puts "Makefile template generation"
  32. do_makefile
  33.