The R Project SVN R

Rev

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

Rev 44909 Rev 69669
Line 54... Line 54...
54
Makedeps: Makefile $(DEPENDS)
54
Makedeps: Makefile $(DEPENDS)
55
	@cat $(DEPENDS) >> Makefile
55
	@cat $(DEPENDS) >> Makefile
56
	@touch $@
56
	@touch $@
57
 
57
 
58
libintl.a: $(libintl_a_OBJECTS)
58
libintl.a: $(libintl_a_OBJECTS)
59
	rm -f $@
59
	@rm -f $@
60
	$(AR) cr $@ $(libintl_a_OBJECTS)
60
	$(AR) -cr $@ $(libintl_a_OBJECTS)
61
	$(RANLIB) $@
61
	$(RANLIB) $@
62
 
62
 
63
headers: libgnuintl.h
63
headers: libgnuintl.h
64
	@$(SHELL) $(top_srcdir)/tools/copy-if-change libgnuintl.h \
64
	@$(SHELL) $(top_srcdir)/tools/copy-if-change libgnuintl.h \
65
	  $(top_builddir)/src/include/libintl.h
65
	  $(top_builddir)/src/include/libintl.h