home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / pc_hw / io / makefile < prev    next >
Encoding:
Makefile  |  1995-02-25  |  359 b   |  24 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += ib.S
  5. SRC += il.S
  6. SRC += inb.S
  7. SRC += inp.S
  8. SRC += inpw.S
  9. SRC += isb.S
  10. SRC += isl.S
  11. SRC += isw.S
  12. SRC += iw.S
  13. SRC += ob.S
  14. SRC += ol.S
  15. SRC += osb.S
  16. SRC += osl.S
  17. SRC += osw.S
  18. SRC += outb.S
  19. SRC += outp.S
  20. SRC += outpw.S
  21. SRC += ow.S
  22.  
  23. include $(TOP)/../makefile.inc
  24.