Rev 26339 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/methods/src/Makefilepkg = methodsVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../../..subdir = src/library/$(pkg)/srcR_HOME = $(top_builddir)SOURCES_C = do_substitute_direct.c methods_list_dispatch.c \slot.c class_support.c tests.cSOURCES_F =DEPENDS = $(SOURCES_C:.c=.d)OBJECTS = $(SOURCES_C:.c=.o) $(SOURCES_F:.f=.o)SHLIB = $(pkg)@SHLIB_EXT@all: Makefile Makedeps@$(MAKE) 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)@$(SHELL) $(top_srcdir)/src/scripts/mkinstalldirs \$(top_builddir)/library/$(pkg)/libs@$(SHELL) $(top_srcdir)/tools/copy-if-change $(SHLIB) \$(top_builddir)/library/$(pkg)/libs/$(SHLIB)include $(top_srcdir)/share/make/shlib.mkmostlyclean: cleanclean:@-rm -rf .libs _libs@-rm -f Makedeps *.d *.o *$(SHLIB_EXT)distclean: clean@-rm -f Makefilemaintainer-clean: distclean## Automagically generated dependencies: