Rev 3982 | Rev 4760 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/main/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../..subdir = src/maininclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = $(shell cd $(srcdir) && ls Makefile.in *.[cfhy])OBJS = arithmetic.o array.o attrib.o bind.o builtin.o character.o \coerce.o colors.o complex.o context.o cov.o cum.o debug.o \deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o \envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o \iosupport.o list.o logic.o main.o match.o memory.o model.o \names.o objects.o optimize.o options.o par.o paste.o platform.o \plot.o plot3d.o plotmath.o print.o printarray.o printvector.o \printutils.o random.o relop.o saveload.o scan.o seq.o sort.o \source.o split.o subassign.o subscript.o subset.o summary.o \unique.o util.o version.oRLIBS = ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.aRGNOMELIBS = ../gnome/libRgnome.a ../appl/libappl.a ../nmath/libmath.aALL_LIBS = $(RLIBS) $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) $(LIBS)ALL_GNOME_LIBS = $(RGNOMELIBS) $(LIBS) $(GNOMEUI_LIBS)all: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.statuscd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR: Makefile $(top_builddir)/bin/R.binary @RGNOMEBIN@$(top_builddir)/bin/R.binary: $(OBJS) $(RLIBS)@$(MKINSTALLDIRS) $(top_builddir)/bin$(LDCMD) $(DLLFLAGS) -o $@ $(OBJS) $(ALL_LIBS)$(top_builddir)/bin/R.gnome: $(OBJS) $(RGNOMELIBS)@$(MKINSTALLDIRS) $(top_builddir)/bin$(LDCMD) $(DLLFLAGS) $(GNOME_LIBDIR) -o $@ $(OBJS) $(ALL_GNOME_LIBS)../unix/libunix.a:(cd ../unix; $(MAKE) $(@F))../appl/libappl.a:(cd ../appl; $(MAKE) $(@F))../nmath/libmath.a:(cd ../nmath; $(MAKE) $(@F))$(OBJS): $(top_srcdir)/src/include/Defn.h#$(srcdir)/gram.c: $(srcdir)/gram.y# $(YACC) $<# mv y.tab.c $@gram.c: $(srcdir)/gram.y$(YACC) $(srcdir)/gram.ymv y.tab.c $@mostlyclean: cleanclean:@-rm -f R.binary R-Image *core *.o gram.cdistclean: clean@-rm -f Makefilemaintainer-clean: distclean@rm -f gram.ctags: *.h *.cctags *.h *.cTAGS: *.h *.cetags *.h *.c# Dependenciescolors.o: $(top_srcdir)/src/include/Graphics.hgraphics.o: $(top_srcdir)/src/include/Graphics.hpar.o: $(top_srcdir)/src/include/Graphics.hplot.o: $(top_srcdir)/src/include/Graphics.harithmetic.o: $(top_srcdir)/src/include/Mathlib.hformat.o: $(top_srcdir)/src/include/Mathlib.hrandom.o: $(top_srcdir)/src/include/Mathlib.h \$(top_srcdir)/src/include/Random.hdeparse.o: names.hnames.o: names.hprint.o: $(top_srcdir)/src/include/Print.hprintarray.o: $(top_srcdir)/src/include/Print.hprintutils.o: $(top_srcdir)/src/include/Print.hprintvector.o: $(top_srcdir)/src/include/Print.hversion.o: ../include/Platform.h../include/Platform.h:(cd ../include; $(MAKE) Platform.h)distdir: $(DISTFILES)@for f in $(DISTFILES); do \test -f $(distdir)/$${f} \|| ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \|| cp -p $(srcdir)/$${f} $(distdir)/$${f}; \done# Unused targetsinstall install-strip uninstall info dvi check::