Rev 78844 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/graphics/src/Makefilepkg = graphicsVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../../..subdir = src/library/$(pkg)/srcR_HOME = $(top_builddir)R_SHARE_DIR = $(R_HOME)/shareR_INCLUDE_DIR = $(R_HOME)/includeSOURCES_C = init.c base.c graphics.c par.c plot.c plot3d.c stem.cDEPENDS = $(SOURCES_C:.c=.d)OBJECTS = $(SOURCES_C:.c=.o)PKG_CFLAGS = $(C_VISIBILITY)SHLIB = $(pkg)@SHLIB_EXT@# need Defn.h etc, and config.hPKG_CPPFLAGS =-I../../../include -I$(top_srcdir)/src/include -DHAVE_CONFIG_H \-I$(top_srcdir)/src/mainall: Makedeps@$(MAKE) shlibMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@Makedeps: Makefile $(DEPENDS)@cat $(DEPENDS) >> Makefile@touch $@shlib: $(SHLIB)@$(MKINSTALLDIRS) \$(top_builddir)/library/$(pkg)/libs@R_ARCH@@$(SHELL) $(top_srcdir)/tools/copy-if-change $(SHLIB) \$(top_builddir)/library/$(pkg)/libs@R_ARCH@/$(SHLIB)include $(R_HOME)/etc${R_ARCH}/Makeconfinclude $(top_srcdir)/share/make/shlib.mk## override to use LTO for linking with --enable-lto=RLTO = @LTO@mostlyclean: cleanclean:@-rm -Rf .libs _libs@-rm -f Makedeps *.d *.o *$(SHLIB_EXT)distclean: clean@-rm -f Makefilemaintainer-clean: distclean## Automagically generated dependencies: