home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / bios / makefile < prev   
Encoding:
Makefile  |  1995-10-29  |  252 b   |  14 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=..
  3.  
  4. SRC += bioscom.c
  5. SRC += biosdisk.c
  6. SRC += biosequi.c
  7. SRC += bioskey.c
  8. SRC += biosmem.c
  9. SRC += biosprin.c
  10. SRC += biostime.c
  11. SRC += b_time.c
  12.  
  13. include $(TOP)/../makefile.inc
  14.