moved the top-level and probably most important feisty meow variable from the seeming...
[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 customizing=t
12 database=t
13 examples=t
14 scripts=t
15 nucleus=t
16 octopi=t
17 graphiq=t
18 kona=t
19 huffware=t
20 webby=t
21 text_files=t
22 check_versions=t
23 assign_bases=t
24 setup_src=t
25
26 ; not included in the source pack...
27 3rdparty=t
28 binaries=t
29 clam_bin=t
30 packages=t
31 win32_helper=t
32
33 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
34
35 ; variables used during installation.
36
37 [set_temp]
38 variable=TEMP=$TARGET/waste-buildpack
39 keyword=sources
40 [set_tmp]
41 variable=TMP=$TARGET/waste-buildpack
42 keyword=sources
43
44 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
45
46 ; this section is included in both types of package.
47
48 [production_inis]
49 source=$PRODUCTION_DIR/*.ini
50 target=$TARGET/production
51 keyword=sources
52
53 [text_files]
54 source=$FEISTY_MEOW_APEX/*.txt
55 target=$TARGET
56 keyword=sources
57
58 [top_makefile]
59 source=$FEISTY_MEOW_APEX/makefile
60 target=$TARGET/makefile
61 keyword=sources
62
63 [production_makefile]
64 source=$PRODUCTION_DIR/makefile
65 target=$TARGET/production/makefile
66 keyword=sources
67
68 [customizing]
69 source=$FEISTY_MEOW_APEX/customizing
70 target=$TARGET/customizing
71 recurse=1
72 keyword=sources
73
74 [database]
75 source=$FEISTY_MEOW_APEX/infobase
76 target=$TARGET/infobase
77 recurse=1
78 keyword=sources
79
80 [docs]
81 source=$FEISTY_MEOW_APEX/doc
82 target=$TARGET/doc
83 recurse=1
84 keyword=sources
85
86 [examples]
87 source=$FEISTY_MEOW_APEX/examples
88 target=$TARGET/examples
89 recurse=1
90 keyword=sources
91
92 [scripts]
93 source=$FEISTY_MEOW_APEX/scripts
94 target=$TARGET/scripts
95 recurse=1
96 keyword=sources
97
98 [nucleus]
99 source=$FEISTY_MEOW_APEX/nucleus
100 target=$TARGET/nucleus
101 recurse=1
102 keyword=sources
103
104 [octopi]
105 source=$FEISTY_MEOW_APEX/octopi
106 target=$TARGET/octopi
107 recurse=1
108 keyword=sources
109
110 [graphiq]
111 source=$FEISTY_MEOW_APEX/graphiq
112 target=$TARGET/graphiq
113 recurse=1
114 keyword=sources
115
116 [huffware]
117 source=$FEISTY_MEOW_APEX/huffware
118 target=$TARGET/huffware
119 recurse=1
120 keyword=sources
121
122 [kona]
123 source=$FEISTY_MEOW_APEX/kona
124 target=$TARGET/kona
125 recurse=1
126 keyword=sources
127
128 [webby]
129 source=$FEISTY_MEOW_APEX/webby
130 target=$TARGET/webby
131 recurse=1
132 keyword=sources
133
134 [assign_bases]
135 source=$PRODUCTION_DIR/assign_bases
136 target=$TARGET/production/assign_bases
137 recurse=1
138 keyword=sources
139
140 [check_versions]
141 source=$PRODUCTION_DIR/check_versions
142 target=$TARGET/production/check_versions
143 recurse=1
144 keyword=sources
145
146 [setup_src]
147 source=$PRODUCTION_DIR/setup_src
148 target=$TARGET/production/setup_src
149 recurse=1
150 keyword=sources
151
152 ; this section is only included in the full package (not in sources).
153
154 [3rdparty]
155 source=$PRODUCTION_DIR/3rdparty
156 target=$TARGET/production/3rdparty
157 recurse=1
158
159 [binaries]
160 source=$RUNTIME_DIR/binaries
161 target=$TARGET/runtime/binaries
162 recurse=1
163
164 [clam_bin]
165 source=$RUNTIME_DIR/clam_bin
166 target=$TARGET/runtime/clam_bin
167 recurse=1
168
169 [packages]
170 source=$RUNTIME_DIR/packages
171 target=$TARGET/runtime/packages
172 recurse=1
173
174 [win32_helper]
175 source=$PRODUCTION_DIR/win32_helper
176 target=$TARGET/production/win32_helper
177 recurse=1
178