home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mitsch75.zip / scheme-7_5_17-src.zip / scheme-7.5.17 / src / microcode / os2utl / makefile < prev    next >
Makefile  |  2000-12-05  |  1KB  |  45 lines

  1. ### -*- Fundamental -*-
  2. ###
  3. ### $Id: makefile,v 1.15 2000/12/05 21:23:51 cph Exp $
  4. ###
  5. ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
  6. ###
  7. ### This program is free software; you can redistribute it and/or
  8. ### modify it under the terms of the GNU General Public License as
  9. ### published by the Free Software Foundation; either version 2 of the
  10. ### License, or (at your option) any later version.
  11. ###
  12. ### This program is distributed in the hope that it will be useful,
  13. ### but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15. ### General Public License for more details.
  16. ###
  17. ### You should have received a copy of the GNU General Public License
  18. ### along with this program; if not, write to the Free Software
  19. ### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. ###
  21.  
  22. #### Makefile for Scheme under OS/2
  23.  
  24. all: scheme.exe bchschem.exe
  25.  
  26. # Uncomment exactly one of the following two lines:
  27. #debug_mode = debug
  28. debug_mode = optimize
  29.  
  30. # Uncomment exactly one of the following include statements to
  31. # customize this makefile for your compiler.  All of the
  32. # configurations require both GNU make and GNU m4.
  33.  
  34. # IBM C Set++/2 or IBM Visual Age C++:
  35. include os2utl\makefile.vac
  36.  
  37. # Watcom C/C++:
  38. #include os2utl\makefile.wcc
  39.  
  40. # EMX/GCC:
  41. #include os2utl\makefile.emx
  42.  
  43. # GCC/2 (this has not been tried in a long time):
  44. #include os2utl\makefile.gcc
  45.