source: trunk/athena/bin/from/Imakefile @ 7485

Revision 7485, 620 bytes checked in by miki, 30 years ago (diff)
took out libadm and libmail, added libbsd for Solaris
Line 
1/*
2 * $Id: Imakefile,v 1.10 1994-06-24 10:33:51 miki Exp $
3 * $Source: /afs/dev.mit.edu/source/repository/athena/bin/from/Imakefile,v $
4 * $Author: miki $
5 */
6
7AnsiCC()
8
9DEFINES = -DHESIOD -DKPOP -DOFF_SWITCH
10#ifdef _AUX_SOURCE
11LIBS = -lhesiod -lkrb -ldes -lPW -lc
12
13OBJS= from.o popmail.o emul_re.o
14SRCS= from.c popmail.c emul_re.c
15#else
16#ifdef SOLARIS
17LIBS = -lhesiod -lkrb -ldes -lbsd
18#else
19LIBS = -lhesiod -lkrb -ldes
20#endif
21OBJS=   from.o popmail.o
22SRCS=   from.c popmail.c
23#endif
24
25SimpleProgram(from, ${OBJS}, ${LIBS},$(ATHBINDIR))
26
27install_man(from.1,from.1)
28
29# DO NOT DELETE THIS LINE -- make depend depends on it.
Note: See TracBrowser for help on using the repository browser.