Rev 10835 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/afm/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..subdir = afminclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)INSTFILES = \agd_____.lt1 agdo____.lt1 agw_____.lt1 agwo____.lt1 bkd_____.lt1 \bkdi____.lt1 bkl_____.lt1 bkli____.lt1 cob_____.lt1 cobo____.lt1 \com_____.lt1 coo_____.lt1 hv______.lt1 hvb_____.lt1 hvbo____.lt1 \hvn_____.lt1 hvnb____.lt1 hvnbo___.lt1 hvno____.lt1 hvo_____.lt1 \ncb_____.lt1 ncbi____.lt1 nci_____.lt1 ncr_____.lt1 pob_____.lt1 \pobi____.lt1 poi_____.lt1 por_____.lt1 tib_____.lt1 tibi____.lt1 \tii_____.lt1 tir_____.lt1 \sy______.afmDISTFILES = Makefile.in $(INSTFILES)all: Makefile RMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && \CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \$(SHELL) ./config.statusR: Makefile@if [ "$(srcdir)" != "." ]; then \$(MAKE) rhome=$(top_builddir) install-sources; \fiinstall: install-message installdirs install-sourcesinstalldirs:@$(MKINSTALLDIRS) $(rhome)/$(subdir)install-message:@echo "installing $(subdir) ..."install-sources:@for f in $(INSTFILES); do \$(INSTALL_DATA) $(srcdir)/$${f} $(rhome)/$(subdir); \doneinstall-strip: installuninstall:@echo "uninstalling $(subdir) ..."@rm -rf $(rhome)/$(subdir)mostlyclean:clean:@if [ "$(srcdir)" != "." ]; then \rm -f $(INSTFILES); \fidistclean: clean@rm -f Makefilemaintainer-clean: distcleandistdir: $(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