source: trunk/third/gmake/Makefile.athena @ 17166

Revision 17166, 346 bytes checked in by ghudson, 23 years ago (diff)
Carry program name transform from configure.athena to Makefile.athena.
Line 
1# $Id: Makefile.athena,v 1.3 2002-02-14 15:48:55 ghudson Exp $
2
3dist:
4        cp "$$CONFIG_SITE" config.site.athena
5
6prepare:
7        rm -f config.cache
8        . ./compiler && CC=$$cc CONFIG_SITE=`pwd`/config.site.athena \
9          ./configure --program-transform-name="s/^/g/"
10
11clean:
12        ${MAKE} clean
13
14all:
15        ${MAKE} all
16
17check:
18
19install:
20        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.