Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / bboards / MakeBBoards
1 ##############################################################################
2 #       Instructions to Make, for compilation of ZOT UIP/utility processes
3 #
4 #       This file is automatically generated.  Do not edit!
5 ##############################################################################
6
7 ##############################################################################
8 # NOTE WELL:
9 #    This Makefile assumes it's running from the ~bboards/etc directory!
10 #       (it expects ../BBoards to be THE BBoards file)
11 ##############################################################################
12
13 # The following entries were inserted during MH configuration
14 BINDIR  =       /opt/mh-6.8.5/bin
15 ETCDIR  =       /opt/mh-6.8.5/lib
16
17
18
19 ######################################################################
20 #       Here it is...
21 ######################################################################
22
23 all:            aliases archives
24 inst-all:       inst-aliases inst-archives
25
26
27 ######################################################################
28 #       Maintain the BBoards area
29 ######################################################################
30
31 inst-aliases:   $(ETCDIR)/BBoardAliases SystemAliases
32
33 $(ETCDIR)/BBoardAliases: BBoardAliases
34                 -cp $@ zBBoardAliases
35                 cp BBoardAliases $@
36                 -@ls -ls $@
37                 -@echo ""
38
39 aliases:        BBoardAliases SystemAliases
40
41 BBoardAliases:  ../BBoards
42                 bbaka > $@
43
44 SystemAliases:  ../BBoards
45                 bbaka system > $@
46
47
48 inst-archives:; bbexp
49
50 archives:;