Differences From Artifact [1aeaa8992d]:
- File
mttroot/mtt/Makefile
— part of check-in
[c8773843ac]
at
2002-04-27 00:23:40
on branch origin/master
— Makefile -- initial version.
usage: [DESTDIR=/prefix/path] make install install-doc
export PATH=$PATH:$DESTDIR/usr/bin
edit $DESTDIR/etc/mtt.conf if required (user: geraint@users.sourceforge.net, size: 2705) [annotate] [blame] [check-ins using] [more...]
To Artifact [53e71ab212]:
- File
mttroot/mtt/Makefile
— part of check-in
[b9b4e2be07]
at
2002-04-27 11:13:04
on branch origin/master
— Now builds targets in cc directory.
Now correctly cleans doc directory.
Uses /usr/bin/install instead of cp, mkdir and chmod. (user: geraint@users.sourceforge.net, size: 2785) [annotate] [blame] [check-ins using] [more...]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + - - + + + - - - + + - + | INFODIR=$(DESTDIR)/usr/share/info configure: configure-stamp configure-stamp: @touch configure-stamp build: configure mtt.sh build-stamp @cd cc ; make -s build build-stamp: @touch build-stamp clean: @touch clean.sh @-chmod a+x clean.sh @./clean.sh @rm -f clean.sh clean-doc: @touch clean-doc.sh @-chmod a+x clean-doc.sh @./clean-doc.sh @rm -f clean-doc.sh @cd doc ; make -s clean distclean: clean clean-doc @-rm -f build-stamp configure-stamp config.log mtt.sh install: build clean.sh |
︙ |