Blame | Last modification | View Log | Download | RSS feed
include ../MkRulesall: ../../../bin/Rgui.exe ../../../bin/Rterm.exe../../../bin/Rgui.exe: Rgui.exe$(MKDIR) -p ../../../bin$(CP) $^ $@../../../bin/Rterm.exe: Rterm.exe$(MKDIR) -p ../../../bin$(CP) $^ $@graphappmain.o: ../graphapp/graphappmain.c$(CC) -c -o $@ -I../graphapp $(CFLAGS) $^LIBS=-L.. -lRLINKFLAGS=-sRgui-LINKFLAGS=-mwindowsrgui-CFLAGS=-I../../includerterm-CFLAGS=-I../../includeRgui.exe: graphappmain.o rgui.o rgico.oRterm.exe: graphappmain.o rterm.o rtico.oclean:$(RM) *.o *.exe *~ *.exp