The R Project SVN R

Rev

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

Rev 11578 Rev 13849
Line 51... Line 51...
51
# manager file.  For Unix this is usually jmemnobs.o, but you may want
51
# manager file.  For Unix this is usually jmemnobs.o, but you may want
52
# to use jmemansi.o or jmemname.o if you have limited swap space.
52
# to use jmemansi.o or jmemname.o if you have limited swap space.
53
SYSDEPMEM= jmemnobs.$(O)
53
SYSDEPMEM= jmemnobs.$(O)
54
 
54
 
55
# miscellaneous OS-dependent stuff
55
# miscellaneous OS-dependent stuff
56
SHELL= /bin/sh
56
#SHELL= /bin/sh
57
# linker
57
# linker
58
LN= $(CC)
58
LN= $(CC)
59
# file deletion command
59
# file deletion command
60
RM= rm -f
60
RM= rm -f
61
# directory creation command
61
# directory creation command