source: trunk/third/zlib/Makefile.athena @ 17505

Revision 17505, 213 bytes checked in by rbasch, 23 years ago (diff)
Revert the switch to the native compiler on IRIX -- we no longer need to work around the emacs build problem, and changing compilers did not work anyway.
Line 
1# $Id: Makefile.athena,v 1.3 2002-04-18 20:44:35 rbasch Exp $
2
3SHELL=/bin/sh
4
5dist:
6
7prepare:
8        ./configure --shared --prefix=/usr/athena
9
10clean all:
11        ${MAKE} $@
12
13check:
14
15install:
16        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.