017b534b12a73a909890709d04bd4fceb74b17aa
[feisty_meow.git] / production / setup_src / whole_build_package / whole_build_manifest.txt
1 ; bundler manifest for the whole build package.
2 ; author: Chris Koeritz
3
4 [toc]
5 set_temp=t
6 set_tmp=t
7 production_inis=t
8 docs=t
9 top_makefile=t
10 production_makefile=t
11 infobase=t
12 scripts=t
13 nucleus=t
14 octopi=t
15 graphiq=t
16 kona=t
17 huffware=t
18 hypermedia=t
19 text_files=t
20 check_versions=t
21 assign_bases=t
22 setup_src=t
23
24 ; not included in the source pack...
25 3rdparty=t
26 binaries=t
27 clam_bin=t
28 packages=t
29
30 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31
32 ; variables used during installation.
33
34 [set_temp]
35 variable=TEMP=$TARGET/waste-buildpack
36 keyword=sources
37 [set_tmp]
38 variable=TMP=$TARGET/waste-buildpack
39 keyword=sources
40
41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42
43 ; this section is included in both types of package.
44
45 [production_inis]
46 source=$PRODUCTION_STORE/*.ini
47 target=$TARGET/production
48 keyword=sources
49
50 [text_files]
51 source=$FEISTY_MEOW_APEX/*.txt
52 target=$TARGET
53 keyword=sources
54
55 [top_makefile]
56 source=$FEISTY_MEOW_APEX/makefile
57 target=$TARGET/makefile
58 keyword=sources
59
60 [production_makefile]
61 source=$PRODUCTION_STORE/makefile
62 target=$TARGET/production/makefile
63 keyword=sources
64
65 #[customize]
66 #source=$FEISTY_MEOW_APEX/customize
67 #target=$TARGET/customize
68 #recurse=1
69 #keyword=sources
70
71 [infobase]
72 source=$FEISTY_MEOW_APEX/infobase
73 target=$TARGET/infobase
74 recurse=1
75 keyword=sources
76
77 [docs]
78 source=$FEISTY_MEOW_APEX/documentation
79 target=$TARGET/documentation
80 recurse=1
81 keyword=sources
82
83 [scripts]
84 source=$FEISTY_MEOW_APEX/scripts
85 target=$TARGET/scripts
86 recurse=1
87 keyword=sources
88
89 [nucleus]
90 source=$FEISTY_MEOW_APEX/nucleus
91 target=$TARGET/nucleus
92 recurse=1
93 keyword=sources
94
95 [octopi]
96 source=$FEISTY_MEOW_APEX/octopi
97 target=$TARGET/octopi
98 recurse=1
99 keyword=sources
100
101 [graphiq]
102 source=$FEISTY_MEOW_APEX/graphiq
103 target=$TARGET/graphiq
104 recurse=1
105 keyword=sources
106
107 [huffware]
108 source=$FEISTY_MEOW_APEX/huffware
109 target=$TARGET/huffware
110 recurse=1
111 keyword=sources
112
113 [kona]
114 source=$FEISTY_MEOW_APEX/kona
115 target=$TARGET/kona
116 recurse=1
117 keyword=sources
118
119 [hypermedia]
120 source=$FEISTY_MEOW_APEX/hypermedia
121 target=$TARGET/hypermedia
122 recurse=1
123 keyword=sources
124
125 [assign_bases]
126 source=$PRODUCTION_STORE/assign_bases
127 target=$TARGET/production/assign_bases
128 recurse=1
129 keyword=sources
130
131 [check_versions]
132 source=$PRODUCTION_STORE/check_versions
133 target=$TARGET/production/check_versions
134 recurse=1
135 keyword=sources
136
137 [setup_src]
138 source=$PRODUCTION_STORE/setup_src
139 target=$TARGET/production/setup_src
140 recurse=1
141 keyword=sources
142
143 ; this section is only included in the full package (not in sources).
144
145 [3rdparty]
146 source=$PRODUCTION_STORE/3rdparty
147 target=$TARGET/production/3rdparty
148 recurse=1
149
150 [binaries]
151 source=$RUNTIME_PATH/binaries
152 target=$TARGET/runtime/binaries
153 recurse=1
154
155 [clam_bin]
156 source=$RUNTIME_PATH/clam_bin
157 target=$TARGET/runtime/clam_bin
158 recurse=1
159
160 [packages]
161 source=$RUNTIME_PATH/packages
162 target=$TARGET/runtime/packages
163 recurse=1
164
165