|
|
1.1 root 1: #
2: # $Id: Makefile.amq,v 5.2 90/06/23 22:21:15 jsp Rel $
3: #
4: # Copyright (c) 1990 Jan-Simon Pendry
5: # Copyright (c) 1990 Imperial College of Science, Technology & Medicine
6: # Copyright (c) 1990 The Regents of the University of California.
7: # All rights reserved.
8: #
9: # This code is derived from software contributed to Berkeley by
10: # Jan-Simon Pendry at Imperial College, London.
11: #
12: # Redistribution and use in source and binary forms are permitted provided
13: # that: (1) source distributions retain this entire copyright notice and
14: # comment, and (2) distributions including binaries display the following
15: # acknowledgement: ``This product includes software developed by the
16: # University of California, Berkeley and its contributors'' in the
17: # documentation or other materials provided with the distribution and in
18: # all advertising materials mentioning features or use of this software.
19: # Neither the name of the University nor the names of its contributors may
20: # be used to endorse or promote products derived from this software without
21: # specific prior written permission.
22: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
23: # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
24: # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25: #
26: # @(#)Makefile.amq 5.1 (Berkeley) 6/29/90
27: #
28:
29: PROG = amq
30: SRCS = ${AMQSRC}
31: OBJS = \
32: amq.o amq_clnt.o amq_xdr.o misc_rpc.o
33:
34: ${PROG}: ${OBJS}
35: @rm -f $@
36: ${CC} -o $@ ${CFLAGS} ${OBJS} ${RPCLIB} ${XLIBDIR} ${RESOLV} ${SYSLIB}
37:
38:
39: install:: ${PROG}
40: @echo Please install the ${PROG} manual page by hand
41: FRC:
42:
43: ${OBJS}: ../rpcx/amq.h ../config/${OS_HDR} ../config/os-defaults.h
44:
45: # We can't use gcc here (at least on sparc) ....
46: amq.o: ../amq/amq.c; ${SYSCC_COMPILE} ../amq/amq.c
47: amq_clnt.o: ../rpcx/amq_clnt.c; ${SYSCC_COMPILE} ../rpcx/amq_clnt.c
48: misc_rpc.o: ../amd/misc_rpc.c; ${CC_COMPILE} ../amd/misc_rpc.c
49: amq_xdr.o: ../rpcx/amq_xdr.c; ${CC_COMPILE} ../rpcx/amq_xdr.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.