source: trunk/third/krb5/Makefile.athena @ 17628

Revision 17628, 520 bytes checked in by ghudson, 22 years ago (diff)
Build reentrant; needed on Solaris by threaded programs including Evolution. Build with debugging symbols. Remove ATHTOOLROOT support.
Line 
1# $Id: Makefile.athena,v 1.26 2002-06-02 20:55:33 ghudson Exp $
2
3SHELL=/bin/sh
4
5dist:
6        cp "$$CONFIG_SITE" config.site.athena
7
8prepare:
9        rm -f src/config.cache
10        cd src && CONFIG_SITE=`pwd`/../config.site.athena CPPFLAGS=" " \
11                ./configure --without-hesiod \
12                --enable-shared \
13                --with-cppopts=-D_REENTRANT \
14                --with-ccopts="-g -I/usr/athena/include" \
15                --with-ldopts=-L/usr/athena/lib
16
17clean:
18        cd src && ${MAKE} clean
19
20all:
21        cd src && ${MAKE} depend all
22
23check:
24
25install:
26        cd src && ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.