home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansif / float / makefile < prev   
Encoding:
Makefile  |  1994-07-10  |  279 b   |  15 lines

  1. # Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += float_de.c
  5. SRC += float_dm.c
  6. SRC += float_dx.c
  7. SRC += float_fe.c
  8. SRC += float_fm.c
  9. SRC += float_fx.c
  10. SRC += float_le.c
  11. SRC += float_lm.c
  12. SRC += float_lx.c
  13.  
  14. include $(TOP)/../makefile.inc
  15.