|
| 1 | +# GNU Make solution makefile autogenerated by Premake |
| 2 | +# Type "make help" for usage help |
| 3 | + |
| 4 | +ifndef config |
| 5 | + config=debugstatic32 |
| 6 | +endif |
| 7 | +export config |
| 8 | + |
| 9 | +PROJECTS := behaviac btunittest btremotetest demo_running usertest tutorial_1 tutorial_1_1 tutorial_1_2 tutorial_2 tutorial_3 tutorial_4 tutorial_5 tutorial_6 tutorial_7 tutorial_8 tutorial_9 tutorial_10 tutorial_11 tutorial_12 tutorial_13 |
| 10 | + |
| 11 | +.PHONY: all clean help $(PROJECTS) |
| 12 | + |
| 13 | +all: $(PROJECTS) |
| 14 | + |
| 15 | +behaviac: |
| 16 | + @echo "==== Building behaviac ($(config)) ====" |
| 17 | + @${MAKE} --no-print-directory -C . -f behaviac.make |
| 18 | + |
| 19 | +btunittest: behaviac |
| 20 | + @echo "==== Building btunittest ($(config)) ====" |
| 21 | + @${MAKE} --no-print-directory -C . -f btunittest.make |
| 22 | + |
| 23 | +btremotetest: behaviac |
| 24 | + @echo "==== Building btremotetest ($(config)) ====" |
| 25 | + @${MAKE} --no-print-directory -C . -f btremotetest.make |
| 26 | + |
| 27 | +demo_running: behaviac |
| 28 | + @echo "==== Building demo_running ($(config)) ====" |
| 29 | + @${MAKE} --no-print-directory -C . -f demo_running.make |
| 30 | + |
| 31 | +usertest: behaviac |
| 32 | + @echo "==== Building usertest ($(config)) ====" |
| 33 | + @${MAKE} --no-print-directory -C . -f usertest.make |
| 34 | + |
| 35 | +tutorial_1: behaviac |
| 36 | + @echo "==== Building tutorial_1 ($(config)) ====" |
| 37 | + @${MAKE} --no-print-directory -C . -f tutorial_1.make |
| 38 | + |
| 39 | +tutorial_1_1: behaviac |
| 40 | + @echo "==== Building tutorial_1_1 ($(config)) ====" |
| 41 | + @${MAKE} --no-print-directory -C . -f tutorial_1_1.make |
| 42 | + |
| 43 | +tutorial_1_2: behaviac |
| 44 | + @echo "==== Building tutorial_1_2 ($(config)) ====" |
| 45 | + @${MAKE} --no-print-directory -C . -f tutorial_1_2.make |
| 46 | + |
| 47 | +tutorial_2: behaviac |
| 48 | + @echo "==== Building tutorial_2 ($(config)) ====" |
| 49 | + @${MAKE} --no-print-directory -C . -f tutorial_2.make |
| 50 | + |
| 51 | +tutorial_3: behaviac |
| 52 | + @echo "==== Building tutorial_3 ($(config)) ====" |
| 53 | + @${MAKE} --no-print-directory -C . -f tutorial_3.make |
| 54 | + |
| 55 | +tutorial_4: behaviac |
| 56 | + @echo "==== Building tutorial_4 ($(config)) ====" |
| 57 | + @${MAKE} --no-print-directory -C . -f tutorial_4.make |
| 58 | + |
| 59 | +tutorial_5: behaviac |
| 60 | + @echo "==== Building tutorial_5 ($(config)) ====" |
| 61 | + @${MAKE} --no-print-directory -C . -f tutorial_5.make |
| 62 | + |
| 63 | +tutorial_6: behaviac |
| 64 | + @echo "==== Building tutorial_6 ($(config)) ====" |
| 65 | + @${MAKE} --no-print-directory -C . -f tutorial_6.make |
| 66 | + |
| 67 | +tutorial_7: behaviac |
| 68 | + @echo "==== Building tutorial_7 ($(config)) ====" |
| 69 | + @${MAKE} --no-print-directory -C . -f tutorial_7.make |
| 70 | + |
| 71 | +tutorial_8: behaviac |
| 72 | + @echo "==== Building tutorial_8 ($(config)) ====" |
| 73 | + @${MAKE} --no-print-directory -C . -f tutorial_8.make |
| 74 | + |
| 75 | +tutorial_9: behaviac |
| 76 | + @echo "==== Building tutorial_9 ($(config)) ====" |
| 77 | + @${MAKE} --no-print-directory -C . -f tutorial_9.make |
| 78 | + |
| 79 | +tutorial_10: behaviac |
| 80 | + @echo "==== Building tutorial_10 ($(config)) ====" |
| 81 | + @${MAKE} --no-print-directory -C . -f tutorial_10.make |
| 82 | + |
| 83 | +tutorial_11: behaviac |
| 84 | + @echo "==== Building tutorial_11 ($(config)) ====" |
| 85 | + @${MAKE} --no-print-directory -C . -f tutorial_11.make |
| 86 | + |
| 87 | +tutorial_12: behaviac |
| 88 | + @echo "==== Building tutorial_12 ($(config)) ====" |
| 89 | + @${MAKE} --no-print-directory -C . -f tutorial_12.make |
| 90 | + |
| 91 | +tutorial_13: behaviac |
| 92 | + @echo "==== Building tutorial_13 ($(config)) ====" |
| 93 | + @${MAKE} --no-print-directory -C . -f tutorial_13.make |
| 94 | + |
| 95 | +clean: |
| 96 | + @${MAKE} --no-print-directory -C . -f behaviac.make clean |
| 97 | + @${MAKE} --no-print-directory -C . -f btunittest.make clean |
| 98 | + @${MAKE} --no-print-directory -C . -f btremotetest.make clean |
| 99 | + @${MAKE} --no-print-directory -C . -f demo_running.make clean |
| 100 | + @${MAKE} --no-print-directory -C . -f usertest.make clean |
| 101 | + @${MAKE} --no-print-directory -C . -f tutorial_1.make clean |
| 102 | + @${MAKE} --no-print-directory -C . -f tutorial_1_1.make clean |
| 103 | + @${MAKE} --no-print-directory -C . -f tutorial_1_2.make clean |
| 104 | + @${MAKE} --no-print-directory -C . -f tutorial_2.make clean |
| 105 | + @${MAKE} --no-print-directory -C . -f tutorial_3.make clean |
| 106 | + @${MAKE} --no-print-directory -C . -f tutorial_4.make clean |
| 107 | + @${MAKE} --no-print-directory -C . -f tutorial_5.make clean |
| 108 | + @${MAKE} --no-print-directory -C . -f tutorial_6.make clean |
| 109 | + @${MAKE} --no-print-directory -C . -f tutorial_7.make clean |
| 110 | + @${MAKE} --no-print-directory -C . -f tutorial_8.make clean |
| 111 | + @${MAKE} --no-print-directory -C . -f tutorial_9.make clean |
| 112 | + @${MAKE} --no-print-directory -C . -f tutorial_10.make clean |
| 113 | + @${MAKE} --no-print-directory -C . -f tutorial_11.make clean |
| 114 | + @${MAKE} --no-print-directory -C . -f tutorial_12.make clean |
| 115 | + @${MAKE} --no-print-directory -C . -f tutorial_13.make clean |
| 116 | + |
| 117 | +help: |
| 118 | + @echo "Usage: make [config=name] [target]" |
| 119 | + @echo "" |
| 120 | + @echo "CONFIGURATIONS:" |
| 121 | + @echo " debugstatic32" |
| 122 | + @echo " releasestatic32" |
| 123 | + @echo "" |
| 124 | + @echo "TARGETS:" |
| 125 | + @echo " all (default)" |
| 126 | + @echo " clean" |
| 127 | + @echo " behaviac" |
| 128 | + @echo " btunittest" |
| 129 | + @echo " btremotetest" |
| 130 | + @echo " demo_running" |
| 131 | + @echo " usertest" |
| 132 | + @echo " tutorial_1" |
| 133 | + @echo " tutorial_1_1" |
| 134 | + @echo " tutorial_1_2" |
| 135 | + @echo " tutorial_2" |
| 136 | + @echo " tutorial_3" |
| 137 | + @echo " tutorial_4" |
| 138 | + @echo " tutorial_5" |
| 139 | + @echo " tutorial_6" |
| 140 | + @echo " tutorial_7" |
| 141 | + @echo " tutorial_8" |
| 142 | + @echo " tutorial_9" |
| 143 | + @echo " tutorial_10" |
| 144 | + @echo " tutorial_11" |
| 145 | + @echo " tutorial_12" |
| 146 | + @echo " tutorial_13" |
| 147 | + @echo "" |
| 148 | + @echo "For more information, see http://industriousone.com/premake/quick-start" |
0 commit comments