Current Path : /usr/src/contrib/groff/contrib/grap2graph/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/contrib/groff/contrib/grap2graph/Makefile.sub |
MAN1=grap2graph.n CLEANADD=grap2graph all: grap2graph grap2graph: grap2graph.sh rm -f $@; \ sed -e "s|@g@|$(g)|g" \ -e "s|@VERSION@|$(version)$(revision)|" \ -e $(SH_SCRIPT_SED_CMD) $(srcdir)/grap2graph.sh >$@; \ chmod +x $@ install_data: grap2graph -test -d $(bindir) || $(mkinstalldirs) $(bindir) -rm -f $(bindir)/grap2graph $(INSTALL_SCRIPT) grap2graph $(bindir)/grap2graph uninstall_sub: -rm -f $(bindir)/grap2graph