The R Project SVN R

Rev

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

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