Revision 11252,
550 bytes
checked in by cfields, 27 years ago
(diff) |
Now link with libathdir. No longer need -DATHSYS here.
|
Line | |
---|
1 | /* |
---|
2 | * Imakefile for athdir |
---|
3 | * Copyright (c) 1995, Massachusetts Institute of Technology |
---|
4 | * |
---|
5 | * $Source: /afs/dev.mit.edu/source/repository/athena/bin/athdir/Imakefile,v $ |
---|
6 | * $Author: cfields $ |
---|
7 | * |
---|
8 | * For copying and distribution information, please see the file |
---|
9 | * <mit-copyright.h>. |
---|
10 | * |
---|
11 | */ |
---|
12 | |
---|
13 | /* |
---|
14 | *#include "mit-copyright.h" |
---|
15 | */ |
---|
16 | |
---|
17 | ATHDIR = athdir |
---|
18 | |
---|
19 | OBJS = athdir.o |
---|
20 | |
---|
21 | CFILES = athdir.c |
---|
22 | |
---|
23 | LIBS = -lathdir |
---|
24 | |
---|
25 | AnsiCC() |
---|
26 | |
---|
27 | SimpleProgram(${ATHDIR},${OBJS},${LIBS},${ATHBINDIR}/${ATHDIR}) |
---|
28 | install_man(${ATHDIR}.man,${ATHDIR}.1) |
---|
29 | |
---|
30 | create_depend(${CFILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.