source: trunk/third/top/Makefile.athena @ 14492

Revision 14492, 346 bytes checked in by ghudson, 24 years ago (diff)
Support new "dist" operation.
Line 
1# $Id: Makefile.athena,v 1.7 2000-03-29 19:54:40 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6
7prepare:
8        rm -f .defaults
9        cp "defaults.$$HOSTTYPE" .defaults
10        module=`sed -n "s/^set module = '\(.*\)'$$/\1/p" .defaults`; \
11        ./Configure "$$module"
12
13clean:
14        ${MAKE} clean
15
16all:
17        ${MAKE} all
18
19check:
20
21install: always
22        ${MAKE} install "DESTDIR=$$SRVD"
23
24always:
Note: See TracBrowser for help on using the repository browser.