source: trunk/third/freetype/Makefile.athena @ 15621

Revision 15621, 212 bytes checked in by ghudson, 24 years ago (diff)
How to build freetype.
Line 
1# $Id: Makefile.athena,v 1.1 2001-02-14 02:01:58 ghudson Exp $
2
3dist:
4
5prepare:
6        ${MAKE} setup CFG="--prefix=/usr/athena"
7
8clean:
9        ${MAKE} clean
10
11all:
12        ${MAKE}
13
14check:
15
16install:
17        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.