Rev 5643 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Makefile for R for Windows InstallerPREFIX=rw0900include ../MkRulesUNZIPDIR=unzip.PHONY: GA UZall: R.ico GA UZ rwinst.exe# O1 for small rather than fastCFLAGS=-I../graphapp -I../../include -I$(UNZIPDIR)/windll -Wall -O1 \-DRVER=\"$(PREFIX)\"GA:$(MAKE) -C ../graphappUZ:$(MAKE) -C $(UNZIPDIR) -f ../Makefile.unzipR.ico: ../front-ends/R.ico$(CP) -p ../front-ends/R.ico .rwico.o: rwico.rcrwinst.o: ../../include/Rversion.h ../graphapp/ga.h ../graphapp/graphapp.hrwinst.exe: rwinst.o rwico.o dounzip.o ../ga.a $(UNZIPDIR)/unzip32.a$(CC) -s -mwindows -o $@ $^ -lcomctl32clean:$(RM) R.ico *.o *~ \#*\# rwinst.exe-$(MAKE) -C $(UNZIPDIR) -f ../Makefile.unzip clean