source: trunk/athena/bin/athdir/Imakefile @ 11252

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
17ATHDIR          =       athdir
18
19OBJS            =       athdir.o
20
21CFILES          =       athdir.c
22
23LIBS            =       -lathdir
24
25AnsiCC()
26
27SimpleProgram(${ATHDIR},${OBJS},${LIBS},${ATHBINDIR}/${ATHDIR})
28install_man(${ATHDIR}.man,${ATHDIR}.1)
29
30create_depend(${CFILES})
Note: See TracBrowser for help on using the repository browser.