first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / production / setup_src / makefile
1 include variables.def
2
3 PROJECT = Setup_Hierarchy
4 TYPE = hierarchy
5
6 BUILD_BEFORE += bundle_example
7
8 ifeq "$(NO_BUILD_PACK)" ""
9   BUILD_BEFORE += whole_build_package
10 endif
11
12 include rules.def
13