Rev 12276 | 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_____.afm agdo____.afm agw_____.afm agwo____.afm bkd_____.afm \bkdi____.afm bkl_____.afm bkli____.afm cob_____.afm cobo____.afm \com_____.afm coo_____.afm hv______.afm hvb_____.afm hvbo____.afm \hvn_____.afm hvnb____.afm hvnbo___.afm hvno____.afm hvo_____.afm \ncb_____.afm ncbi____.afm nci_____.afm ncr_____.afm pob_____.afm \pobi____.afm poi_____.afm por_____.afm tib_____.afm tibi____.afm \tii_____.afm tir_____.afm \sy______.afmDISTFILES = Makefile.in $(INSTFILES) READMEall: 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