home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / bsdss4.tz / bsdss4 / bsdss / Makeconf < prev    next >
Encoding:
Text File  |  1992-07-09  |  1.6 KB  |  58 lines

  1. # Mach Operating System
  2. # Copyright (c) 1992 Carnegie Mellon University
  3. # All Rights Reserved.
  4. # Permission to use, copy, modify and distribute this software and its
  5. # documentation is hereby granted, provided that both the copyright
  6. # notice and this permission notice appear in all copies of the
  7. # software, derivative works or modified versions, and any portions
  8. # thereof, and that both notices appear in supporting documentation.
  9. # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
  10. # CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  11. # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  12. # Carnegie Mellon requests users of this software to return to
  13. #  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
  14. #  School of Computer Science
  15. #  Carnegie Mellon University
  16. #  Pittsburgh PA 15213-3890
  17. # any improvements or extensions that they make and grant Carnegie Mellon
  18. # the rights to redistribute these changes.
  19. #
  20. # HISTORY
  21. # $Log:    Makeconf,v $
  22. # Revision 2.2  92/06/25  17:18:47  mrt
  23. #     Created for ODE make
  24. #     [92/06/19            mrt]
  25.  
  26. #
  27. #  This special makefile marks the top of the source tree.  Several
  28. #  builtin make variables are defined based upon the location of this
  29. #  file and the subdirectory within this tree where make was invoked.
  30. #  The variables context and target_machine should be set in your 
  31. #  environment before make is invoked.
  32. #
  33.  
  34. .MAKEFLAGS: -r
  35.  
  36. .if defined(OBJECTDIR)
  37.    MAKEOBJDIR=../../obj/${context}/bsdss
  38. .endif
  39.  
  40.  
  41. .if defined(SOURCEDIR)
  42. MAKESRCDIRPATH=${SOURCEDIR}
  43. .else
  44. MAKESRCDIRPATH=""
  45. .endif
  46.  
  47. BSDSS_I386_CONFIG=STD+WS
  48.  
  49. KERN_MACHINE_DIR ?=${target_machine}
  50.