The R Project SVN R

Rev

Rev 64580 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64580 Rev 83622
Line 22... Line 22...
22
	@$(RM) *.o *~ *.d Makedeps
22
	@$(RM) *.o *~ *.d Makedeps
23
distclean: clean
23
distclean: clean
24
	@$(RM) libtz.a
24
	@$(RM) libtz.a
25
	@$(RM) -Rf ../../../share/zoneinfo
25
	@$(RM) -Rf ../../../share/zoneinfo
26
 
26
 
-
 
27
ifdef USE_ICU
-
 
28
registryTZ-CPPFLAGS += -DUSE_ICU -I"$(ICU_PATH)"/include
-
 
29
endif
-
 
30
 
27
# Dependencies
31
# Dependencies
28
DEPS = $(CSOURCES:.c=.d)
32
DEPS = $(CSOURCES:.c=.d)
29
 
33
 
30
makeMakedeps: $(DEPS)
34
makeMakedeps: $(DEPS)
31
	@$(RM) Makedeps
35
	@$(RM) Makedeps