source: trunk/third/mh/Makefile.athena @ 10521

Revision 10521, 346 bytes checked in by ghudson, 27 years ago (diff)
Substitute @TOOLROOT@ as many times as it appears, not just once.
Line 
1# $Id: Makefile.athena,v 1.4 1997-10-15 22:43:28 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        cd conf && $$COMPILER mhconfig.c -o mhconfig
7        cd conf && rm -f MH
8        cd conf && sed -e "s,@TOOLROOT@,$$ATHTOOLROOT,g" "MH.$$HOSTTYPE" > MH
9        cd conf && ./mhconfig MH
10
11clean:
12        ${MAKE} clean
13
14all:
15        ${MAKE} all
16
17check:
18
19install:
20        ${MAKE} install "DESTDIR=$$SRVD"
Note: See TracBrowser for help on using the repository browser.