source: trunk/third/cyrus-sasl/Makefile.athena @ 22230

Revision 22230, 403 bytes checked in by ghudson, 19 years ago (diff)
Use our config.site when configuring so that we get the proper prefix.
Line 
1# $Id: Makefile.athena,v 1.2 2005-08-09 19:19:31 ghudson Exp $
2
3dist:
4        cp "$$CONFIG_SITE" config.site.athena
5
6prepare:
7        rm -f config.cache
8        CONFIG_SITE=`pwd`/config.site.athena ./configure \
9          --without-saslauthd --with-plugindir=/usr/athena/lib/sasl2
10
11clean:
12        ${MAKE} clean
13
14all:
15        LD_RUN_PATH=/usr/athena/lib ${MAKE} all
16
17check:
18
19install:
20        LD_RUN_PATH=/usr/athena/lib ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.