The R Project SVN R

Rev

Rev 74312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74312 Rev 80271
Line 35... Line 35...
35
	rmultinom.c \
35
	rmultinom.c \
36
	dcauchy.c pcauchy.c qcauchy.c rcauchy.c \
36
	dcauchy.c pcauchy.c qcauchy.c rcauchy.c \
37
	dexp.c pexp.c qexp.c rexp.c \
37
	dexp.c pexp.c qexp.c rexp.c \
38
	dgeom.c pgeom.c qgeom.c rgeom.c \
38
	dgeom.c pgeom.c qgeom.c rgeom.c \
39
	dhyper.c phyper.c qhyper.c rhyper.c \
39
	dhyper.c phyper.c qhyper.c rhyper.c \
40
	dnbinom.c pnbinom.c qnbinom.c rnbinom.c \
40
	dnbinom.c pnbinom.c qnbinom.c qnbinom_mu.c rnbinom.c \
41
	dpois.c ppois.c qpois.c rpois.c \
41
	dpois.c ppois.c qpois.c rpois.c \
42
	dweibull.c pweibull.c qweibull.c rweibull.c \
42
	dweibull.c pweibull.c qweibull.c rweibull.c \
43
	dlogis.c plogis.c qlogis.c rlogis.c \
43
	dlogis.c plogis.c qlogis.c rlogis.c \
44
	dnchisq.c pnchisq.c qnchisq.c \
44
	dnchisq.c pnchisq.c qnchisq.c \
45
	dnbeta.c pnbeta.c qnbeta.c \
45
	dnbeta.c pnbeta.c qnbeta.c \
Line 48... Line 48...
48
	toms708.c wilcox.c \
48
	toms708.c wilcox.c \
49
	signrank.c
49
	signrank.c
50
## </NOTE>
50
## </NOTE>
51
DEPENDS = $(SOURCES:.c=.d)
51
DEPENDS = $(SOURCES:.c=.d)
52
OBJECTS = $(SOURCES:.c=.o)
52
OBJECTS = $(SOURCES:.c=.o)
53
HEADERS = bessel.h dpq.h nmath.h nmath2.h
53
HEADERS = bessel.h dpq.h nmath.h nmath2.h \
-
 
54
 qDiscrete_search.h
54
 
55
 
55
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
56
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
56
DISTFILES = Makefile.in Makefile.win $(SOURCES) $(HEADERS)
57
DISTFILES = Makefile.in Makefile.win $(SOURCES) $(HEADERS)
57
 
58
 
58
SUBDIRS_WITH_NO_BUILD = standalone
59
SUBDIRS_WITH_NO_BUILD = standalone