mirror of https://github.com/axmolengine/axmol.git
12 lines
210 B
Makefile
12 lines
210 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
|
||
|
Box2D \
|
||
|
chipmunk \
|
||
|
cocos2dx \
|
||
|
tests \
|
||
|
))
|
||
|
|
||
|
include $(subdirs)
|