source: trunk/third/perl/Makefile.athena @ 9372

Revision 9372, 517 bytes checked in by ghudson, 28 years ago (diff)
To avoid conflicts with files named "configure", rename the "configure" phase of the build to "prepare".
Line 
1# $Id: Makefile.athena,v 1.3 1996-11-20 15:44:35 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        rm -f config.sh
7        cp "config.sh.$$HOSTTYPE" config.sh
8        for i in *.SH x2p/*.SH; do sh $$i; done
9
10clean:
11        ${MAKE} clean
12
13all:
14        ${MAKE} depend
15        ${MAKE} all
16
17check:
18        ${MAKE} test
19
20install:
21        ${MAKE} install "DESTDIR=$$SRVD"
22        dir=`pwd`; \
23        sed -e '/^chdir/d' -e "s:/usr:$$SRVD/usr/:" h2ph > h2phsrvd; \
24        chmod 755 h2phsrvd; \
25        (cd /os/usr/include && "$$dir/h2phsrvd" * */*); \
26        (cd "$$SRVD/usr/athena/include"; "$$dir/h2phsrvd" * */*)
Note: See TracBrowser for help on using the repository browser.