The R Project SVN R

Rev

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

Rev 6644 Rev 6994
Line 28... Line 28...
28
installdll: 
28
installdll: 
29
	$(CP) Rbitmap.dll ../../../bin
29
	$(CP) Rbitmap.dll ../../../bin
30
 
30
 
31
clean:
31
clean:
32
	$(RM) *.o *.a *.dll *.def *~ \#*\#
32
	$(RM) *.o *.a *.dll *.def *~ \#*\#
33
	$(MAKE) CC="$(CC)" RM="$(RM)" -C zlib -f nt/Makefile.gcc clean
33
	-$(MAKE) CC="$(CC)" RM="$(RM)" -C zlib -f nt/Makefile.gcc clean
34
	$(MAKE) CC="$(CC)" -C libpng -f scripts/makefile.std clean
34
	-$(MAKE) CC="$(CC)" -C libpng -f scripts/makefile.std clean
35
	$(MAKE) CC="$(CC)" -C $(JPEGDIR) -f ../Makefile.jpeg clean
35
	-$(MAKE) CC="$(CC)" -C $(JPEGDIR) -f ../Makefile.jpeg clean
36
 
36
 
37
 
37
 
38
 
38
 
39
 
39