source:
trunk/athena/bin/rkinit/include/Imakefile
@
5078
Revision 5078, 290 bytes checked in by probe, 34 years ago (diff) |
---|
Line | |
---|---|
1 | # |
2 | # $Id: Imakefile,v 1.2 1991-06-13 05:12:21 probe Exp $ |
3 | # |
4 | |
5 | all:: rkinit_err.h |
6 | |
7 | rkinit_err.h: |
8 | cd ../lib; make ../include/rkinit_err.h |
9 | |
10 | depend:: rkinit_err.h |
11 | |
12 | install_file(rkinit.h,$(ATHINCDIR)/rkinit.h) |
13 | install_file(rkinit_err.h,$(ATHINCDIR)/rkinit_err.h) |
14 | |
15 | clean:: |
16 | rm -f *~ rkinit_err.h |
Note: See TracBrowser
for help on using the repository browser.