source: trunk/third/gettext2/Makefile.athena @ 22214

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
3SHELL=/bin/sh
4
5dist:
6        cp "$$CONFIG_SITE" config.site.athena
7
8prepare:
9        rm -f config.cache
10        CONFIG_SITE=`pwd`/config.site.athena \
11          ./configure --with-included-gettext
12
13clean:
14        ${MAKE} clean
15
16all:
17        ${MAKE} all
18
19check:
20
21install:
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.