source: trunk/third/libpng/Makefile.athena @ 17506

Revision 17506, 592 bytes checked in by rbasch, 23 years ago (diff)
Revert to using gcc on IRIX -- we no longer need to work around the emacs problem on IRIX, and changing compilers did not work anyway.
Line 
1# $Id: Makefile.athena,v 1.5 2002-04-18 20:46:58 rbasch Exp $
2
3dist:
4
5prepare:
6        case "$$ATHENA_HOSTTYPE" in \
7        sun4) \
8                mfsuffix=solaris; \
9                ;; \
10        sgi) \
11                mfsuffix=sggcc; \
12                ;; \
13        esac; \
14        sed -e "/^ZLIBLIB=/s%=.*%=/usr/athena/lib%" \
15            -e "/^ZLIBINC=/s%=.*%=/usr/athena/include%" \
16            -e "/^INCPATH=/s%=.*%=/usr/athena/include%" \
17            -e "/^LIBPATH=/s%=.*%=/usr/athena/lib%" \
18            -e "/^prefix=/s%=.*%=/usr/athena%" \
19            -e "/^CC=/s%=.*%=$$CC%" scripts/makefile.$$mfsuffix > Makefile
20
21clean:
22        ${MAKE} clean
23
24all:
25        ${MAKE} all
26
27check:
28
29install:
30        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.