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

Revision 8841, 580 bytes checked in by ghudson, 28 years ago (diff)
Use standard way of determining architecture
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: ghudson $
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            =
24
25DEFINES         =       -DATHSYS=\"${ATHENA_SYS}\"
26
27AnsiCC()
28
29SimpleProgram(${ATHDIR},${OBJS},${LIBS},${ATHBINDIR}/${ATHDIR})
30install_man(${ATHDIR}.man,${ATHDIR}.1)
31
32create_depend(${CFILES})
Note: See TracBrowser for help on using the repository browser.