home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / math / makefile < prev    next >
Encoding:
Makefile  |  1996-09-09  |  567 b   |  36 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP=../..
  3.  
  4. SRC += acos.S
  5. SRC += acosh.c
  6. SRC += asin.S
  7. SRC += asinh.c
  8. SRC += atan.S
  9. SRC += atan2.S
  10. SRC += atanh.c
  11. SRC += ceil.S
  12. SRC += cos.S
  13. SRC += cosh.c
  14. SRC += exp.S
  15. SRC += fabs.S
  16. SRC += floor.S
  17. SRC += fmod.S
  18. SRC += frexp.c
  19. SRC += huge_val.c
  20. SRC += hypot.c
  21. SRC += ldexp.c
  22. SRC += log.S
  23. SRC += log10.S
  24. SRC += modf.S
  25. SRC += modfl.S
  26. SRC += pow.S
  27. SRC += pow10.S
  28. SRC += pow2.S
  29. SRC += sin.S
  30. SRC += sinh.c
  31. SRC += sqrt.S
  32. SRC += tan.S
  33. SRC += tanh.c
  34.  
  35. include $(TOP)/../makefile.inc
  36.