source: trunk/third/motif/Makefile.athena @ 12418

Revision 12418, 279 bytes checked in by ghudson, 26 years ago (diff)
How to build motif, from source-sipb.
Line 
1# $Id: Makefile.athena,v 1.1 1999-01-30 03:32:34 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        rm -f Makefile
7        imake -Iconfig -DTOPDIR=`pwd` -DUseInstalled
8        ${MAKE} Makefiles
9
10clean:
11        ${MAKE} clean
12
13all:
14        ${MAKE} includes depend all
15
16check:
17
18install:
19        ${MAKE} install DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.