source: trunk/third/bzip2/Makefile.athena @ 16012

Revision 16012, 262 bytes checked in by ghudson, 24 years ago (diff)
How to build bzip2.
Line 
1# $Id: Makefile.athena,v 1.1 2001-04-06 00:42:05 ghudson Exp $
2
3dist:
4
5prepare:
6
7clean:
8        ${MAKE} clean
9
10all:
11        ${MAKE} all CC="$$COMPILER" CFLAGS=-g
12
13check:
14        # bzip2 runs its tests as part of the "all" target
15
16install:
17        ${MAKE} install PREFIX="$$SRVD/usr/athena"
Note: See TracBrowser for help on using the repository browser.