first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / production / setup_src / bundle_example / makefile
1 include cpp/variables.def
2
3 PROJECT = example_bundle
4 TYPE = hierarchy
5 FIRST_TARGETS = build_bundle
6 CLEANUPS = $(REPOSITORY_DIR)/install/example_bundle$(EXE_END)
7 export UNIX_BIN = /bin
8 ifeq "$(OP_SYSTEM)" "WIN32"
9   export UNIX_BIN = $(BUILDING_HIERARCHY)/msys/bin
10 endif
11
12 include cpp/rules.def
13
14 build_bundle:
15         $(HIDESH)create_bundle.sh
16