; bundler manifest for the whole build package. ; author: Chris Koeritz [toc] ; first thing we do is set the default install location. set_target=t set_temp=t ; may be removed if we get everything working? set_tmp=t top_inis=t 3rdparty=t bin=t clam=t docs=t makefile=t manifest=t museum=t msys=t packages=t pdb=t source=t text_files=t ; not included in the source pack... dll=t exe=t fonts=t lib=t tests=t ; not included at all... ;;;objects ;;;install ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; variables used during installation. [set_target] variable=TARGET=$HOME/hoople keyword=sources [set_temp] variable=TEMP=$TARGET/waste keyword=sources [set_tmp] variable=TMP=$TARGET/waste keyword=sources ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; this section is included in both types of package. [top_inis] source=$REPOSITORY_DIR/*.ini target=$TARGET keyword=sources [text_files] source=$REPOSITORY_DIR/*.txt target=$TARGET keyword=sources [bin] source=$REPOSITORY_DIR/bin target=$TARGET/bin recurse=1 keyword=sources [clam] source=$REPOSITORY_DIR/clam target=$TARGET/clam recurse=1 keyword=sources [docs] source=$REPOSITORY_DIR/docs/* target=$TARGET/docs keyword=sources [makefile] source=$REPOSITORY_DIR/makefile target=$TARGET/makefile keyword=sources [manifest] source=$REPOSITORY_DIR/manifest.txt target=$TARGET/manifest.txt keyword=sources [museum] source=$REPOSITORY_DIR/museum target=$TARGET/museum recurse=1 keyword=sources [msys] source=$REPOSITORY_DIR/msys target=$TARGET/msys recurse=1 keyword=sources [source] source=$REPOSITORY_DIR/source target=$TARGET/source recurse=1 keyword=sources ; this section is only included in the full package (not in sources). [3rdparty] source=$REPOSITORY_DIR/3rdparty target=$TARGET/3rdparty recurse=1 [dll] source=$REPOSITORY_DIR/dll target=$TARGET/dll recurse=1 [exe] source=$REPOSITORY_DIR/exe target=$TARGET/exe recurse=1 [fonts] source=$REPOSITORY_DIR/fonts target=$TARGET/fonts recurse=1 [lib] source=$REPOSITORY_DIR/lib target=$TARGET/lib recurse=1 [packages] source=$REPOSITORY_DIR/packages target=$TARGET/packages recurse=1 [pdb] source=$REPOSITORY_DIR/pdb target=$TARGET/pdb recurse=1 [tests] source=$REPOSITORY_DIR/tests target=$TARGET/tests recurse=1