1#####################################################
2#     System-independent Make.common file for       #
3#            Cephes mathematical library            #
4#####################################################
5
6SRCS =	airy.c beta.c chbevl.c chdtr.c const.c dawsn.c ellie.c ellik.c \
7	ellpe.c ellpk.c expn.c fac.c fdtr.c fresnl.c gamma.c gdtr.c hyp2f1.c \
8	hyperg.c i0.c i1.c igam.c igami.c incbet.c incbi.c iv.c j0.c j1.c \
9	jn.c jv.c k0.c k1.c kn.c log2.c mtherr.c ndtri.c pdtr.c polevl.c \
10	polyn.c psi.c revers.c rgamma.c round.c shichi.c sici.c \
11	spence.c stdtr.c struve.c unity.c yn.c zeta.c zetac.c \
12	acosh.c asinh.c atanh.c ndtr.c cbrt.c isnan.c
13
14OBJS =	airy$(O) beta$(O) chbevl$(O) chdtr$(O) const$(O) dawsn$(O) ellie$(O) \
15        ellik$(O) ellpe$(O) ellpk$(O) expn$(O) fac$(O) fdtr$(O) fresnl$(O) \
16	gamma$(O) gdtr$(O) hyp2f1$(O) hyperg$(O) i0$(O) i1$(O) igam$(O) \
17	igami$(O) incbet$(O) incbi$(O) iv$(O) j0$(O) j1$(O) jn$(O) jv$(O) \
18	k0$(O) k1$(O) kn$(O) log2$(O) mtherr$(O) ndtri$(O) pdtr$(O) \
19	polevl$(O) polyn$(O) psi$(O) revers$(O) rgamma$(O) round$(O) \
20	shichi$(O) sici$(O) spence$(O) stdtr$(O) struve$(O) \
21	unity$(O) yn$(O) zeta$(O) zetac$(O) \
22	acosh$(O) asinh$(O) atanh$(O) ndtr$(O) cbrt$(O) isnan$(O)
23
24