The R Project SVN R

Rev

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

Rev 44594 Rev 44597
Line 48... Line 48...
48
 
48
 
49
clean:
49
clean:
50
	$(RM) *.o *.a *.dll *.def *~ \#*\#
50
	$(RM) *.o *.a *.dll *.def *~ \#*\#
51
	-$(MAKE) CC='$(CC)' -C $(PNGDIR) -f scripts/makefile.std clean
51
	-$(MAKE) CC='$(CC)' -C $(PNGDIR) -f scripts/makefile.std clean
52
	-$(MAKE) CC='$(CC)' -C $(JPEGDIR) -f ../Makefile.jpeg clean
52
	-$(MAKE) CC='$(CC)' -C $(JPEGDIR) -f ../Makefile.jpeg clean
-
 
53
	-$(MAKE) CC='$(CC)' -C $(TIFFDIR) -f ../Makefile.tiff clean
53
 
54
 
54
 
55
 
55
 
56
 
56
 
57