Rev 30071 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/gnuwin32/front-ends/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/gnuwin32/front-endsSOURCES = R.c rcmd.c rcmdfn.c rgui.c RSetReg.c rterm.cDEPENDS = $(SOURCES:.c=.o)OPTFLAGS=-O2 -Wall -pedanticCFLAGS=$(OPTFLAGS) -I$(top_srcdir)/src/include -I../../include -I../../../include -DWin32all: Makefile RMakefile: $(srcdir)/Makefile.in \$(top_builddir)/config.status \../../include/Rversion.h \$(SOURCES)@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@Makedeps: Makefile $(DEPENDS)@cat $(DEPENDS) >> Makefile@touch $@.PHONY: RR: Makefile ../../../bin/Rgui.exe ../../../bin/Rterm.exe \../../../bin/Rcmd.exe ../../../bin/RSetReg.exe \../../../bin/R.exe../../../bin/Rgui.exe: Rgui.exemkdir -p ../../../bincp $^ $@../../../bin/Rterm.exe: Rterm.exemkdir -p ../../../bincp $^ $@../../../bin/Rcmd.exe: Rcmd.exemkdir -p ../../../bincp $^ $@../../../bin/RSetReg.exe: RSetReg.exemkdir -p ../../../bincp $^ $@../../../bin/R.exe: R.exemkdir -p ../../../bincp $^ $@graphappmain.o: $(srcdir)/../graphapp/graphappmain.c$(CC) -c -o $@ -I$(srcdir)/../graphapp $(CFLAGS) $^Rgui.exe: graphappmain.o rgui.o rgico.o$(CC) -s -mwindows -o $@ $^ -L.. -lRRterm.exe: graphappmain.o rterm.o rtico.o$(CC) -s -o $@ $^ -luser32 -L.. -lRRcmd.exe: rcmd.o ../rhome.o rcico.o rcmdfn.o$(CC) -s -o $@ $^R.exe: R.o ../rhome.o rcico.o rcmdfn.o$(CC) -s -o $@ $^RSetReg.exe: RSetReg.o ../rhome.o rcico.o$(CC) -s -o $@ $^mostlyclean: cleanclean:@-rm -f Makedeps *.o *.obj *.exe *~ *.exp *.def *.dll *.libdistclean: clean@-rm -f Makefilemaintainer-clean: distclean%.o: %.rcwindres -I../../include -I$(srcdir) -i $< -o $@## Automagically generated dependencies: