source: trunk/athena/bin/olc/Makefile.athena @ 10416

Revision 10416, 271 bytes checked in by ghudson, 27 years ago (diff)
Pass ATHTOOLROOT to olc imake templates.
Line 
1# $Id: Makefile.athena,v 1.3 1997-09-24 07:02:53 ghudson Exp $
2
3SHELL=/bin/sh
4
5prepare:
6        imake -DTOPDIR=. -DTOOLROOT="$$ATHTOOLROOT" -I./config
7        ${MAKE} Makefiles
8
9clean:
10        ${MAKE} clean
11
12all:
13        ${MAKE} world
14
15check:
16
17install:
18        ${MAKE} install install.man DESTDIR="$$SRVD"
Note: See TracBrowser for help on using the repository browser.