Last change
on this file since 1673 was
1219,
checked in by mitchb, 15 years ago
|
Add a very braindead implementation of athrun for scripts.
This version just assumes that you want to run /mit/locker/bin/program,
and does not use the fairly complex athdir tool and library that
Athena do; they would require actual work to get going on scripts,
as they end up with the wrong arch directory as built for Athena 9.
|
File size:
225 bytes
|
Line | |
---|
1 | prefix = @prefix@ |
---|
2 | exec_prefix = @exec_prefix@ |
---|
3 | bindir = @bindir@ |
---|
4 | |
---|
5 | all-local: |
---|
6 | |
---|
7 | install: |
---|
8 | install -p -m755 -D athrun.sh $(DESTDIR)$(bindir)/athrun |
---|
9 | |
---|
10 | clean: |
---|
11 | |
---|
12 | distclean: clean |
---|
13 | rm -f configure config.* Makefile |
---|
14 | rm -rf auto*.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.