source: trunk/athena/bin/rkinit/include/Makefile @ 2277

Revision 2277, 458 bytes checked in by qjb, 35 years ago (diff)
Made rkinit_err.h get built during the depend stage.
Line 
1#
2# $Header: /afs/dev.mit.edu/source/repository/athena/bin/rkinit/include/Makefile,v 1.2 1989-11-13 16:48:40 qjb Exp $
3# $Source: /afs/dev.mit.edu/source/repository/athena/bin/rkinit/include/Makefile,v $
4# $Author: qjb $
5#
6
7DESTDIR         =
8INSTALLDIR      = /usr/include
9
10all: rkinit_err.h
11
12rkinit_err.h:
13        chdir ../lib; make ../include/rkinit_err.h
14
15depend: rkinit_err.h
16
17install: all
18        cp rkinit_err.h rkinit.h $(DESTDIR)$(INSTALLDIR)
19
20clean:
21        rm -f *~ rkinit_err.h
Note: See TracBrowser for help on using the repository browser.