The R Project SVN R

Rev

Rev 24396 | Rev 29276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24396 Rev 24603
Line 76... Line 76...
76
.SUFFIXES: .c .d .o .lo
76
.SUFFIXES: .c .d .o .lo
77
 
77
 
78
all: Makefile static shared
78
all: Makefile static shared
79
 
79
 
80
## can't run test, as that depends on OS-specific way to set library path.
80
## can't run test, as that depends on OS-specific way to set library path.
-
 
81
## clean is useful, but forces a remake each time which MM did not want
81
check: all clean
82
check: all # clean
82
 
83
 
83
Copy:
84
Copy:
84
	@echo "Copying source files"
85
	@echo "Copying source files"
85
	@test -f std_unif.c || $(LN_S) $(srcdir)/sunif.c std_unif.c
86
	@test -f std_unif.c || $(LN_S) $(srcdir)/sunif.c std_unif.c
86
	@for f in $(SOURCES_NMATH); do \
87
	@for f in $(SOURCES_NMATH); do \