The R Project SVN R

Rev

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

Rev 51082 Rev 51085
Line -... Line 1...
-
 
1
#-*- Makefile -*-
-
 
2
 
-
 
3
## comment from Guido's original version in the 1990's
-
 
4
# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'
-
 
5
# under CYGWIN. They are here since the configure script doesn't run 
-
 
6
# (I suspect) using the reduced set of tools we distribute.
-
 
7
## 2006-01-15 checked under current tools.
-
 
8
 
1
CC= gcc
9
CC= gcc
2
CFLAGS= -O3 -I.
10
CFLAGS= -O3 -I.
3
 
11
 
4
# Put here the object file name for the correct system-dependent memory
12
# Put here the object file name for the correct system-dependent memory
5
# manager file.  For Unix this is usually jmemnobs.o, but you may want
13
# manager file.  For Unix this is usually jmemnobs.o, but you may want