home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / bsdss4.tz / bsdss4 / bsdss / conf / i386 / template.mk < prev   
Encoding:
Makefile  |  1992-07-09  |  1.8 KB  |  57 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. #
  21. # HISTORY
  22. # $Log:    template.mk,v $
  23. # Revision 2.2  92/06/25  17:28:14  mrt
  24. #     Derived from conf/Makefile.i386, changed for ODE make.
  25. #     [92/06/16            mrt]
  26. # Revision 2.2  92/04/22  14:01:03  rwd
  27. #     LIBS and -L of MKLIB is not machine specific.
  28. #     [92/04/22            rwd]
  29. # Revision 2.1  92/04/21  17:11:47  rwd
  30. # BSDSS
  31. #
  32. #
  33.  
  34. ###############################################################################
  35. #BEGIN    Machine dependent Makefile fragment for the i386
  36. ###############################################################################
  37.  
  38. #tmp
  39.  
  40. #LIBS_P=-lc_p
  41.  
  42. LDOBJS_PREFIX=
  43. LDFLAGS= -x -e __start
  44.  
  45. ###############################################################################
  46. #END    Machine dependent Makefile fragment for the i386
  47. ###############################################################################
  48.