jupp.mk (402B)
1 TARG = jupp 2 3 <$mkbuild/mk.common 4 5 INSTALL_BIN = joe 6 INSTALL_MAN1 = joe.1 7 INSTALL_OTHER1 = charmaps/klingon 8 INSTALL_OTHER1_DIR = /etc/joe/charmaps 9 INSTALL_OTHER2 = joerc jmacsrc 10 INSTALL_OTHER2_DIR = /etc/joe 11 INSTALL_OTHER3 = `{ls syntax/*} 12 INSTALL_OTHER3_DIR = /etc/joe/syntax 13 INSTALL_SYMLINK = joe /bin/jmacs \ 14 joe.1 $MANDIR/man1/jmacs.1 15 16 jupp:QV: 17 sh configure \ 18 --prefix="$PREFIX" 19 make -j$nprocs