Revision 22214,
564 bytes
checked in by ghudson, 19 years ago
(diff) |
Build gettext and install only the shared library for compatibility.
|
Line | |
---|
1 | # $Id: Makefile.athena,v 1.1 2005-08-03 23:57:26 ghudson Exp $ |
---|
2 | |
---|
3 | SHELL=/bin/sh |
---|
4 | |
---|
5 | dist: |
---|
6 | cp "$$CONFIG_SITE" config.site.athena |
---|
7 | |
---|
8 | prepare: |
---|
9 | rm -f config.cache |
---|
10 | CONFIG_SITE=`pwd`/config.site.athena \ |
---|
11 | ./configure --with-included-gettext |
---|
12 | |
---|
13 | clean: |
---|
14 | ${MAKE} clean |
---|
15 | |
---|
16 | all: |
---|
17 | ${MAKE} all |
---|
18 | |
---|
19 | check: |
---|
20 | |
---|
21 | install: |
---|
22 | mkdir -p "$$SRVD/usr/athena/lib" |
---|
23 | cd gettext-runtime/intl && ../libtool --mode=install \ |
---|
24 | install -c -m 644 libintl.la "$$SRVD/usr/athena/lib" |
---|
25 | rm -f "$$SRVD/usr/athena/lib/libintl.la" |
---|
26 | rm -f "$$SRVD/usr/athena/lib/libintl.a" |
---|
27 | rm -f "$$SRVD/usr/athena/lib/libintl.so" |
---|
Note: See
TracBrowser
for help on using the repository browser.