|
|
1.1 root 1: #
2: # $Id: Makefile.build,v 5.2 90/06/23 22:21:06 jsp Rel $
3: #
4: # Copyright (c) 1989 Jan-Simon Pendry
5: # Copyright (c) 1989 Imperial College of Science, Technology & Medicine
6: # Copyright (c) 1989 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.build 5.1 (Berkeley) 6/29/90
27: #
28:
29: #
30: # What to build
31: #
32:
33: print: ${PRINT}
34: enscript -2Grf Courier7 ${PRINT}
35:
36: sharfile: ${AMD}.shar
37: ${AMD}.shar: ${SHIP} ${DOCS} ${MAPS} ${SCRIPTS}
38: shar -o $@ amd amq config include rpcx ${SHIP} \
39: doc ${DOCS} maps ${MAPS} scripts ${SCRIPTS}
40:
41: tarfile: dist/${AMD}.tar.Z
42: dist/${AMD}.tar.Z: ${SHIP} ${DOCS} ${EXAMPLES} ${SCRIPTS}
43: tar cf - ${SHIP} ${DOCS} ${EXAMPLES} ${SCRIPTS} | compress > $@
44:
45: filelist:
46: @echo ${SHIP} ${DOCS} ${EXAMPLES} ${SCRIPTS}
47:
48: uufile: tarfile
49: uuencode < ${AMD}.tar.Z ${AMD}.tar.Z > ${AMD}.tar.Z.UU
50:
51: pat:
52: @touch RELEASE
53: pat -n
54:
55: install:: ${PROG}
56: ${INSTALL_BIN} ${PROG} ${ETC}/${PROG}
57:
58: diffs:
59: @rcsdiff -q -c2 -r${NAME} ${SHIP} | \
60: grep -v '^No differences encountered$$'
61:
62: version.${PROG}: ../config/RELEASE
63: # @echo Starting ${PROG} versions from zero ...
64: @rm -f $@
65: @echo 0 > $@
66:
67: clean::
68: rm -f ${PROG} ${OBJS}
69:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.