home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / glibc-1.06 / sysdeps / tahoe / Makefile < prev    next >
Encoding:
Makefile  |  1991-03-26  |  271 b   |  15 lines

  1. ifeq    ($(subdir),math)
  2. ifndef    math-twiddled
  3.  
  4. routines:= $(filter-out acos asin cos sin ceil rint hypot \
  5.             __copysign __scalb __drem __logb __finite,$(routines))
  6. aux    := $(aux) support exp__E log__L
  7.  
  8. math-twiddled := t
  9.  
  10. endif
  11.  
  12. bsdmath_dirs := $(bsdmath_dirs) tahoe
  13.  
  14. endif
  15.