The R Project SVN R

Rev

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

Rev 6430 Rev 6457
Line 10... Line 10...
10
buildpng:
10
buildpng:
11
	$(MAKE) CC="$(CC)" -C libpng -f scripts/makefile.std libpng.a
11
	$(MAKE) CC="$(CC)" -C libpng -f scripts/makefile.std libpng.a
12
 
12
 
13
# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'
13
# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'
14
# under CYGWIN. They are here since the configure script doesn't run 
14
# under CYGWIN. They are here since the configure script doesn't run 
15
# (I suspect) using the reduced that of tools we distribuite.
15
# (I suspect) using the reduced set of tools we distribuite.
16
buildjpeg: $(JPEGDIR)/jconfig.h Makefile.jpeg
16
buildjpeg: $(JPEGDIR)/jconfig.h Makefile.jpeg
17
	$(MAKE) CC="$(CC)" -C $(JPEGDIR) -f ../Makefile.jpeg libjpeg.a
17
	$(MAKE) CC="$(CC)" -C $(JPEGDIR) -f ../Makefile.jpeg libjpeg.a
18
 
18
 
19
$(JPEGDIR)/jconfig.h: jconfig.h 
19
$(JPEGDIR)/jconfig.h: jconfig.h 
20
	$(CP) jconfig.h $(JPEGDIR)/jconfig.h
20
	$(CP) jconfig.h $(JPEGDIR)/jconfig.h