Revision 17628,
520 bytes
checked in by ghudson, 23 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 | |
---|
3 | SHELL=/bin/sh |
---|
4 | |
---|
5 | dist: |
---|
6 | cp "$$CONFIG_SITE" config.site.athena |
---|
7 | |
---|
8 | prepare: |
---|
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 | |
---|
17 | clean: |
---|
18 | cd src && ${MAKE} clean |
---|
19 | |
---|
20 | all: |
---|
21 | cd src && ${MAKE} depend all |
---|
22 | |
---|
23 | check: |
---|
24 | |
---|
25 | install: |
---|
26 | cd src && ${MAKE} install DESTDIR="$$SRVD" |
---|
Note: See
TracBrowser
for help on using the repository browser.