Rev 30054 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../gnuwin32/MkRulesR_HOME=../..## keep these in step with ./Makefile.inSRC_HEADERS = R.h S.h Rdefines.h Rdevices.h Rgraphics.h Rinternals.hOBJ_HEADERS = Rconfig.h Rmath.h Rversion.hall: fixh@echo 'installing C headers'@mkdir -p $(R_HOME)/include/R_ext@cp -p $(SRC_HEADERS) $(OBJ_HEADERS) $(R_HOME)/include@cp -p R_ext/*.h $(R_HOME)/include/R_extversion: Rversion.hfixh: $(OBJ_HEADERS)@$(ECHO) done > fixhRconfig.h: config.h $(R_HOME)/tools/GETCONFIG$(SED) -e 1d $(R_HOME)/tools/GETCONFIG > GCsh GC > Rconfig.h$(RM) GCRversion.h: $(R_HOME)/date-stamp $(R_HOME)/VERSION$(SED) -e 1d $(R_HOME)/tools/GETVERSION > $(R_HOME)/tools/GVsh $(R_HOME)/tools/GV > $@$(RM) $(R_HOME)/tools/GVRmath.h0: Rmath.h0.in $(R_HOME)/VERSION$(SED) -e 's/@RMATH_HAVE_LOG1P@/# define HAVE_LOG1P 1/' \-e /@RMATH_HAVE_EXPM1@/d \-e 's/@RMATH_HAVE_WORKING_LOG1P@/# define HAVE_WORKING_LOG1P 1/' \-e "s/@PACKAGE_VERSION@/`sed 's/\([^ ]*\).*/\1/' < $(R_HOME)/VERSION`/" $< > Rmath.h0Rmath.h: Rmath.h0@sh $(R_HOME)/tools/copy-if-change $< $@distclean:$(RM) -f Rmath.h0 fixh