source: trunk/third/pine/Makefile.athena @ 22594

Revision 22594, 1.1 KB checked in by ghudson, 17 years ago (diff)
From jmorzins: build with LDAP support.
Line 
1# $Id: Makefile.athena,v 1.7 2007-01-12 18:22:57 ghudson Exp $
2
3dist:
4
5prepare:
6        rm -f krb5
7        ln -s /usr/athena krb5
8        rm -f ldap
9        ln -s /usr/athena ldap
10
11clean:
12        ./build clean
13
14all:
15        . ./platform && ./build CC="$$COMPILER" EXTRAAUTHENTICATORS="gss krb" EXTRACFLAGS="-DHESIOD -DKERBEROS -I/usr/athena/include" EXTRALDFLAGS="-L/usr/athena/lib -Wl,-R/usr/athena/lib -lsasl2 -lhesiod $$platformlibs" SSLDIR=/usr/athena "$$platform"
16
17check:
18
19install:
20        mkdir -p "$$SRVD/usr/athena/bin"
21        mkdir -p "$$SRVD/usr/athena/man/man1"
22        mkdir -p "$$SRVD/usr/athena/etc"
23        install -c -m 0555 athena-pine.sh "$$SRVD/usr/athena/bin/pine"
24        install -c -m 0555 pine/pine "$$SRVD/usr/athena/bin/pine.real"
25        install -c -m 0555 pico/pico "$$SRVD/usr/athena/bin"
26        install -c -m 0555 pico/pilot "$$SRVD/usr/athena/bin"
27        install -c -m 0555 mtest/mtest "$$SRVD/usr/athena/bin"
28        install -c -m 0444 doc/pine.1 "$$SRVD/usr/athena/man/man1"
29        install -c -m 0444 doc/pico.1 "$$SRVD/usr/athena/man/man1"
30        install -c -m 0444 doc/pilot.1 "$$SRVD/usr/athena/man/man1"
31        install -c -m 0644 pine.conf "$$SRVD/usr/athena/etc"
Note: See TracBrowser for help on using the repository browser.